https://github.com/philipdaubmeier/graphiot
Visualizes IoT sensor data in time series graphs. Includes .NET Core clients for Digitalstrom, Viessmann, Netatmo, Sonnen and WeConnect APIs.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Visualizes IoT sensor data in time series graphs. Includes .NET Core clients for Digitalstrom, Viessmann, Netatmo, Sonnen and WeConnect APIs.
Basic Info
Statistics
- Stars: 24
- Watchers: 4
- Forks: 6
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
GraphIoT
GraphIoT is a .NET 9 project for polling and storing historical IoT and smart home sensor data and providing it for visualization as time series graphs.
The main server application consists of these two major parts for this purpose:
- Data Gathering
- A set of timed hosted services that regularly poll data from other servers, e.g. home servers of smart home systems or cloud apis of smart home device manufacturers. These values are stored in a configurable database. Currently it supports polling from:
- Digitalstrom DSS (home server)
- Netatmo (Cloud API)
- Sonnen (Cloud API)
- Viessmann (Cloud API)
- WeConnect (Cloud API)
- A set of timed hosted services that regularly poll data from other servers, e.g. home servers of smart home systems or cloud apis of smart home device manufacturers. These values are stored in a configurable database. Currently it supports polling from:
- Data Visualization
- A set of RESTful APIs to retrieve the time series data
- Grafana visualization via:
- a grafana hosted service that starts and monitors the grafana server process
- a reverse proxy middleware that redirects to the grafana server
- a REST+json api that loads, aggregates and preprocesses the stored data and outputs it in a grafana JSON datasource compatible format
Screenshots
Code Structure
GraphIoT consists of several subprojects, some of which are independent of GraphIoT dependencies and can be used within other applications as nuget packages.
It is structured as follows:
- Client Libaries for communicating with a specific IoT device type:
- Shared Libraries for common functionality:
- Core Library for all GraphIoT Host libraries:
- Host Libraries for a specific IoT device type:
- Visualization Library:
- GraphIoT.Grafana as Grafana reverse proxy
- GraphIoT.Graphite as Grafana datasource
- Main Host Application:
Setup
Follow these steps to set up the development environment, publish the application to your own server and create Grafana dashboards with the actual graphs.
Setup application
Configure Grafana
Platform Support
GraphIoT is targeted for .NET 9.0 or higher.
License
The MIT License (MIT) Copyright (c) 2019-2024 Philip Daubmeier
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Owner
- Name: Philip Daubmeier
- Login: philipdaubmeier
- Kind: user
- Location: Germany
- Website: http://www.daubmeier.de/philip
- Repositories: 2
- Profile: https://github.com/philipdaubmeier
GitHub Events
Total
- Watch event: 3
- Push event: 2
Last Year
- Watch event: 3
- Push event: 2
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| philipdaubmeier | p****p@d****e | 880 |
| bgewehr | b****d@g****t | 4 |
| dependabot[bot] | 4****] | 2 |
| wez3 | w****3 | 2 |
| Marcus Abrahamsson | m****3@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 11
- Total pull requests: 8
- Average time to close issues: 2 months
- Average time to close pull requests: 3 months
- Total issue authors: 6
- Total pull request authors: 3
- Average comments per issue: 3.0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- philipdaubmeier (3)
- punthoofd07 (3)
- Abrissirba (2)
- mikkelrj (1)
- sebwaks (1)
- vanThijs (1)
Pull Request Authors
- philipdaubmeier (5)
- dependabot[bot] (2)
- Abrissirba (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 8
-
Total downloads:
- nuget 39,991 total
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 73
- Total maintainers: 1
nuget.org: philipdaubmeier.digitalstromclient
This class library provides a way to call the Digitalstrom Server (DSS) RESTful JSON interface. It encapsulates all authentication, retry and parsing logic and provides a strongly typed method interface.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/DigitalstromClient
- License: mit
-
Latest release: 1.10.0
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: philipdaubmeier.viessmannclient
This class library provides a way to call the Viessmann Developer Portal interfaces. It encapsulates all authentication, retry and parsing logic and provides a strongly typed method interface.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/ViessmannClient
- License: mit
-
Latest release: 2.5.0
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: philipdaubmeier.netatmoclient
This class library provides a way to call the Netatmo Cloud RESTful JSON interface. It encapsulates all authentication, retry and parsing logic and provides a strongly typed method interface.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/NetatmoClient
-
Latest release: 1.9.0
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: philipdaubmeier.sonnenclient
This class library provides a way to call the Sonnen Portal RESTful JSON interface. It encapsulates all authentication, retry and parsing logic and provides a strongly typed method interface.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/SonnenClient
- License: mit
-
Latest release: 1.9.0
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: philipdaubmeier.digitalstromtwin
This class library provides a DigitalstromDssTwin object as the main class, that automatically synchronizes scene states of all rooms both ways, i.e. if a state is changed programatically it sends a command to the DSS, if a scene is changed within the apartement the event is synched into the twin model.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/DigitalstromTwin
- License: mit
-
Latest release: 1.9.0
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: philipdaubmeier.compacttimeseries
Memory efficient storing, processing, resampling and compressing of time series data.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/CompactTimeSeries
- License: mit
-
Latest release: 1.9.0
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: philipdaubmeier.tokenstore
Provides a means to store and retrieve OAuth access and refresh tokens to/from a configurable entity framework database.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/TokenStore
- License: mit
-
Latest release: 1.6.0
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: philipdaubmeier.weconnectclient
This class library provides a way to call the Volkswagen WeConnect interfaces. It encapsulates all authentication, retry and parsing logic and provides a strongly typed method interface.
- Homepage: https://github.com/philipdaubmeier/GraphIoT/tree/master/src/WeConnectClient
- License: mit
-
Latest release: 2.2.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.EntityFrameworkCore.SqlServer 5.0.7
- Resource.Embedder 2.1.1
- System.Text.Json 5.0.2
- Microsoft.CodeAnalysis.Common 3.10.0 development
- Microsoft.EntityFrameworkCore.Design 5.0.7 development
- Microsoft.EntityFrameworkCore.Tools 5.0.7 development
- Microsoft.EntityFrameworkCore.SqlServer 5.0.7
- Microsoft.EntityFrameworkCore.SqlServer.Design 1.1.6
- Serilog.Extensions.Logging.File 2.0.0
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.Extensions.Hosting.Abstractions 5.0.0
- Microsoft.Extensions.Localization.Abstractions 5.0.7
- Microsoft.Extensions.Options.ConfigurationExtensions 5.0.0
- System.Text.Json 5.0.2
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.Extensions.Http.Polly 5.0.1
- ProxyKit 2.3.4
- ProxyKit 2.3.4
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.Extensions.Http.Polly 5.0.1
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.Extensions.Http.Polly 5.0.1
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.Extensions.Http.Polly 5.0.1
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.Extensions.Http.Polly 5.0.1
- System.Text.Json 5.0.2
- HtmlAgilityPack 1.11.34
- System.Text.Json 5.0.2
- Microsoft.EntityFrameworkCore 5.0.7
- Microsoft.Extensions.Options.ConfigurationExtensions 5.0.0
- System.Text.Json 5.0.2
- HtmlAgilityPack 1.11.34
- System.Text.Json 5.0.2
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- RichardSzalay.MockHttp 6.0.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.AspNetCore.Mvc.Testing 5.0.7
- Microsoft.EntityFrameworkCore.InMemory 5.0.7
- Microsoft.NET.Test.Sdk 16.10.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.AspNetCore.Mvc.Testing 5.0.7
- Microsoft.EntityFrameworkCore.InMemory 5.0.7
- Microsoft.NET.Test.Sdk 16.10.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- RichardSzalay.MockHttp 6.0.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- RichardSzalay.MockHttp 6.0.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- Moq 4.16.1
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- RichardSzalay.MockHttp 6.0.0
- xunit 2.4.1
- xunit.runner.visualstudio 2.4.3 development
- Microsoft.NET.Test.Sdk 16.10.0
- RichardSzalay.MockHttp 6.0.0
- xunit 2.4.1
- Ben.Demystifier 0.4.1
- System.Buffers 4.6.0
- System.Collections.Immutable 9.0.0
- System.Memory 4.6.0
- System.Numerics.Vectors 4.6.0
- System.Reflection.Metadata 9.0.0
- System.Runtime.CompilerServices.Unsafe 6.1.0
- System.Threading.Tasks.Extensions 4.6.0
- Ben.Demystifier 0.4.1
- Ben.Demystifier 0.4.1
- Ben.Demystifier 0.4.1