excaliburpartners / OmniLinkBridge

MQTT bridge, web service API, time sync, and logging for HAI/Leviton OmniPro II controllers
GNU General Public License v3.0
41 stars 24 forks source link

Unable to set the temperature setpoint with Alexa. #69

Open jlipsit opened 3 months ago

jlipsit commented 3 months ago

Hi Ryan,

Can you please look at this tread again. The developers indicate there may be a limitation in OmniLinkBridge.

https://github.com/home-assistant/core/issues/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