Sinbad
Honorary Master
- Joined
- Jun 5, 2006
- Messages
- 89,094
- Reaction score
- 41,882
If you planned ahead you wouldn't be sponsoring my courier company's Christmas party![]()
:crylaugh:
You should be getting bulk discount by now
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
If you planned ahead you wouldn't be sponsoring my courier company's Christmas party![]()
If you're not doing OTA: http://www.smartkit.co.za/product/ftdi-ft232rl-usb-breakout-board-foca/
How do you OTA from the original firmware?
Try here: https://github.com/mirko/SonOTA
However, if you've updated to the latest firmware this won't work.
Yeh - I'm comfortable doing my own...
But...![]()
Flashed a Sonoff basic wirelessly and it was really easy. Just follow the instructions on the Github page and have the patience to watch this channel https://www.youtube.com/channel/UC7G4tLa4Kt6A9e3hJ-HO8ng
Waiting for my RPi to arrive then I'll tinker with HASS more. Doesn't run well on Windows.
Finally got the Paradox alarm working with home-assistant - still have to iron out a couple of issues - but I can now get sensors, alarm status and control the alarm.
Still need to figure out how to disconnect the alarm script when another device connects.
Care to share the home assistant yaml you're using? Also do you have he script connected to the HA built in mqtt server or are you using mosquito "externally"? I et protocol errors from the script trying to connect to HA.Finally got the Paradox alarm working with home-assistant - still have to iron out a couple of issues - but I can now get sensors, alarm status and control the alarm.
Still need to figure out how to disconnect the alarm script when another device connects.
Did you you have an ip150 module on the latest firmware?
Care to share the home assistant yaml you're using? Also do you have he script connected to the HA built in mqtt server or are you using mosquito "externally"? I et protocol errors from the script trying to connect to HA.
Finally got the Paradox alarm working with home-assistant - still have to iron out a couple of issues - but I can now get sensors, alarm status and control the alarm.
Still need to figure out how to disconnect the alarm script when another device connects.
Nope - apparently its problematic - I did see a video somewhere yesterday of a guy who managed to roll back.
Using Mosquito.
I'll upload the yaml when I get home if you still want it - but its stock standard.
I edited Tertius's IP150-MQTTv2.py to Publish the alarm statuses in HA compatible format to Paradox/HAEvents (disarm/arm/arm_away/etc) - I didn't want to overwrite/change what he's already publishing to Paradox/Events.
The issues I have at the moment
1.) Binary Sensors - keep logging Warnings in HA until the sensor is published at least once to Paradox/Events (i.e. you need to open and close every window/door/PIR) -
This is not really a train smash to me - I'm thinking of changing the script to publish all the events as off on start-up, not entirely accurate, but that's whats happening at the moment anyway on HA. It'll self correct when the sensors are triggered.
2.) Alarm Control / Status on HA - on startup its Unknown - control and status only become possible after the first event is published to Paradox/HAEvents (as issue as above), but for arm, disarm, etc. Again - thinking of a brute force approach where I just publish a disarm on startup.
3.) Disconnecting the script - still need to find a way to disconnect the script from the IP150 module so Alarmin can connect. I see mention of disabling polling via MQTT and then re-enabling it after - still need to test if its a viable solution.
I'm not a Python developer, so still getting the hang of thing - at the moment its more hacking than anything else.
My order of sorting out the issues aboe are 3,2,1.
Out of interest sake, doesn't paradox have something similar to what DSC alarms have. I can issue a command to the alarm system (through openhab), that requests the current status of all sensors, which the alarm then spams out and openhab literally gets everything refreshed in less than 1 second.
I'm planning to do the same once I move into my new house. Any recommendations as to which Paradox model to go for?Finally got the Paradox alarm working with home-assistant - still have to iron out a couple of issues - but I can now get sensors, alarm status and control the alarm.
Still need to figure out how to disconnect the alarm script when another device connects.
I have the DSC IT-100 serial port device. Works great with OpenHab which have great DSC support.wait wait what interface into the DSC do you have? (/looks at DSC alarm)
I have the DSC IT-100 serial port device. Works great with OpenHab which have great DSC support.
The Envisalink IP module work just as good in Openhab but also works in HomeAssistant.
DSC Alarms, for as little as people like them, actually works mostly great in automation, because there are so many of them out there, including in the states where most of this openhab bindings ect come from.