This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
Support for Visonic Sensors (868) and Oregon Scientific Sensors (433)
ErikVanDongen
Member
in Archive
Will it be hard to create an app for supporting Visonic Security Sensors and Oregon Scientific Temperature/Humidity Sensors?
Or is it on your backlog allready?
I have a lot of this devices installed now and want to migrate them to Homey as soon as possible.
I found a decoding library for the Visonic protocol here: https://github.com/jcw/jeelib/blob/master/examples/RF12/ookRelay2/decoders.h
And a protocol description as an appendix in this manual: http://www.becu.nl/informatie/docalarm/MCT100_installatiehandleiding.pdf
In this repository there are a lot of other decoders on the 443 band like for the Oregon Scientific protocol: https://github.com/Cactusbone/ookDecoder
Are there other developers seeking support for these two protocols?
This discussion has been closed.
Comments
You can look into https://github.com/pimatic/rfcontroljs
I have a visonic alarm system and would love to also use the sensors with Homey as a trigger for my lights to go on in a room. I'm not a developer so no clue how to do this myself.
Does it talk over the X10 interface of via 433mhz wireless?
By that i mean App-Homey->Control Station
Because the Powermax Complete looks good, but doesnt have the X10 interface.
I'm looking to buy a new alarm, and this looks affordable.
How is your experience? A lot of false alarms or not? And how is the range of the wireless sensors?
Going to dig into this system myself.
you have a short description how to install, or should I wait until it appears in the app store?
https://github.com/athombv/node-athom-cli
https://developers.athom.com/
The communication to the app is via TCP/IP. It expects the serial interface of the Visonic panel to be communicated over the network (e.g. via a serial to IP converter).
If you want to integrate a Visonic alarm with a home automation system, I would recommend not to go for the newer PowerMaster range but use the 'older' PowerMax range. The PowerMaster sensors only send status updates to the panel while it is armed.
Indeed via the athom cli.
`athom project --install com.visonic.powermax`
http://nl.aliexpress.com/item/USR-TCP232-T-RS232-serial-to-ethernet-converter-tcp-ip-module/1679760204.html
And ofcourse the PCB to go to RSR232 from the powermax connection.
http://catalog.visonic.com/communication-solutions/communication-ip-solutions/91/
Old means marktplaats so that is good for me.
And the Powermaxcomplete?
The rsr232 module is available for it. So theoretically it should be possible? Or does it use a different protocol?
http://www.visonic.com/Products/Wireless-Property-Protection/PowerMaxComplete
Found this bytheway:
http://www.domoticaforum.eu/viewtopic.php?f=68&t=11129
I would stil prefer to use the original controller because it is probably more stable and usefull for its purpose.
And read out the sensors via there.
B-wired also uses a lot of these sensors, maybe he has some more documentation.
Will this enable Homey to read out e.g. door sensors, alarm state (enabled/disabled) though the powerlink 2 making flow decisions?
Regards, Jeroen.
The app connects to the panel via the serial protocol. It does not work together with a PowerLink (2). Advantage is that you don't need to buy an expensive Powerlink module and we have direct control to the panel. Disadvantage is that you will need to create an interface (serial to net or ttl to net) yourself. Information on that e.g. on http://www.domoticaforum.eu/viewtopic.php?f=68&t=7152.
Indeed the app gives the ability to get sensor information (triggered, low battery, tamper alarm), which can be used in flows. You can also (dis-)arm your panel via the app if you like. Or e.g. turn off all lights once the panel is armed away. It is based on my code I made for the Vera plugin (http://code.mios.com/trac/mios_visonic-powermax). So pretty much same functionality in the back-end, but the Homey front-end (UI, speech) etc. is completely different.