-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Climate control cooling / heating identification issue #89
Comments
Can you send me the link the zigbeesite of your thermo please? |
Not sure what you are asking, but the device links are: Available via Chinese vendors here: |
I've now switched to Matterbridge v1.7.0 with My climate controls now do not show up through matterbridge-zigbee2mqtt, only through matterbridge-hass: The log shows the following:
The Zigbee2MQTT does not expose |
Can you activate all debug (matterbridge and plugin) and send me a full log please? |
I have a Zigbee Climate control which only exposes
current_heating_setpoint
only:Tuya BAC-003
The device can either heat or cool based on its mode.
In matterbridge-zigbee2mqtt I can see you are determining the cool or heat capability using the following logic:
But the zigbee2mqtt code restricts climate control devices to the following properties:
Source: src/lib/exposes.ts
I'm not clear on how to resolve this logic issue, but it looks like
current_cooling_setpoint
cannot be relied upon.Upon testing Home Assistant only supports
current_heating_setpoint
for a single mode thermostat as well.The text was updated successfully, but these errors were encountered: