Not really, as an alternative i used PLEG to toggle the switch back. But i still want to arrange this in a sketch.
patrickl
@patrickl
Best posts made by patrickl
Latest posts made by patrickl
-
RE: Relay - pulse, status update Vera
-
RE: Requests from gateway
I disconnected the gateway for a while to see if the controller would stabalise a bit. It didn't straight away but after a few hours it did. Strange. Anyways, i connected it again and the following comes from the serial log from the gateway:
0 MCO:BGN:INIT GW,CP=RNNGA---,VER=2.3.0
3 TSM:INIT
4 TSF:WUR:MS=0
11 TSM:INIT:TSP OK
12 TSM:INIT:GW MODE
14 TSM:READY:ID=0,PAR=0,DIS=0
17 MCO:REG:NOT NEEDED
1045 GWT:TIN:IP=192.168.1.174
2049 MCO:BGN:STP
2050 MCO:BGN:INIT OK,TSP=1
2053 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:64.1
62643 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:10.0
62652 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:63.1
124694 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.9
186737 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:10.1
248786 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.8
310833 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.6
372879 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:10.2
372892 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.7
434938 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.6
496986 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:10.1
496995 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.5
683116 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:10.2
683125 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.7
745171 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:10.1
745181 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.5
869270 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:10.2
869283 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.6
900005 TSF:SAN:OK
931331 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:62.5Not very exciting i am afraid. Maybe there is some internal requests going on inside the vera controller and plugin?
-
Requests from gateway
Hello,
I have a Vera Edge with a Mysensors ethernet gateway and 1 sensor at the moment. Lately my Vera has become very unstable, it started with random reboots and ended with the unit freezing up many times a day.
I opened a ticket with Vera support and they checked various things. At one point they told me the Mysensors plugin / gateway is doing 20 requests a second which overloads the Vera's CPU and causes the instability.
If that would be true (which i doubt) would it be possible to lower the number of requests the gateway makes? Anybody else experience this behaviour? -
Relay - pulse, status update Vera
Hello,
I am using a 4 channel relay and i want that relay to control a sunshade. For that, the switch should be a pulse. I modified the "relay actuator" build with these tips: https://forum.mysensors.org/topic/5906/relay-actuator-with-momentary-pulse-action/2
It does work but the device does not update in my Vera. Any ideas / tips on how-to accomplish this?