Temperature (wireless) sensors (per device setting)
*1 : Not all outputfunctions can be control thru homey, e.g : remotecontrol(dutch: afstandbediening is tested and works, but burglary(dutch : inbraak) doesn’t The usercode used in homey needs the correct rights(23) in alarmpanel!
Flow triggers, actions & conditions for all features
Supported alarmsystems equipped with ETHM-1(PLUS) module:
Intergra 24
Intergra 32
Intergra 64
Integra 64 PLUS
Integra 128
Integra 128-WRL (SIM300 & LEON)
Integra 256 PLUS
Check your setting with the DLOADX for the ETHM-1 module.
Make sure that the system has a fixed IP-Adress
Only 1 connection to the alarmpanel is possible.
As soon the app is install go to the app settings.
Fill in the ipaddress, port, usercode in and hit the savebutton.
After saving hit the “read alarmpanel” button, if everthing is configured the right way, alarmtype will be display and in the background all partitions, zones and output will be read from the alarmsystem.
As soon the popup is displayed you can add your devices.
As per capability(motion, contact or fire) you can choose which zone from alarmpanel can be added as an device.
Supported Languages:
English
Contributions
If you appreciate this app, contribute to future development by making a paypal contribution
Great news, thanks! I’m currently on Fibaro HC and this was the only thing keeping me from migrating to Homey. I had already started to develop an app for this myself, but progress was slow due to a lack of time. Hope your app will be approved soon, thanks again!
Running from cli it throws me the error the libs are missing from the /opt dir
Its also missing on github and running homey app build doest auto download them .
Lets first check if the app is working at your site, For thiis you don’t have to run it from CLI
Just install the test version thru homey store., see my previous post.
To run it from CLI you need to add some modules.
On a windows machine :
Download code from github and unzipped it a folder e.g. c:\temp\com.satelintegra-master or clone it with git.
Open a CMD and goto folder cd \Temp\com.satelintegra-master
run command npm install homey
run command homey app build.
When done run command homey app run, code should be running from CLI
you can set extra debugging on in the app.js file.
Change const debugEnabled = false; to const debugEnabled = true;
Thiis shows also the raw i/o to/from satelpanel.