-
Notifications
You must be signed in to change notification settings - Fork 17
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
Any success integrating with Home Assistant #16
Comments
I'm hoping someone else takes this up as I have not much experience on HA integrations. And then share it here that everyone can benefit from it. All protocol info is here. |
In my Samsung MH035FPEA works in this moment a little ESP8266 with ESPHome on it. Currently it sniffes on the F1/F2-Dataline between outdoor and Indoor-Unit and currently I am able to get the Temperatures of the indoor-units and the operation-modes of them and send it to ESPHome. Now I installed the SNET Pro Software and tried to controll the units from there. It seems to work and so I will reverse engeneer this Communication in the next days. Then I should be able to full contoll the AC with ESPHome. I tell you when I have more results... |
I have good news for all who are waiting for an EPSHome-component :) You can find it here: please try it out, test it and find some issues ;) |
That is awesome! Thank you very much. My HVAC is still in the box but as soon as I install it I will test it. |
Wonderful. I will try to get some Hardware and will test it with my four 1-way cassets. @matthias882 do you have the newer NASA based devices? I am still not sure if there is really much a difference between NASA and non NASA (older devices) |
I don't know what this protocoll really is named. It works with the SNET-Pro PC-Software when I set it to "FJM+". "FJM" also works, but this gets less information from the Bus. |
So I figured it out. NASA is a newer bus protocol. It uses similar start and stop bytes but the messages are more complex and transport more data. This is also why it uses 9600 baud instead of 2400. @matthias882 component works with the Non NASA protocol from this directory. Since @matthias882 currently did not answer anymore, I created my own ESPHome component with support for NASA protocol. I also made sure the Non NASA protocol can simply be integrated into this repo since this would allow to use this component for both protocols. Currently it can show the room temperature, change the target temperature, set the AC mode and works with multiple units. |
Great work! I will test it as soon as I will install my AC unit! |
It would be nice to create custom component for ESPHome so this could be integrated with Home Assistant. The convertor from SAMSUNG NASA to ModBus is pretty expensive so this would safe the day.
The text was updated successfully, but these errors were encountered: