dchesterton/texecom2mqtt-hassio

Texecom2mqqt armed status in HA

Opened this issue · 3 comments

Good morning

New to HA and the Texecom2Mqqt addon

Everything seems to be working fine so far with exception to the alarm state, when setting the alarm, either full or part set, always showing as arming

Log from the addon is as follows, I've appended the state HA is showing at the end of each line, guess it's a simple mapping issue but when I tried to do it, the state always came back as unknown

2022-11-07 080243 - INFO Area A status changed to Disarmed - HA shows disarmed
2022-11-07 080323 - INFO Area A status changed to In Exit - HA shows arming
2022-11-07 080333 - INFO Area A status changed to Part Armed 1 - HA shows arming
2022-11-07 080415 - INFO Area A status changed to Disarmed - HA shows disarmed
2022-11-07 080422 - INFO Area A status changed to In Exit - HA shows arming
2022-11-07 080432 - INFO Area A status changed to Armed - HA shows arming

Thanks in advance form any help

Simon

Same here!
Any solution, please?
Thank you!

have you added the areas into the config?

- id: house
  name: House Alarm
  full_arm: armed_away
  part_arm_1: armed_night
  part_arm_2: armed_home
  part_arm_3: armed_custom_bypass
  code_arm_required: false
  code_disarm_required: false
- id: garden
  name: Garden Alarm
  full_arm: armed_away
  part_arm_1: armed_night
  part_arm_2: armed_home
  part_arm_3: armed_custom_bypass
  code_arm_required: false
  code_disarm_required: false