We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Ryan,
Can you please look at this tread again. The developers indicate there may be a limitation in OmniLinkBridge.
home-assistant/core#118899
This is a comment on the thread by elupus:
OmniLinkBridge does not seem to support the single temperature topic: https://www.home-assistant.io/integrations/climate.mqtt/#temperature_command_template It is at least not listed here: https://github.com/excaliburpartners/OmniLinkBridge/blob/master/OmniLinkBridge/MQTT/HomeAssistant/Climate.cs.
When requesting a single setpoint, that topic is expected. Mqtt logic in HA has no fallback here:
core/homeassistant/components/mqtt/climate.py Line 508 in cef7def
async def async_set_temperature(self, **kwargs: Any) -> None:
The integration (in this case OmniLinkBridge) need to handle single temperature requests.
Thank you,
Current version: 1.1.19.1
The text was updated successfully, but these errors were encountered:
Any chance you could look into this? 🥇
Sorry, something went wrong.
No branches or pull requests
Hi Ryan,
Can you please look at this tread again. The developers indicate there may be a limitation in OmniLinkBridge.
home-assistant/core#118899
This is a comment on the thread by elupus:
OmniLinkBridge does not seem to support the single temperature topic: https://www.home-assistant.io/integrations/climate.mqtt/#temperature_command_template
It is at least not listed here: https://github.com/excaliburpartners/OmniLinkBridge/blob/master/OmniLinkBridge/MQTT/HomeAssistant/Climate.cs.
When requesting a single setpoint, that topic is expected. Mqtt logic in HA has no fallback here:
core/homeassistant/components/mqtt/climate.py
Line 508 in cef7def
async def async_set_temperature(self, **kwargs: Any) -> None:
The integration (in this case OmniLinkBridge) need to handle single temperature requests.
Thank you,
Current version: 1.1.19.1
The text was updated successfully, but these errors were encountered: