Hi there. So i managed to flash my D1 Mini with your sketch and I went through the process of connecting the D1 to my WiFi SSID . If I check the devices on my WiFi it appears to have an IP assigned so that seems ok.
I then went to my Paradox Alarm control panel(SP6000) and connected the top RX Serial pin on SP6000 to the D1 TX and TX on the SP6000 Serial to the RX on the D1 as per the diagram. I have the D1 mini powered with a usb cable using a power pack.
I then added the same command set to the configuration.yaml in Home Assistant(as per below) but after restarting HASS not getting any info if i navigate to the entities regarding its state. I am not very familiar with Arduino IDE and how to troubleshoot through some form of console and I am unable to navigate to the device through its IP address. Is there a way that i can connect to the D1 mini through its wifi interface to see if the connection to the SP6000 is correct and check if there is TX/RX info happening ?
#Paradox House Alarm
alarm_control_panel:
- platform: mqtt
name: paradox_alarm_partition_1
unique_id: paradox_alarm_partition_1
state_topic: "paradox/alarm_status/1"
command_topic: "paradox/action/1"
availability_topic: "paradox/status"
#Paradox Alarm
- platform: mqtt
name: Spare Room
state_topic: "paradox/event/zone/1"
device_class: motion
payload_on: 1
payload_off: 0
would appreciate some guidance.
thanks
Hi there. So i managed to flash my D1 Mini with your sketch and I went through the process of connecting the D1 to my WiFi SSID . If I check the devices on my WiFi it appears to have an IP assigned so that seems ok.
I then went to my Paradox Alarm control panel(SP6000) and connected the top RX Serial pin on SP6000 to the D1 TX and TX on the SP6000 Serial to the RX on the D1 as per the diagram. I have the D1 mini powered with a usb cable using a power pack.
I then added the same command set to the configuration.yaml in Home Assistant(as per below) but after restarting HASS not getting any info if i navigate to the entities regarding its state. I am not very familiar with Arduino IDE and how to troubleshoot through some form of console and I am unable to navigate to the device through its IP address. Is there a way that i can connect to the D1 mini through its wifi interface to see if the connection to the SP6000 is correct and check if there is TX/RX info happening ?
#Paradox House Alarm
alarm_control_panel:
name: paradox_alarm_partition_1
unique_id: paradox_alarm_partition_1
state_topic: "paradox/alarm_status/1"
command_topic: "paradox/action/1"
availability_topic: "paradox/status"
#Paradox Alarm
name: Spare Room
state_topic: "paradox/event/zone/1"
device_class: motion
payload_on: 1
payload_off: 0
would appreciate some guidance.
thanks