Improve 433Mhz reliability Topic is solved
Moderator: leecollings
- jvdz
- Posts: 2266
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Improve 433Mhz reliability
You have "All" in the event dropdownbox instead of "Device"!
Jos
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 1602
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Improve 433Mhz reliability
mmm sorry..
Change this..
Now i got no error.
Only should i see in the log a message?
Or is this option without a log message?
See also in the log of the device no 3 time switching..
Edit:
Got it..
The test device was not in the script [ sorry ]
Look promising!!
! question..
When i have a lot of devices.
All in 1 lua or multiple lua's?
xxx
Thanks

Change this..

Now i got no error.
Only should i see in the log a message?
Or is this option without a log message?
See also in the log of the device no 3 time switching..
Edit:
Got it..
The test device was not in the script [ sorry ]
Look promising!!
! question..
When i have a lot of devices.
All in 1 lua or multiple lua's?
xxx
Thanks
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 53
- Joined: Wednesday 22 March 2017 9:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Contact:
Re: Improve 433Mhz reliability
You can put all devices you want to use the script for in this script. The lookup is very fast.
-
- Posts: 1602
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Improve 433Mhz reliability
mm
looks that all was working ok....
Only now i see every x time the script..
Only the strange thing..
I do not set a switch into a other position:
looks that all was working ok....
Only now i see every x time the script..
Only the strange thing..
I do not set a switch into a other position:
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
- jvdz
- Posts: 2266
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Improve 433Mhz reliability
Looks like you created an indefinite looping script logic. Can you share the script to see we can spot the issue?
Jos
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 53
- Joined: Wednesday 22 March 2017 9:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Contact:
Re: Improve 433Mhz reliability
Did you create a corresponding user variable?
-
- Posts: 1602
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Improve 433Mhz reliability
double check everything...
I did not have 1 device in the variable list...
Did ad this one
Now it is working ok again..
Thanks for the fast support.

I did not have 1 device in the variable list...
Did ad this one
Now it is working ok again..
Thanks for the fast support.

Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 267
- Joined: Tuesday 14 January 2014 14:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Improve 433Mhz reliability
Hi. I had quite a few issues with switches not triggering. Not too much of a problem when at home but sometimes timers for my lights, blinds etc didn't work whilst I was away which I wasn't happy about. I got around this by setting two or three timers to activate the same device at one minute interval but it wasn't ideal, and only worked with timers. I didn't help when we'd walked out to the shed and opened the door only to find the light didn't come on as it should. I knew I'd be for the silent treatment for a while every time I looked out of the lounge window to see my wife'e angry face as she stood there opening and closing the shed door a number of times trying to get the light to come on!!
I followed this thread with interest and had a go at implementing this script and the variables yesterday. All seemed to work really well with switches but my blinds weren't happy this morning. They were set to open as usual with the timer on the switch at 7.15 but they started to open, stopped, started then stopped again leaving them all open just about 2 inches. I'll test further tonight to see what exactly is happening but wondered if there might be a solution to this.
I followed this thread with interest and had a go at implementing this script and the variables yesterday. All seemed to work really well with switches but my blinds weren't happy this morning. They were set to open as usual with the timer on the switch at 7.15 but they started to open, stopped, started then stopped again leaving them all open just about 2 inches. I'll test further tonight to see what exactly is happening but wondered if there might be a solution to this.
Running Domoticz on Pi3 with RFXtrx433e. LWRF power sockets and dimmer switches. Integrated my existing wirefree alarm PIRs and door contacts with domoticz. Geofencing with Pilot. Harmony Hub. Tado for Heating. Now playing with mysensors.
-
- Posts: 53
- Joined: Wednesday 22 March 2017 9:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Contact:
Re: Improve 433Mhz reliability
I do not have any blinds myself. This script just repeats the last command. Apparently sending the 'Open' command multiple times has an unexpected effect. Can you confirm that? If you press 'Open' multiple times on the remote, what happens? I could delay the repeat for blinds.
-
- Posts: 267
- Joined: Tuesday 14 January 2014 14:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Improve 433Mhz reliability
Ok, I did some testing. Strangely, the script means that when an on or off switch is pressed it is followed by three stop commands. however, pressing the remote or the switch in domoticz multiple times just send multiple ons or offs 

Running Domoticz on Pi3 with RFXtrx433e. LWRF power sockets and dimmer switches. Integrated my existing wirefree alarm PIRs and door contacts with domoticz. Geofencing with Pilot. Harmony Hub. Tado for Heating. Now playing with mysensors.
-
- Posts: 53
- Joined: Wednesday 22 March 2017 9:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Contact:
Re: Improve 433Mhz reliability
Weird. It just repeats what it sees. It doesn't even know the concept 'Stop' without picking it up from a signal that is send by the remote or domoticz.
I cannot test what happens because I do not have your setup so you're on your own...
You could take out the blinds and have the script do the lights which work fine.
I cannot test what happens because I do not have your setup so you're on your own...

-
- Posts: 267
- Joined: Tuesday 14 January 2014 14:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Improve 433Mhz reliability
Ok,
It's not a major issue. I've removed the blinds from the script. The blinds are set on timers anyway so i've just set three of them to trigger one minute apart. Script works great for the lights and switches though. Thanks for this.
It's not a major issue. I've removed the blinds from the script. The blinds are set on timers anyway so i've just set three of them to trigger one minute apart. Script works great for the lights and switches though. Thanks for this.
Running Domoticz on Pi3 with RFXtrx433e. LWRF power sockets and dimmer switches. Integrated my existing wirefree alarm PIRs and door contacts with domoticz. Geofencing with Pilot. Harmony Hub. Tado for Heating. Now playing with mysensors.
-
- Posts: 1602
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Improve 433Mhz reliability
Dear all,
I think the script is eating the Memory of my Cubieboard...
When i start using it's looks that my memory is sky high...
Anybody else have this experience??
I think the script is eating the Memory of my Cubieboard...
When i start using it's looks that my memory is sky high...
Anybody else have this experience??
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 53
- Joined: Wednesday 22 March 2017 9:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Contact:
Re: Improve 433Mhz reliability
Translated to dzVents for fun and succinctness. Also removes the need to create domoticz user variables.
Code: Select all
return {
on = {
devices = { 'A1', 'A2', 'TV' }
},
data = {
'A1', 'A2', 'TV'
},
execute = function(domoticz, device)
if domoticz.data[device.name] ~= device.state then
domoticz.data[device.name] = device.state
device.setState(device.state).repeatAfterSec(1)
end
end
}
Who is online
Users browsing this forum: No registered users and 1 guest