-
Notifications
You must be signed in to change notification settings - Fork 58
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
Need to restart add-on before giving a command #279
Comments
I am trying to debug this today and I discovered something strange but maybe interesting:
That brings me to a question... How many KeepAlive have you per seconds ? In my case, it varies from 5 to 10 each seconds... Is it overflooding the small wifi dongle ? |
In the meantime, as workaround, I've added a add-on restart after one minute of command without action in my node-red flows ... (it's clearly more boring when the heater has not been turned on in the morning...) |
What I've tried is to rename the json config file and to restart the add-on... and for the moment (16 hours) it makes the trick... but there's absolutely no sense since the new json is exactly the same that the old one. |
I'm seeing the same issue. Everything will work great for a few hours and then HA commands will stop working. I will try to change the state of the heat pump in HA and it won't respond even though it still shows as available. |
Same for me. Habe a Hisense multisplit AC |
rename the json config file and to restart the add-on Since then... no more issue |
No luck. Problem always reappears after a few hours. |
Damn, I have again the issue.... We absolutely need to understand what's happening... to fix it It seems like that the AC isn't working with FGLair neither... so I would reboot the AC module... what is making just no sense with working fine after an add-on restart. I have juste done the folling test right now :
I'll reboot the AC when I'll be home (test done trough Nabu casa) |
Indeed rebooting the AC seems like to solve the issue ... for the moment. My theory is that the module is receiving too much requests and finally blocks... But anyway all of this doesn't makes any sense |
Got the problem again... Is someone having a lead? I am always concerned by the number of keep alive requests...about 4/sec |
I ended up giving up on this project and switched back to the HACS FGLair Cloud Integration and also an IR Blaster. Could never get any stability. It would work great for several days or hours before completely borking itself. |
My HA and AC are working fine since years... but since a couple of days I need to constantly restart the add-on to give some orders to the AC.
Nothing in the logs except a lot of
D0331 18:12:02.077 notifier.py:112] [KeepAlive] Sending PUT http://192.168.5.246/local_reg.json {"local_reg": {"ip": "192.168.5.142", "notify": 0, "port": 8888, "uri": "/local_lan"}}
I even tried to restart the AC ... but it makes no senses to me.
Any idea where the issue could come from ?
Thanks
The text was updated successfully, but these errors were encountered: