localtuya
localtuya copied to clipboard
add heater(qn) category presets
tested with arlec panel heater
Is https://www.bunnings.co.nz/arlec-2200w-white-grid-connect-smart-convection-panel-heater_p0163657 the device?
Is https://www.bunnings.co.nz/arlec-2200w-white-grid-connect-smart-convection-panel-heater_p0163657 the device?
Is https://www.bunnings.co.nz/arlec-2200w-white-grid-connect-smart-convection-panel-heater_p0163657 the device?
Yes it is
I actually have an error saying that "sleep" doesn't exist, maybe you should change for PRESET_HOME instead of PRESET_SLEEP
I actually have an error saying that "sleep" doesn't exist, maybe you should change for PRESET_HOME instead of PRESET_SLEEP
PRESET_SLEEP has not been deprecated? https://github.com/home-assistant/core/blob/dev/homeassistant/components/climate/const.py
I guess it should work better, but I can't get it to work with my everwarm here
Here are the possible instructions if someone have an idea why
Code | Type | Values |
---|---|---|
mode | Enum | { "range": [ "low", "high", "af" ] } |
temp_current | Integer | { "unit": "℃", "min": 0, "max": 50, "scale": 0, "step": 1 } |
temp_set | Integer | { "unit": "℃", "min": 5, "max": 50, "scale": 0, "step": 1 } |
switch | Boolean | "{true,false}" |
EDIT:
Finally managed to get it working, I'd added the preset in the wrong code section -_-'
I guess it should work better, but I can't get it to work with my everwarm here
Here are the possible instructions if someone have an idea why
Code Type Values mode Enum { "range": [ "low", "high", "af" ] } temp_current Integer { "unit": "℃", "min": 0, "max": 50, "scale": 0, "step": 1 } temp_set Integer { "unit": "℃", "min": 5, "max": 50, "scale": 0, "step": 1 } switch Boolean "{true,false}" EDIT:
Finally managed to get it working, I'd added the preset in the wrong code section -_-'
I've got the same modes as yours. How did you get it working? Could you guide me through this?
I guess it should work better, but I can't get it to work with my everwarm here Here are the possible instructions if someone have an idea why Code Type Values mode Enum { "range": [ "low", "high", "af" ] } temp_current Integer { "unit": "℃", "min": 0, "max": 50, "scale": 0, "step": 1 } temp_set Integer { "unit": "℃", "min": 5, "max": 50, "scale": 0, "step": 1 } switch Boolean "{true,false}" EDIT: Finally managed to get it working, I'd added the preset in the wrong code section -_-'
I've got the same modes as yours. How did you get it working? Could you guide me through this?
Well once you've inserted the code in the module, and restarted HA it's pretty straightforward, you just have to add a new device and select the modes you've added in the configuration interface :)
Hi guys,
Is it possible to approve theses changes ?