I am new on this, so please bear with me.
I have a number of Nexa transmitters ("wall switches") and receivers (dimmers and on/off pods). I have installed Domoticz on a RasPi3 with an RFX433.
I have a probably very basic question: What am I controlling from Domoticz - the transmitters or the receivers? Or am I controlling receivers by mimicking the transmitters? I have some wall transmitters that control several receivers (lamps). They show up as separate Devices in Domoticz.
I have difficulties seeing the logic of this. The physical implementation is a function of numerous compromises, which I do not necessarily want to mimic in Domoticz, but I am sure this is taken into account by the designers, I just need some guidance.
Is it possible to identify individual transmitters and individual receivers (dimmer or on/off pods)?
What I would ideally want to do is program things like:
"When the ON is activated on the bedroom wall switch, only switch on the bedroom light. When OFF is activated on same switch, turn off also wardrobe light"
I would be very grateful in anyone could point me in the right direction, as I have not been able to sort this out with the documentation I have found so far.
Are Domoticz Devices transmitters or receivers (Newbie question)
Moderator: leecollings
-
- Posts: 8
- Joined: Sunday 19 March 2017 16:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Are Domoticz Devices transmitters or receivers (Newbie question)
Domoticz can both mimic your transmitters and use them as input signals. So you could define your logic within Domoticz.
It is possible to still let your transmitters controll your receivers, but then Domoticz may lose track of whether a reciver is turned on or not.
It is possible to still let your transmitters controll your receivers, but then Domoticz may lose track of whether a reciver is turned on or not.
-
- Posts: 15
- Joined: Sunday 19 March 2017 16:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.9700
- Location: Norway
- Contact:
Re: Are Domoticz Devices transmitters or receivers (Newbie question)
Thank you @Nerre for your rapid response.
I am totally fresh on Domoticz, so please be patient!
How do I identify and address individual transmitters and receivers?
I am totally fresh on Domoticz, so please be patient!
How do I identify and address individual transmitters and receivers?
Electronics engineer partly out of practice, having turned the skills into hobby recently. Playing with RPi, Arduinos, ESP8266s etc. Installed Nexa units in the house, which I want to control with Domoticz / RPi3 / RFXtrx433.
-
- Posts: 71
- Joined: Saturday 13 July 2013 2:45
- Target OS: Linux
- Domoticz version: 3.5877
- Location: Scotland
- Contact:
Re: Are Domoticz Devices transmitters or receivers (Newbie question)
So the way I have this setup using Byron/HomeEasy kit -
Tell Domoticz to "allow new hardware for 5 minutes in settings"
Press the learn button on the switches page and then press the wall switch ON. Your switch should now appear in the Devices page. Click the button to add this to Domoticz with a name - eg "Livingroom". Now whenever you press the wall switch your lights will turn on as they did before - and RFX433 will also see the signal and update Domoticz to say the lights are on. Click the switch in Domoticz and the lights should turn off.
Repeat this for every switch you have - and the wall switches and Domoticz will stay in sync (though sometimes RFX433 will miss the signal from the wall switch because of range issues, interference, etc etc - this is just something we have to live with because the 433MHz airwaves are as full as the 2.4GHz WiFi ones).
Tell Domoticz to "allow new hardware for 5 minutes in settings"
Press the learn button on the switches page and then press the wall switch ON. Your switch should now appear in the Devices page. Click the button to add this to Domoticz with a name - eg "Livingroom". Now whenever you press the wall switch your lights will turn on as they did before - and RFX433 will also see the signal and update Domoticz to say the lights are on. Click the switch in Domoticz and the lights should turn off.
Repeat this for every switch you have - and the wall switches and Domoticz will stay in sync (though sometimes RFX433 will miss the signal from the wall switch because of range issues, interference, etc etc - this is just something we have to live with because the 433MHz airwaves are as full as the 2.4GHz WiFi ones).
AEOTEC ZStick, 11 ZWave Nodes, RFXCOMM, 50ish Byron Sockets.. HE851 (PIR), 2x HE852 (DoorContact)
WS2300, CM180, CC128, 2xTHGR122NX, 2xPiZeroW w/DS18B20, 8Ch 1W Relay Board.
8 Panasonic IP Cams, 1 16ch CCTV DVR + 15 CCTV Cams
WS2300, CM180, CC128, 2xTHGR122NX, 2xPiZeroW w/DS18B20, 8Ch 1W Relay Board.
8 Panasonic IP Cams, 1 16ch CCTV DVR + 15 CCTV Cams
-
- Posts: 15
- Joined: Sunday 19 March 2017 16:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.9700
- Location: Norway
- Contact:
Re: Are Domoticz Devices transmitters or receivers (Newbie question)
Is there a way to get the ON button on a transmitter to switch on one light, while the OFF button switches off more than one?
Electronics engineer partly out of practice, having turned the skills into hobby recently. Playing with RPi, Arduinos, ESP8266s etc. Installed Nexa units in the house, which I want to control with Domoticz / RPi3 / RFXtrx433.
-
- Posts: 139
- Joined: Tuesday 06 September 2016 20:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version: L stab
- Location: Belgium
- Contact:
Re: Are Domoticz Devices transmitters or receivers (Newbie question)
Hi ArnieO,ArnieO wrote:Is there a way to get the ON button on a transmitter to switch on one light, while the OFF button switches off more than one?
you can create a dummy switch (with off delay 1sec, push button) in the hardware and in Events you can create an script that turns off all your devices if you dummy switch is on
Kind regards
Domoicz on RPI3 (wifi) directly connected 3x ds18b20 for CV temp, Evohome (9 zone), 1 remote 220V switch based on ESP-12. RFXtrx433E, 16x AMST-606, 5 Somfy RTS motors
Domoticz on RPI3(wifi) as slave for terraruim control
More to come
Domoticz on RPI3(wifi) as slave for terraruim control
More to come
-
- Posts: 15
- Joined: Sunday 19 March 2017 16:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.9700
- Location: Norway
- Contact:
Re: Are Domoticz Devices transmitters or receivers (Newbie question)
Hi Lebo2d9. Thank you for trying to help me - but I still do not understand how to accomplish what I want. Please see new thread where I try to be more specific in what I do not understand: http://www.domoticz.com/forum/viewtopic ... 28&t=17569Lebo2d9 wrote:Hi ArnieO,ArnieO wrote:Is there a way to get the ON button on a transmitter to switch on one light, while the OFF button switches off more than one?
you can create a dummy switch (with off delay 1sec, push button) in the hardware and in Events you can create an script that turns off all your devices if you dummy switch is on
Kind regards
Electronics engineer partly out of practice, having turned the skills into hobby recently. Playing with RPi, Arduinos, ESP8266s etc. Installed Nexa units in the house, which I want to control with Domoticz / RPi3 / RFXtrx433.
Who is online
Users browsing this forum: No registered users and 1 guest