-
Notifications
You must be signed in to change notification settings - Fork 16
temperature MODE (heat or cool) #9
Comments
I did not find this flag (yet) in the query, but I'll try to dig for it a bit. |
I found if change "def temperature(celsius, mode: 2)" to "def temperature(celsius, mode: 4)" the AC start in mode heat ;) You have another funciont with translate number to string:
|
Oh so it works, just not documented? \o/ |
work, but in request not have option to select. By default mode is 2, so em set values it possible add
|
Perhaps the easiest thing would be to turn on in the last mode. A value can be obtained with a query before switching on.Ez lenne szerintem a legideálisabb megoldás. :) |
I don't know the ruby at all. I managed to solve the change of mode with a hack. lib/commands/set.rb
It works now in command line: where Errors: Traceback (most recent call last): Maybe there may be some time restrictions on commands? |
Can anyone try the |
It's not an option as devices report back "default" values when they are turned off and not their last known state. |
I noticed a very interesting thing. Returns with the last values (target, mode, fan), not the default. |
Its not possible turn on AC in mode Heat. I possible add command like this:
command.mode heat
command.mode cool
Thanks, for good joob done
The text was updated successfully, but these errors were encountered: