Figjam

Results 19 comments of Figjam

Top right port serial Get Outlook for Android ________________________________ From: George Sent: Tuesday, June 4, 2019 6:25:17 PM To: maragelis/ParadoxRs232toMqtt Cc: Subscribed Subject: Re: [maragelis/ParadoxRs232toMqtt] This image of sp6000 differ...

Had mine working well on my EVO48 along time ago had to make small changes but was 90% working I would like to try it on the EVOHD out of...

Same Here even removing ota pw same issue as yours grrrrr

This is a cool project thanks for sharing. I did something similar to you but I was using PAI to control a onboard pgm via mqtt that triggered my keyswitch...

I am getting this on my raspberry pi running mosquito Connected to MQTT broker with result 5 Connected to MQTT broker with result 5 Connected to MQTT broker with result...

So far I have been able to get some user data from the json raw output from PIA - state_topic: 'paradox/events/raw' name: 'Users Test ' value_template: "{{ value_json.key.user }}" Unfortunately...

> @FigJam23 are you by any chance using the home assistant integration? I have done this via an automation in Home Assistant. > > Adding it below if anyone is...

Try something like this might work just adjust yours to suit ``` - alias: "Notify On Intruder Alarm" trigger: platform: state entity_id: - binary_sensor.dakotas_door - binary_sensor.laundryhall_pir - binary_sensor.driveway_beem - binary_sensor.ellies_door...

Something like this, lol I'm sorry I'm no expert in json .... - platform: mqtt name: 'Users Test ' state_topic: 'paradox/events/raw' value_template: '{{ value_json.key }}'

The above works in a sensor but produces everything in the value Key I've tryed this one below but get nothing any pointers would be appreciated. ` - state_topic: 'paradox/events/raw'...