nielsfaber / alarmo-card

Home Assistant card for controlling the Alarmo component
98 stars 18 forks source link

Alarmo Card does not reflect Alarmo state if Alarmo state is set via MQTT #21

Closed swests closed 2 years ago

swests commented 2 years ago

Checklist

Expected behavior

Node Red User: I use Alexa in to arm alarm, that pushed the state change to MQTT... When I send "arming" via MQTT to alarmo/state, I would expect the Alarmo Card to update to arming, show keypad, etc.

Actual behavior

When I put the state change to MQTT, the Alarmo Card stays on it's "disarmed" iew

Steps to Reproduce

Push "arming" to MQTT:alarmo/state

nielsfaber commented 2 years ago

Alarmo state topic is output only. You cannot force a state change with it. You need to use the command topic to arm/disarm instead. Please read the docs before declaring a bug. I'm closing this since I consider it a false report.

swests commented 2 years ago

Sincere apologies - missed the "output topic".

nielsfaber commented 2 years ago

No worries, hope your issue is solved now.