-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set temperature action was used with the target temperature parameter but the entity does not support it over_climate from Atlantic AC binded with Zigbee2mqtt #807
Comments
Just to add a maybe usefull information, "Compensating for the Internal Temperature of the Underlying Equipment" is enabled |
Hello
These are not Vtherm attributes. This is certainly the underlying device attributes.
VTherm can do it and it is already used by other users. You have the attribute
this mean you have TARGET_TEMPERATURE_RANGE but not TARGET_TEMPERATURE as feature available (and others). And Vtherm consider if you have TARGET_TEMPERATURE_RANGE you also have TARGET_TEMPERATURE. But this asumption is certainly wrong. |
Finally I create a beta pre-release, if you can give it a try, it will be in the next release (tomorrow). https://github.com/jmcollin78/versatile_thermostat/releases/tag/7.1.2.beta1 To install a pre-release you should force the release in HACS. |
Co-authored-by: Jean-Marc Collin <[email protected]>
Hello, |
ok fine. I will release the fix then. I was waiting for your feedback. |
Version of the custom_component
7.1.1
Configuration
My VTherm attributes are the following:
Describe the bug
I try to use versatile thermostat with a over_climate to control my Atlantic [GW003-AS-IN-TE-FC] linked using Zigbee2Mqtt (not using Cozytouch bridge because link is very unstable).
Controlling operation seems to work well like fan_mode or preset but I can't make the temp control to work.
For exemple, I've set versatile thermostat component at 25°C (with underlying temp change enabled), but I get the following error from logs (see at end of issue).
It's seems that versatile thermostat cannot set the
target_temp_high or target_temp_low to control the temp.
I'm trying to:
Set underlying component temp using versatile thermostat
And I expect:
Vtherm temp to follow versatile thermostat temp
But I observe this ....
Error in event log saying "Set temperature action was used with the target temperature parameter but the entity does not support it"
I read the documentation on the README.md file and I don't find any relevant information about this issue.
Debug log
The text was updated successfully, but these errors were encountered: