Olen

Results 319 comments of Olen

I think the best way to add this is to add a new sensor to the plant device (with a proper name) that reads these values, and then does the...

Someone needs to create a PR that reads the "mol/d" measurement from the physical sensor, and updates the ppfd-sensor in this integration (and ignores the lx-values if they don't exist).

I'll look into this. I am not sure the integration gets any notification when the entities changes, but I might be able to run a periodic job to make sure...

Me-toos does not help. You may subscribe to the issue, or even better - create a PR.

I am a bit reluctant to just release this as I don't know the code well enough to really trust what will happen if we "ccontinue" on a 4xx-error. But...

Tested it locally, and it works as expected. I added an extra debug print() here to verify that it only runs twice and with different urls: ``` (Olen-patch-1)]$ python verisure.py...

Adding a couple of print()s more: ``` if response.status_code == 200: print(f"Login ok on {base_url}") print(f"Status code: {response.status_code} - Data: {response.text}") ``` ``` (Olen-patch-1)]$ python verisure.py --event-log XXXXX ZZZZZZ Login...

I can't easily replicate the logout problem, so we just need to wait until it happens. I can patch `vsure` in my HA container and restart it and try to...

Yeah. Sorry. I just realized what you ment. I patched session.py in my HA container, adding some more debug info. Will see how it goes next time the problem appears.