Replies: 24 comments 28 replies
-
Count me in! |
Beta Was this translation helpful? Give feedback.
-
Here I am, an non-NASA user on F1/F2 Bus :) |
Beta Was this translation helpful? Give feedback.
-
Able to help and test progress. RX is working ok (I can see changes in HA) when pressing remote. Would like to see data out in log window (TX led does not blink), to be sure it is connected properly before moving frwd. @ukw6 I have the same HW setup as you (ESP+TTL->RS485). |
Beta Was this translation helpful? Give feedback.
-
Now back to the non-NASA. It works!!! finally.(even with no tx led ligth) I can control , power, mode, temp and fan speed. for 3 diferent spliters attached to one outdoor machine. Only thing missing is blade direction option, but not very important at the moment. I will focus now in the HW (also waiting for a esp32 from aliexpress) yuipy!!! |
Beta Was this translation helpful? Give feedback.
-
Yep, Non-nasa here and from last changes it all works |
Beta Was this translation helpful? Give feedback.
-
made the PR #86 state 4way valve for now the values are only shown in the log, connection to the esphome-api is tbd |
Beta Was this translation helpful? Give feedback.
-
I'm a non-NASA user and happy to help with testing. Strangely yesterday's updates have broken my AC control. It was working really well up until I updated about 18 hours ago and now the controls are still there but actioning anything has no effect on the unit. I'm still working through the issue but it's odd that the change that fixed others has broken mine. |
Beta Was this translation helpful? Give feedback.
-
Any news regarding outside temperature sensor being made available for Home Assistant? |
Beta Was this translation helpful? Give feedback.
-
non-NASA user here as well with F1/F2 |
Beta Was this translation helpful? Give feedback.
-
I have a non-Nasa AC: Outdoor AJ100FCJ5EH Indoor: 4xAR09HSFSBWKNZE + 1xAR12HSSDBWKNEU |
Beta Was this translation helpful? Give feedback.
-
Here a non-NASA AC owner! How I connect to F1/F2: What works:
What doesn't works:
Strange behaviours:
Thank you all for this project, I'm here to help with testing! |
Beta Was this translation helpful? Give feedback.
-
Non-NASA here too slim duct 14Kw unit indoor AC140HBMDKH i can happily help , exchange with you on whatsapp or anything if needed i can even share a private acces to a computer that is directly connected to the Non-NASA network to do some test and sniff packet can also connect ESP to that machine for test flashing code on it |
Beta Was this translation helpful? Give feedback.
-
Working on outdoor model AC140HCAFKH NonNASA |
Beta Was this translation helpful? Give feedback.
-
Working perfectly on outdoor midel AC090HCAFKH NonNASA |
Beta Was this translation helpful? Give feedback.
-
Works quite fine on outdoor model AJ040NCJ2EG ... once registered. EDIT: |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, Thank you for volunteering to test the latest Non-NASA implementation. I have made significant code optimizations, focusing on memory management and comprehensive data logging. It is crucial that we verify all functionalities, including sensors, triggers, power on/off actions, temperature adjustments, and more. For your testing:
external_components:
- source: github://omerfaruk-aran/esphome_samsung_hvac_bus@add-outdoor-sensors
components: [samsung_ac]
refresh: 0s
#[NASA or NonNASA]
outdoor_temperature: # Should be used with the outdoor device address
name: "Outdoor temperature"
# [NASA or NonNASA] Measures the instantaneous power consumption of the outdoor unit in Watts.
outdoor_instantaneous_power:
name: "Outdoor Instantaneous Power"
# [NASA or NonNASA] Records the cumulative energy consumption of the outdoor unit in kWh.
outdoor_cumulative_energy:
name: "Outdoor Cumulative Energy"
# [NASA or NonNASA] Measures the current drawn by the outdoor unit in Amperes.
outdoor_current:
name: "Outdoor Current"
# [NASA or NonNASA] Tracks the voltage supplied to the outdoor unit in Volts.
outdoor_voltage:
name: "Outdoor Voltage"
After completing your tests, please share the following details with me:
Your feedback and testing insights will help me plan the next steps more effectively. Thank you all for your support and dedication! Participants: Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hey Guys, I`ve just discovered this project and wanted to have an attempt at this too. I`m using M5Stack atom lite with RS485 Base After the initial problems caused by the connector of the Atom RS-485 (soldered the wired directly on the board now) I can report everything seems to be working for all three AC`s. Tested different HVAC Modes, temperature and fan settings. Everything is updated correctly. Also checked the parameters for the outdoor unit and i`m seeing some strange values
All in all a great success, thanks to everyone that has contributed to this project, i |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for this great project and the work everyone has done! AC details:
The protocol check returned "Other", but it seems Non-NASA works. Unit addresses were returned immediately and I have the below functions working;
The "Current temperature" is very different than the current temperature on the Samsung indoor controller. Would there be any way to use this reading from the wall mounted controller on F3/F4 and have that as an output? Since my indoor unit is located in the ceiling, the temperature is very different than the house temperature when the AC is not working. Outdoor sensors testing:
I'm located in Australia, if that has any relevance maybe to the power readings |
Beta Was this translation helpful? Give feedback.
-
Got this working on an (Australian) AR4500 split system using both the @stable branch or the @add-outdoor-sensors branch. |
Beta Was this translation helpful? Give feedback.
-
Still big lag, and some times missing using source: github://omerfaruk-aran/esphome_samsung_hvac_bus@add-outdoor-sensors This one: source: github://tristone-cz/esphome_samsung_hvac_bus@patch-slow-registration was a bit better but still missing some key press. With the first one, I see messages like: Commands like C1,F0 and F1 should be removed. We dont need commands that we do not know what they do at this stage. |
Beta Was this translation helpful? Give feedback.
-
All other parameters are ok (outdoor temperature, watts, voltage etc), and the indoor data still also works fine, and updating when something changes in indoor units. I am only suferring from commands not getting into indoor machines from HA. |
Beta Was this translation helpful? Give feedback.
-
Everything is functioning except the voltage and power sensors, which aren't updating. The current sensor is much lower than it should be. |
Beta Was this translation helpful? Give feedback.
-
I you are have a non NASA System and use the connection between outdoor and indoor units (F1/F2) then please let me know here.
My plan is to have a list of users who are willing to give feedback or test if something works.
Beta Was this translation helpful? Give feedback.
All reactions