madzrobz

Results 7 comments of madzrobz

Werner, I had the same symptoms. These two fixes have solved the root causes for me: https://github.com/home-assistant/home-assistant/issues/23748 https://github.com/Julius2342/pyvlx/issues/25 @Julius2342 would you be so kind to release a new version of...

Hi @Julius2342 , thank you for the quick reply. As you can see in the log, less than one minute later, the connection gets established - so the KLF itself...

Hi @Julius2342, I checked the content of the file /usr/local/lib/python3.8/site-packages/pyvlx/connection.py on my Home Assistant machine and found the following code: ``` async def connect(self): """Connect to gateway via SSL.""" tcp_client...

Actually, I first ever looked at python 3 days ago, when you proposed, that I should add logging into heartbeat.py ;-) So I'm REALLY fresh here. I have 6 of...

The question remains, how to integrate with home assistant. I still believe that simply adding a "curtain" parameter to the cover.set_position function would be sufficient and simpler then exposing three...

You are right, to make it consistent and allow the current position to be properly managed by HA, it must be 3 covers.

Pull request for addressing the single curtains created. https://github.com/Julius2342/pyvlx/pull/66 The question remains, how to integrate with home assistant. I still believe that simply adding a "curtain" parameter to the cover.set_position...