jacekk015 / zha_quirks

All quirks in one place
MIT License
144 stars 20 forks source link

Valve position setting for TS0601 #41

Closed teklabania closed 8 months ago

teklabania commented 11 months ago

Hi, first of all thank you for your great work!

I want to combine my valve with SmartThermostat. The integration allows to choose a heater that gets values from 0-100. I thought that would be great to use number.XXX_number_valve_position entity for that purpose but unfortunately changing valve position parameter does nothing. How can I make use of valve position entity? Should I put a valve in some mode that takes percentage value?

Valve model: _TZE200_rtrmfadk Quirk used: ts0601_trv_rtitek.py

Current behavior:

Expected behavior:

jacekk015 commented 11 months ago

If the TRV doesn't support that, there's nothing we could do about it. Short answer: you can't.

teklabania commented 11 months ago

If the TRV doesn't support that, there's nothing we could do about it. Short answer: you can't.

Yeah, that's obvious. I just can't tell if it's valve not supporting it or quirk issue.

jacekk015 commented 11 months ago

Valve. Commands are sent for sure. Only Saswell or Siterwell supported that.

Santanachia commented 9 months ago

@jacekk015 I have thermostatic valve heads _TZE200_b6wax7g0 and _TZE200_cwnjrr72. The valve position is the result of the thermostat working, not something I want to set. Is it possible to somehow change the number to the sensor? Or maybe valve?

jacekk015 commented 9 months ago

Is it possible to somehow change the number to the sensor? Or maybe valve?

I don't see any point of doing that. Number is easily accessible in HA. What you wanna to achieve??

Santanachia commented 9 months ago
Santanachia commented 9 months ago

p.s. could you show me how to change (in .py) so that something instead of in Controls, appears in Configuration?

jacekk015 commented 8 months ago

I have to use custom settings, otherwise sliders will be shown instead of values Use Helpers