-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Non-NASA] Unable to control AC #127
Comments
@Nanganator please try main instead, especially in with the non_nasa_keepalive option. |
No change unfortunately. When using main with the non_nasa_keepalive option set to true I still just get the below on repeat and Home Assistant doesn't show the temp, mode etc. of any of the indoor units. I had 1 indoor unit running whilst I gathered that log and changed the temp etc.
|
Any ideas @lanwin? Looks like my units simply don't send the cmd:f8 message, so I'm guessing no control messages are ever sent. The only not answered messages I can see are: These are sent one after the other and then it loops through again with message and response to and from the 4 indoor units. e.g: I have nowhere near enough technical knowledge to try anything useful myself! 😂 |
@matthias882 did you have time to help here? |
Stable definitely won't work properly, you can follow the discussion in #102 for how this was resolved. You'll want to use main. Make sure your unit is actually using a fresh build of the main branch: I've noticed ESPHome will cache old repo versions for some time, so you'll want to clear the cache prior to building. Besides that, looking at the log, it appears it is sending four controller registration requests at a time. This isn't unexpected (as you have four indoor units), and the requests won't clash with each other. But I wonder if it could be causing a clash on the bus: it may be still sending the 3rd or 4th request when the reply to the first request is being sent by the outdoor unit. I don't think anyone has tested with that many indoor units, so it's definitely working fine with 1 indoor unit, and probably working fine with 2, but maybe not 3 or 4. @Nanganator Try just configuring the yaml with just a single indoor unit, instead of all 4, and see whether it works. @lanwin This isn't something I considered in my PR and it should be considered a bug. The code should be adjusted to only send registration request messages once each time no matter how many indoor units. The easiest way to do this is to probably just have each indoor device's loop check whether it is the first in the list, and if so it should be the one to send the registration request. |
Thanks @jbekkema! I’ll comment out all but 1 unit as you mentioned and come back with logs/results. Thanks again for the advice!! |
@lanwin They have not tried using just a single indoor unit and seeing if it works per my comment above. If it works with just a single unit, then the code needs to be modified as described in the same comment. I'm afraid I only have single indoor unit setups available, so it's not something I can test. |
Hey guys. I tried it with only 1 indoor unit and got the same behaviour as mentioned above. Tried with both non_nasa_keepalive set and not. |
Hey @jbekkema I followed the steps, and I got the same result. I only have one indoor unit and one outdoor unit, so that's the only one configured. More info in this thread: |
If using a single indoor Non-NASA setup isn't working, then whatever the problem will be something else. I haven't kept up with this project, I'm still using the build from #102 which has been working perfectly in my home and office setups. It's possible something has changed since then. In regards to SNET Pro not working, I took a look at your YAML file in the linked ticket, and you have both the esphome_samsung_ac and esphome-stream-server components active at the same time. For testing with SNET Pro you should only use the esphome-stream-server component by itself (comment out the esphome_samsung_ac component and associated configuration settings and deploy, reboot the AC unit - likely by power cycling it at your switch box - and then try SNET Pro again). esphome_samsung_ac and SNET Pro will conflict with each other if you don't do this. |
I have an issues similar to [Non-NASA] Unable to control AC since 7 Feb update #87.
When using Stable, I see the details of all the indoor units perfectly and when using the remote control the updates are seen almost immediately. Only no commands can be sent.
I don't see any cmd:f8 messages in my log, and so there are no write entries when I try change temp etc.
My log from Stable attached.
logs_accontroller_stable.txt
Let me know if changing some logging settings can get a better log output.
If I try main, none of the details of the indoor units comes through any more and I still cannot send commands and the log is just filled with the below on repeat:
main log for reference:
logs_accontroller_main.txt
The text was updated successfully, but these errors were encountered: