Closed Joee-D closed 8 months ago
Probably will solve #1262 too?
Probably will solve #1262 too?
yes
Probably will solve #1262 too?
yes
Hi, just curious to ask, did you encounter the state issue mentioned in #1262 too? Or it’s just a device specific issue with lumi thermostat.
Probably will solve #1262 too?
yes
Hi, just curious to ask, did you encounter the state issue mentioned in #1262 too? Or it’s just a device specific issue with lumi thermostat.
the bug was introduced by this PR Fix error in HA 2024.1 (HA>=2023.1)
you can manually modify the code in custom_components/xiaomi_gateway3/climate.py
search and change the ClimateEntityFeature.TARGET_TEMPERATURE_RANGE
to ClimateEntityFeature.TARGET_TEMPERATURE
, then reboot the HA to reload the XiaomiGateway3. It should work now.
Probably will solve #1262 too?
yes
Hi, just curious to ask, did you encounter the state issue mentioned in #1262 too? Or it’s just a device specific issue with lumi thermostat.
the bug was introduced by this PR Fix error in HA 2024.1 (HA>=2023.1)
you can manually modify the code in
custom_components/xiaomi_gateway3/climate.py
search and change theClimateEntityFeature.TARGET_TEMPERATURE_RANGE
toClimateEntityFeature.TARGET_TEMPERATURE
, then reboot the HA to reload the XiaomiGateway3. It should work now.
No I don’t mean the TARGET_TEMPERATURE issue which fixed by this PR properly. By “state issue” I actually mean this issue.
Thanks!
For your info https://github.com/AlexxIT/Blog/issues/20
1. fix climate init setup failed problem
fix TARGET_TEMPERATURE_RANGE to TARGET_TEMPERATURE.
log:
2. support scdvb havc device,
I change the modification method, so it will not affect other devices, only itself.
1216
1217