-
Hi there, I have a problem with all of my 6 faikin-modules. Sometimes they just lose the connection for several hours before they reconnect without any changes. They don't show up as AP in that time. After disconnecting the plug and reconnecting it they connect directly to the existing WiFi without any problems. Is there anybode else with a similar problem? Is there any option to get some kind of logfile to diagnose what happend? I would love some kind of logfile which I could look at after it reconnects again. I'm using these as primary heating-solution so I rely on them. I think they do work in the meantime, but with the wrong temperature. Thanks in regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
WiFi is always fun - are they inside a metal case ? How far away is access point ? May be worth setting up a 2.4GHz only SSID for them. |
Beta Was this translation helpful? Give feedback.
I think I found so problem. My automations (NodeRed) use the status from the faikin-module as trigger, so they calculate the new value for "demand" and other things. Normally this seems to work just fine, but there seem to be constellations where there are just too many MQTT-messages (maybe it creates some kind of loop) so the module is overloaded and does not react anymore.
I changed my automation to start every 5 seconds and send a message if anything changed. So far no problems for a week.
Thanks for your help and sorry for the effort.