Help with climates #12
Replies: 3 comments 3 replies
|
Please attach your yaml config. What ESPHome and Samsung NASA component version are you using? For select components the order of the options is important and determines their index value (starting at zero). Also, "Economy" can't be used as a text label as that is already used as a standard climate preset option. 'Eco' is used instead for the custom preset to avoid conflicts. But it's the underlying numeric value that is important and that is determined by its position in the list. |
0 replies
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Hello, my heatpump has these addresses for the water heater:
status 0x4237
set 0x4235
enable 0x4065 (1 = Enabled, 0 = disabled)
preset 0x4066 (0 = Eco, 1 = Standard, 2=Power, 3=Force)
I tried this thing
But it doens't work as expected (economy - Eco)

And how are words translated into numbers? Maybe with lambdas, but I haven't found anything in the example.
I also have a similar problem with Heating
status: 0x4238
set: 0x4247
enable: 0x4000
mode: 0x4001 (0 = Auto, 1 = Cool, 4 = Heat)
Thanks
All reactions