Two primary controllers with the same nodes ?
Posted: Wednesday 24 June 2020 21:37
This may seem like a stupid question, so I will use some text to explain the reasons.
My daughter is severely handicapped, her only way to communicate is through an eye tracker (Tobii Communicator). It’s a Windows 10 device with an eye movement tracker and special software.
By looking at tiles on the screen she can initiate actions like playing a movie, playing soundfiles, etc. She also has a number of electronic devices like running lights, bubble tube, led cloud sky etc. These are all devices with on/off switches. When she wants to operate these, she looks at the corresponding tile and the computer will say something like “turn on my cloud sky, please”, so the caregiver knows what she wants.
I want to make her life a bit easier and thought that I can use domotics to give her the opportunity to switch the devices on and off by herself. So, I’ve been playing around a bit with the Domoticz program and I got it to work.
My setup is a Windows 10 computer (with eye control), the Domoticz back end without the web interface, a UZB controller (z-wave.me, it may not stick out too far because the eye control device is transported in a tight case) and 2 Fibaro wall plugs. I used Domoticz to set up the UZB as the controller and the Fibaro plugs as devices (nodes).
So what I do is, after she selects a tile, use a curl command to send a JSON string with the right node id to port 8080, the Domotics listener. Works great.
When my daughter leaves her room in the morning to go to the daycare center, the eye control computer goes with her, and there’s obviously no more contact with the Fibaro wall plugs.
Now, here’s my question. When she leaves and there are still devices that she turned on, the personnel must switch them off. Most electricity sockets are out of reach, so pressing the button on the Fibaro is not an option. So, I want a remote for the personnel to be able switch devices off. Because the UZB left with the computer, the remote must be able to function as a standalone. Slave mode won’t work because there is no controller.
But, when the computer is there, the remote will be there as well, giving 2 primary controllers with the same nodes.
So my question is whether this is going to work. I have not yet bought a remote. I’m looking at the Nodon Soft Remote, but the manual isn’t clear about this. My idea is that the remote is not a part of the UZB-network. The Nodon remote can learn devices by itself in standalone mode, without needing another controller
Sorry for the long text, but I felt I must explain what looks like a stupid question (and maybe is).
My daughter is severely handicapped, her only way to communicate is through an eye tracker (Tobii Communicator). It’s a Windows 10 device with an eye movement tracker and special software.
By looking at tiles on the screen she can initiate actions like playing a movie, playing soundfiles, etc. She also has a number of electronic devices like running lights, bubble tube, led cloud sky etc. These are all devices with on/off switches. When she wants to operate these, she looks at the corresponding tile and the computer will say something like “turn on my cloud sky, please”, so the caregiver knows what she wants.
I want to make her life a bit easier and thought that I can use domotics to give her the opportunity to switch the devices on and off by herself. So, I’ve been playing around a bit with the Domoticz program and I got it to work.
My setup is a Windows 10 computer (with eye control), the Domoticz back end without the web interface, a UZB controller (z-wave.me, it may not stick out too far because the eye control device is transported in a tight case) and 2 Fibaro wall plugs. I used Domoticz to set up the UZB as the controller and the Fibaro plugs as devices (nodes).
So what I do is, after she selects a tile, use a curl command to send a JSON string with the right node id to port 8080, the Domotics listener. Works great.
When my daughter leaves her room in the morning to go to the daycare center, the eye control computer goes with her, and there’s obviously no more contact with the Fibaro wall plugs.
Now, here’s my question. When she leaves and there are still devices that she turned on, the personnel must switch them off. Most electricity sockets are out of reach, so pressing the button on the Fibaro is not an option. So, I want a remote for the personnel to be able switch devices off. Because the UZB left with the computer, the remote must be able to function as a standalone. Slave mode won’t work because there is no controller.
But, when the computer is there, the remote will be there as well, giving 2 primary controllers with the same nodes.
So my question is whether this is going to work. I have not yet bought a remote. I’m looking at the Nodon Soft Remote, but the manual isn’t clear about this. My idea is that the remote is not a part of the UZB-network. The Nodon remote can learn devices by itself in standalone mode, without needing another controller
Sorry for the long text, but I felt I must explain what looks like a stupid question (and maybe is).