-
Notifications
You must be signed in to change notification settings - Fork 141
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
MSZ-HR25VF - D1 Mini Clone - HA Constantly being unavailable #249
Comments
Have you checked your MQTT? Maybe the "offline" topic has an retain flag? |
@HappyPlotter - I'm in the same boat here, except I seem to be able to control the mini splits via Home Assistant as well. The constant "became unavailable" notices in the history make the data very hard to interpet visually though, so I'd like to get rid of them. Here's the output from the MQTT broker addon, which seems to indicate constant disconnect/reconnect from the endpoints:
|
I'm also having the issue. @xtypebox and @zackbennis I'm finding the WIFI (connecting to it via IP) is also extremely slow to non-responsive. Are you also having that problem? I'm wondering if I sever the connection to MQTT (delete the settings) if it will be better. |
I've been messing with this for a while to try to get a stable connection. Here's what I've found so far (using an ESP-01S): Originally I had a super spotty connection between the ESP and MQTT. It would take like 6-8 hours to even first connect. I have verified the wifi connection is 100% stable and not the issue. The default first traffic rule in my home LAN was "drop invalid packets". This is a common network rule. I found this rule prevents the vast majority of communication between ESP and MQTT server. Turning off the rule (or adding an exception rule before it) allows them to talk freely. Instant connection and lag on web interface is virtually gone. Still got regular drop-outs but this helped tremendously. I'm not a network guy so can't speak to why the packets are "invalid", but ... my network definitely disapproves. Secondly. Was still getting drop-outs at least 2/minute. Tried various config values, including setting MQTT_KEEPALIVE. Setting it to a low value or to 0 I still get drop-outs. Setting it to the max allowable value of 65535 seconds (which is over 18 hours), my drop-outs are averaging about 10 per day. Not perfect, but at least usable now. I previously used a Mini D1 and saw basically the same behavior. TLDR: Communication prevented by dropping invalid network packets. Setting MQTT_KEEPALIVE 65535 also helps. Still getting about 10 drop-outs per day. J |
I have tried the ESPHome version in the HR25VF ac unit and i had the issues with everything being unavailable when i connect to the pump but it works with webversion. I can get the temperature and set the temperature and the mode. So I tried [mitsubishi2MQTT] and i have the same issue. Everything seems connected and if i use the control page in the webpage the ac unit works as expected but in the Home Assistant the AC entity are always being unavailable and i can't get any info.
Any recomendation?
The text was updated successfully, but these errors were encountered: