-
Notifications
You must be signed in to change notification settings - Fork 7
Wrong behavior since update docker homebridge #11
Comments
If you try running it outside docker does it work then? |
Docker and homebridge are up to date. If I turn it on with Home, after a while it ignores the shutdown command. I have to turn it back on and then turn it off. Then it works. It looks like it doesn't refresh or query the status after a while. |
I'm working on a full rewrite which will hopefully fix the issue |
Thank you. I really want to try it and report it. Very grateful for your time |
I've published the new version, could you try with that? |
Hi, I just tried it but something is wrong: Environment: docker + Homebridge Config UI X cd node_modules/homebridge-lg-airco/resources/wideq/ Create file wideq_state.json My config:
Log
and:
|
There were some files missing in the build, I've released a new one which should fix that issue |
It seems that now it is working.
|
Could you enable the debug flag in the config, try again and paste the output here. |
Today I receive this log and it doesn't work: 2020-06-17 00:00:18 DEBUG [wideq.example] State file found '/homebridge/wideq_state.json' 2020-06-17 00:00:18 DEBUG [wideq.example] State file found '/homebridge/wideq_state.json'
File "example.py", line 219, in example
File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) (node:371) UnhandledPromiseRejectionWarning: python error! |
My log now is this:
|
Try deleting the wideq state file and perform the login sequence again |
Okay. Deleting works again. This happens to me when I change from debub true to false or vice versa. This is my log when I change different modes and fan speeds in case there is the possibility of adding them to HOME
|
I don't understand, it appears to be working. |
Can you try with the latest version (0.1.4)? |
Hi. Thanks for your work and for this plugin.
With the latest version of the homebridge docker (python3.8.1, Node.js12.16.1 and Npm version 6.13.4) I can turn on the AC but after a while I can no longer turn it off, the state monitoring is lost.
If I turn it on and off without a long time it works well.
Also if I turn on manually the status in homebridge is not updated.
All this happens since I updated docker homebridge, before it was fine.
The text was updated successfully, but these errors were encountered: