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

Status topics not being sent to MQTT #24

Open
sparkydave1981 opened this issue Sep 1, 2021 · 4 comments
Open

Status topics not being sent to MQTT #24

sparkydave1981 opened this issue Sep 1, 2021 · 4 comments

Comments

@sparkydave1981
Copy link

When viewing the MQTT topics in MQTTlens I am only getting data on paradox32CTL/out but no data on the zone topics such as paradox32CTL/hassio/0/zone1. Also, even the 'out' topic does not seem to be showing all event. Any tips?

@sparkydave1981 sparkydave1981 changed the title Zone status not being sent to MQTT topics Status topics not being sent to MQTT Sep 1, 2021
@sparkydave1981
Copy link
Author

sparkydave1981 commented Sep 1, 2021

I have the below sensors in Home Assistant but only the one for Area0 is working. I can arm / disarm the Paradox system via MQTT using this new interface, but only Area0 gives a status back, nothing from Area1.

sensor:
  - platform: mqtt
    name: paradox_alarm_status_area1
    state_topic: 'paradox32CTL/hassio/Arm/0'
    force_update: true
  - platform: mqtt
    name: paradox_alarm_status_area2
    state_topic: 'paradox32CTL/hassio/Arm/1'
    force_update: true

Area1 shows as 'unknown'.

@sparkydave1981
Copy link
Author

Can someone please help me with this issue? Perhaps I have done something wrong, but I don't know what it is...

@qntris
Copy link

qntris commented Nov 14, 2021

Hi @sparkydave1981 , the documentation is not quite right. Use the following for your sensor state_stopic:

paradoxdCTL/hassio/zoneX
where X is the zone number you have

@sparkydave1981
Copy link
Author

sparkydave1981 commented Nov 30, 2021

The above was for tracking the Area arm/disarm status rather than the zones. My zone sensors are as per your example. What do you have for your Area sensors? The instructions show as per my code above.

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

2 participants