Maybe if the driver would be capability homealarm_state (instead of onoff) that would work. But homealarm_state has 3 states: armed, disarmed and partially armed. I only plan to support two states (on/off).
I don’t have Homekit either, so there is no way I can test easily.
Homeykit support was written for Heimdall, It indeed uses the homestate_alarm capability. It also needed an additional capability to let the device in Homekit show the alarm state, for that I created the alarm_heimdall capability.
Heimdall is ment to turn your Homey into (simple) alarm system, not integrate with real alarm systems like a Satel Integra. Such systems are not generic and every system would require it’s own Homey app to control it from Homey.
I received a crash report from someone running 2.0.0-rc.2 today.
The error indicates that the usercode was not entered, while the function received a null value.
There is no field for a GuardX key.
This app connects directly to the ETHM-1 module and uses the usercode to perform actions like arm/disarm.
Hi , did test the app with Homey v2.0.0-rc.2 but unfortunately this is not working anymore.
Did run the app in development athom cli and below is some lines from the output.
Maybe this helps to fix the problem ?
TypeError: Cannot read property ‘toString’ of undefined
at stringToHexBytes (/drivers/satelIntegra/device.js:38:15)
at integraAlarmDevice.armAction (/drivers/satelIntegra/device.js:490:26)
at integraAlarmDevice.getCommand_arm (/drivers/satelIntegra/device.js:503:21)
at registerCapabilityListener (/drivers/satelIntegra/device.js:294:42)
at integraAlarmDevice.__onCapability (/opt/homey-client/system/manager/ManagerApps/bootstrap/sdk/v2/lib/Device.js:1:1934)
at emitTwo (events.js:126:13)
at integraAlarmDevice.emit (events.js:214:7)
at integraAlarmDriver.__onCapability (/opt/homey-client/system/manager/ManagerApps/bootstrap/sdk/v2/lib/Driver.js:1:1511)
at emitTwo (events.js:126:13)
at integraAlarmDriver.emit (events.js:214:7)
Hi @mbnn, that would be great. Had not found that out yet, while looking into creating an updated version to get it working on v2.
Can you check if modifying the settings (Devices => Alarm => Settings => Advanced Settings) works for you.
When I tap the IP address for example I get a white screen and the Homey app on my phone crashes, without any log message.
Hi, i am about to buy HOMEY and i need to integrate it with Satel integra 64 or 128. What i can read here it is possible, but if i use motion sensors BOSCH ISC-BPR2-WP12, can i use them to make other flows in HOMEY?
Or for flows or automations have to use other sensors? The same question is for window sensors. I am buying new windows and they will already build in sensors like this
From what I read about the Bosch sensors is that they only work with Satel alarms (@RobbShop). So it seems you cannot use them outside of Satel…
The Satel integration only allows you to turn on/off the alarm.
For the window sensors it will depend what protocol they support. Protocols supported by Homey could potentially allow you to use them… But they may require a Homey-App to “read” them.