Skip to content
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

Unable to set the temperature setpoint with Alexa. #69

Open
jlipsit opened this issue Jun 29, 2024 · 1 comment
Open

Unable to set the temperature setpoint with Alexa. #69

jlipsit opened this issue Jun 29, 2024 · 1 comment

Comments

@jlipsit
Copy link

jlipsit commented Jun 29, 2024

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

@jlipsit
Copy link
Author

jlipsit commented Oct 18, 2024

Any chance you could look into this? 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant