I have pushed further updates to the module.
I have also attempted an integration, which you can see here. To use, drop the automate
folder into a custom_components
folder in your config
folder. Then make sure the latest aiopulse2 is in the python path for HA (this includes the HA core
folder, if you put it in there, it’ll work, but site-packages
is more correct).
This however is not working as intended, in that the WiFi signal strength is not grouped with the actual cover
device (the battery is sometimes - not in the code pushed at the moment). There are still a bunch of print
statements in the code etc. I have spent way more time on the HA integration than the actual code to speak with the hub, so if anyone here has half a clue how HA hangs together, I have posted my issues here. It’s really close, but HA is lacking any actual documentation (that I can find) as to how to integrate a cover device with additional “sensor” devices (I have tried looking at a bunch of other integrations, but they all do it slightly differently, and I have been unable to actually find a combination that works for me - very frustrating! Any help appreciated!)