IDLock 150 and Cloud storage and Security system and Nookbox

Hi

I have ID Lock, Nookbox, IKEA and Plejd.
I cannot connect Nookbox(my alarm system) to my ID Lock. The functionality i want is to turn my alarm off when i open the door via ID-Lock.

I have the wish to set up the following functionallity:

  1. Turn Alarm off when opening the door -> also notify who has opened the door
  2. If alarm goes off -> start video recording.
  3. If smoke detection -> turn lights on and open door.
  4. If alarm goes off -> turn all lights on and turn siren on.

So i need alarm with motion detection, smoke/fire detection, temperature (my nookbox supports that today), but not the point 1 above.

So shall i replace my alarm and to what ?
Can i get nookbox to work with Homey ?
Does homey have a harddrive or where does it store the videos ?

Reg
johan

1 Like

Hello.
You can connect Nookbox and ID Lock.

Hi Eric
Is this to understand that NookBox and ID Lock works with Homey?
/Johan

You can Connect id-lock to nookbox. Nookbox to homey is not possible so far i know.

Did you ever got NookBox to work with Homey?

Old thread but the only pne I could fins when searching as I also have Nookbox alarm and since there was not much info I had to go with askong AI about this and this is what I got on the answer (HA means Home Assistant and I’m running thatbon my home server where I also run Hpmey SHS).

Getting your NookBox system to talk to Homey is definitely possible, especially since you are running Homey SHS (Self-Hosted Server). Because NookBox is essentially a rebranded Climax Technology system, it follows industry standards that Homey can understand.

Here are the best ways to bridge the two:

1. The “SIA DC-09” App (Recommended)

NookBox supports the SIA-IP protocol, which is the professional standard for alarm systems to send signals to a monitoring station. There is an excellent community app for Homey called SIA DC-09 Integration (by Niels Borman).

  • How it works: You configure your NookBox Gateway to think Homey is a “Monitoring Center.” Every time a sensor is tripped, or the alarm is armed/disarmed, NookBox sends a message to Homey.

  • Setup:

    1. Install the SIA DC-09 Integration app on your Homey.

    2. In the NookBox installer menu (web interface), go to the Reporting/Monitoring settings.

    3. Add a new destination using the SIA-IP protocol.

    4. Enter your Homey’s IP address and a port (usually 1234 or similar, as defined in the Homey app).

    5. Once connected, you can use these messages as Triggers in Flows (e.g., “When Alarm is armed, turn off all lights”).

2. The Home Assistant Bridge

Since you already use Home Assistant (HA) to bridge other devices, this might be your most robust option if the SIA app feels too technical.

  • HA has a very mature SIA integration.

  • Once NookBox is in HA, you can pull those entities into Homey using the Home Assistant app for Homey.

  • This is often preferred because HA provides a more detailed “Alarm Control Panel” entity that syncs back to Homey’s UI nicely.