Replies: 1 comment 4 replies
-
You should be able to change back to BAC-003 as it looks to be the proper definition of your device. I added I've provided a writeup of the incoming changes here: If you are able to test this locally as well, it would generate valuable feedback support. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Beca BAC-006AZB thermostat, which is very similar to some of the models already supported. It is recognized as BAC-003, but I wanted to find tune the definition in two different ways:
current_cooling_setpoint
and alsocurrent_heating_setpoint
which is confusing as the device does not have two different setpoints based on the mode.I created a new external definition, set the log level to debug, and at the same time found this issue: #24389. I took mode of Bart's settings and copied into the external definition:
Now I can see my new device under the new name, so I know the system is picking up the new definition.
Question 1:
And even though this definition only have
current_hearing_setpoint
defined, but in MQTT I am still getting this:I don't understand where the
current_cooling_setpoint
comes from? Why is it being sent?Question 2:
The above definition is missing some of the features supported my thermostat, which was working fine as BAC-003. Is it possible to see the definition of any of the device which is already supported? So I can copy and paste some of its settings to my definition?
Question 3:
I am not seeing anything in the debug log what is stated in the documentation. Or is it because the external definition already has the exposes and tuyaDatapoints defined, so the raw details are not included in the debug log any more?
Beta Was this translation helpful? Give feedback.
All reactions