-
-
Notifications
You must be signed in to change notification settings - Fork 12
Support reading of multiple values at once. #29
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
Comments
Thank you for sharing, this would be a really nice improvement |
In the current implementation, the sensors are defined in const.py https://github.com/golles/ha-kamstrup_403/blob/main/custom_components/kamstrup_403/const.py#L30-L320 |
At the moment The new way would be to pass
And the single response needs to be taken apart matched to each sensor:
See this example for how to request 7 sensors at once and how to decipher the response. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
PR for this feature is available, see #56 Please, if you have time, test this branch: |
FYI: This feature has been released in version |
Did you read the instructions?
The request
I simply tried to read multiple values and it worked. I documented it here.
Additional information
No response
The text was updated successfully, but these errors were encountered: