-
Notifications
You must be signed in to change notification settings - Fork 44
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
Lgo44 hub v2 2024 07 updated 2024 09 #486
base: dev
Are you sure you want to change the base?
Conversation
bump version to 3.4.7
led_indicator
add zigbee data add equipment class add summer comfort
bump to aioWiserHeatAPI V1.5.15
can be suppressed?
notes about the new features provided by the PR478 and 486 |
Add equipment attribute for smartplugs, heating actuators and Powertags Add LTS for the smoke alrm devices Issue 485 fix Service Led Indicator not usefull Create binary_sensor
Issue 461 : modification in helpers.py and sensor.py Binary sensor: add binary sensor for equipment ( smartplugs, powertags)
…HomeAssistantPlatform into LGO44-Hub-V2-2024-07
V3.5.0 and V3.5.1
The binary_sensor.py is directly base on the switch.py, this allows to create easily binary sensors In sensor.py update the zigbee data and the device _id for all the devices Trys to create windowDoorSensor an issue with the aioWiserHeatAPI
…HomeAssistantPlatform into LGO44-Hub-V2-2024-07
@msp1974 here are the last enhancement in my PR. I have created a binary_sensor.py file directly derived from your switch.py because it's very easy to add binary_sensors. I hope that it's clear enough, if not feel free ta ask some more informations. config_entry-wiser-04b54a69ee02ea23d613b96cb315965b (5).json |
This is great. I see it has some conflicts with current code, so let me look at this over the next week or so. Can you tell me more about your issue with windowdoor sensors. Is it because they dont seem to have a device type entry like all other devices? Edit: oh, sorry see that they are binarysensor in the config as device type. Tell me more your issue. |
Thanks a lot to spend time to look at my code. The issue on windowdoorsensor happen when I want to create these device by calling the code by "WindowDoorSensor": {.. devices.py |
Yes, been having a look and see the issue. Think I have it resolved but need to do some more testing. Basic issue is that I think you are looking at it as a DoorWindow sensor and not a BinarySensor of type windowdoor. Think it needs to be like how we have OnOffLights and DimmableLights, ie they are both Lights but with different types. I'll push this into the repo when happy with it and you can then try it out. |
@msp1974 Thanks for your help! I think I was temporally blind (paralympics games in Paris maybe). I have tested the dev branch of the aioWiserHeatAPI, I got immediately a windowdoorsensor I adjust the attributes: I will push the modifications in a PR |
Hi Christian, so I have worked my way through this PR and added most of it to the current dev branch. Things not added yet/won't be added.
I intend to release the dev version tomorrow as it has some fixes in it people have been waiting for but also wanted to get some progress on this PR as you have also been waiting some time. If you agree, I will then close this PR, but open issues for the outstanding pieces - eg Equipment sensors and you can log any issues you find in this next update. |
@msp1974 Thank you so much Mark. @msp1974 Hi Mark, thank you to take in account this PR
What should be the best way to work , create a new PR or create issue on the GitHub or anything else, it's just to find the best way for efficiency and ease of use? The point 1 for me is a major enhancement of the Wiser offer. I don't know if you heard that Schneider want to bring IA in home management, so Wiser will keep on growing...
|
add new features available with wiser Hub V2