-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add DSMR-reader support with configuration files #6
Open
Diondk
wants to merge
18
commits into
smarthomeshop:main
Choose a base branch
from
Diondk:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: add DSMR-Reader support to Watermeter P1 Kit - Implement data formatting and communication adjustments for DSMR-Reader integration. - Add configuration options for DSMR-Reader connection details (e.g., host, port,api key). This update enables users to push Waterp1meter Kit data to DSMR-Reader, enhancing monitoring capabilities and analytics.
- Implement data formatting and communication adjustments for DSMR-Reader integration. - Add configuration options for DSMR-Reader connection details (e.g., host, port, api key). This update enables users to push Waterp1meter Kit data to DSMR-Reader, enhancing monitoring capabilities and analytics.
Diondk
changed the title
feat: add DSMR support with configuration files
feat: add DSMR-reader support with configuration files
Dec 4, 2024
- Implement data formatting and communication adjustments for DSMR-Reader integration. - Add configuration options for DSMR-Reader connection details (e.g., host, port, api key). - Update documentation to guide users in setting up DSMR-Reader with the Watermeter P1 Kit. This update enables users to push Waterp1meter Kit data to DSMR-Reader, enhancing monitoring capabilities and analytics.
- Implement data formatting and communication adjustments for DSMR-Reader integration. - Add configuration options for DSMR-Reader connection details (e.g., host, port, api key). - Update documentation to guide users in setting up DSMR-Reader with the Watermeter P1 Kit. This update enables users to push Waterp1meter Kit data to DSMR-Reader, enhancing monitoring capabilities and analytics.
docs: add README.md for DSMR integration - Explain DSMR-Reader and its purpose. - Provide instructions to enable the API in DSMR-Reader. - Include steps to generate an API token. - Detail configuration updates required for DSMR integration. - Add troubleshooting tips for verifying the setup.
refactor: move configuration files to versioned folder structure - Relocate `waterp1meterkit-ethernet.yaml` and `waterp1meterkit-wifi.yaml` to a new folder named `waterp1meterkit-v1`. - Establish versioned folder structure to organize future versions of the software. - Ensure backward compatibility by preserving file names within the new folder.
refactor: move configuration files to versioned folder structure - Relocate `waterp1meterkit-ethernet.yaml` and `waterp1meterkit-wifi.yaml` to a new folder named `waterp1meterkit-v1`. - Establish versioned folder structure to organize future versions of the software. - Ensure backward compatibility by preserving file names within the new folder.
refactor: move configuration files to versioned folder structure - Relocate `waterp1meterkit-ethernet.yaml` and `waterp1meterkit-wifi.yaml` to a new folder named `waterp1meterkit-v1`. - Establish versioned folder structure to organize future versions of the software. - Ensure backward compatibility by preserving file names within the new folder.
refactor: move configuration files to versioned folder structure - Relocate `waterp1meterkit-ethernet.yaml` and `waterp1meterkit-wifi.yaml` to a new folder named `waterp1meterkit-v1`. - Establish versioned folder structure to organize future versions of the software. - Ensure backward compatibility by preserving file names within the new folder.
docs: add version-specific warning to README.md - Added a warning to indicate compatibility with v1.1 of the WaterP1MeterKit. - Clarified that files and configurations are intended for v1.1 firmware only. - Highlighted potential issues with other versions to prevent compatibility confusion.
Fix logo
docs: update README.md, adjust image path, and document new folder structure
|
moved to new location.
updated package import_url
Updated package_import_url
Updated package_import_url
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
DSMR
folder containing configuration files for Ethernet and WiFi setups.Files Added
DSMR/waterp1meterkit-dsmr-ethernet.yaml
: Configuration for Ethernet-based connections.DSMR/waterp1meterkit-dsmr-wifi.yaml
: Configuration for WiFi-based connections.Purpose
This PR introduces DSMR-Reader support to the Watermeter P1 Kit, expanding its functionality and usability.