-
-
Notifications
You must be signed in to change notification settings - Fork 46
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] Blade Movement (AJ050NCJ2EG) #76
Comments
@TCB13 |
To enable message logging please read here https://github.com/lanwin/esphome_samsung_ac?tab=readme-ov-file#development |
@lanwin , side note, are you planning on exposing the inverter data? It would be nice to have it in HA! |
Its the f3-command from outdoor unit. I got it to work yesterday, for now only as internal variable and in debug log. No idea how to get it to the esphome-api :-D. The Power-Value seems not to be extremely accurate, but it should be nice to log the consumed Power in home automation. |
This was what I wanted to read from it indeed. Maybe @lanwin that is more versed in the ESPHome part can eventually take care of it. |
There are a bunch of more nice values like the outdoor temperature, temperatures of the condenser unit, the fan-status, the valves or the EEVs but i don't know how interesting these values are for somebody |
Well if you can expose them so @lanwin can then display them in ESPHome then people can decide what they want to see or not on HA.
I've already attached a BME680 to my AC ESP32 in order to get the outside temperature but having something to compare to is always nice. I bet a lot of people would like to read the outside temperature value. |
Outdoor Temp would be a nice to have in HA: (ou_outdoor_temp[°C]) 3 splitters: All of them show wind_direction:31 and no changes to that value, even when I press direction from remote. |
Are you sure you're looking at the In my system (looking at the right |
I will give it another try today. Do you have any configuration to write log to text file or is just plain copy-paste from log window to "notepad"? |
The log window on ESPHome has a "download log" button :) |
Dammit ...I feel so stupid!! :) |
Sorry Non-NASA Blade movement is not yet impl. @atanasenko addid it yesterday for NASA. |
@lanwin I confirm @TCB13 report for non-nasa vertical blade commands. Blade moving vertical is (send move command) being reported as "wind_direction:26" |
Yes, Non-NASA has placeholders in the code for alt modes and swing modes. Somebody who can test on a real non-nasa unit will have to implement the glue code. |
I'll also have a look at adding the harness for configuring supported modes in config file. |
Is this really completed? @omerfaruk-aran |
Hello @TCB13, As the new maintainer of this project, I’m reviewing past issues and discussions. It looks like this particular topic hasn’t had any updates since February. If this issue persists or if you have additional insights to share, please feel free to open a new issue or discussion using the updated templates we've provided. This will help us better track and address your concerns more efficiently. Regarding the responses from @atanasenko, it seems there were plans to implement the code placeholders for alt modes and swing modes for Non-NASA devices, as well as adjustments to configure supported modes in the configuration file. Could you please confirm if any progress was made on this, or if additional support or testing is needed from the community? Thank you for your continued engagement! Let’s work together to improve the project. Best regards, |
@omerfaruk-aran this isn't fixed. Please re-open this issue. There's important information attached related to the commands and logs. |
Here's my split remote for reference. It only has a blade button (middle one) that will make them go up and down continuously or stop at any given point.
Each time I turn OFF and ON the split the blade position gets reset.
Attached you may find the log for "Fan Only" for split
01
. At first the blades were 50% open (seems to be the default whenever I turn ON the unit) logswind_direction:31
. After pressing the remote button blades started moving up and down, logswind_direction:26
. Finished the test by pressing again the button and then proceeded to turn OFF the split.FAN_MODE-BLADE-ON-OFF.txt
Tried the same in "Heat Mode" and the log shows the exact same
wind_direction:31
andwind_direction:26
.HEAT_MODE-BLADE-ON-OFF.txt
Thank you.
The text was updated successfully, but these errors were encountered: