Yes, This is also my suspicious, I will enable the log of and try to perform a test again.
Hopefully there will be some clear information there. Thanks Theo for feedback. Let You know about the findings.
halo6
@halo6
Best posts made by halo6
Latest posts made by halo6
-
RE: Lack of service continutity after power failure
-
Lack of service continutity after power failure
Hi,
I am running at home several sensor (relays, gas sensor, parking sensor) and all works pretty reliable until power failure at home. None of the sensors is able to reconnect to GW automatically.
GW runs on RPi4. Always I need to force the RPI service to stop and start and after that all sensors come back.
What I miss in the code ?
Or is there some special conf on RPI GW to delay startup of the "mysgw.service"?
Or the reason is completelly somewhere else.
Please advise how to overcome this annoying problem. -
RE: Upgrade from 2.3.2-beta to stable 2.3.2
OK, I am back now. Mission accomplished. Stable 2.3.2 applied. Radio connection is back.
-
RE: Upgrade from 2.3.2-beta to stable 2.3.2
Finally I was able to change the branch with "-f" but now it is talling me that all is up to date.
pi@raspberrypi:~/MySensors $ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.pi@raspberrypi:~/MySensors $ git pull
Already up-to-date. -
RE: Upgrade from 2.3.2-beta to stable 2.3.2
Thank for answer, however I did not go well. Now I have 2.4.0-alpha and lost connection over nrf24L
For some reasons, I couldn't change the branch and it took the newest release from development branch.
Can I reverse it?
-
Upgrade from 2.3.2-beta to stable 2.3.2
Hi,
I am quite new in this topic.
I have so far 2 devices connected to ETH gateway on RPI3b+ and managed by Vera.
I have initially built it using the development version 2.3.2-beta.
Now when it is officially release I would like to change it to stable release 2.3.2
Is it possible to do this without loosing all of the sensor configuration? If yes, how?
Is it enough to replace the files, or I should go all the way from --configure and install??
Thanks for hints.
-
Passing variable to sensor via radio network.
Hi,
I have a following set-up already up&running in my home.
Main cotroller: Vera with MySensors plugin and RFX433/Zwave devices
MySensors gateway build on RPI with 3 sensors (GAS&CO&PARKING).
RPI is used also as MQTTY broker (mosquitto).Use case:
Parking sensor works great in my garage, but it is working all the time even if I do not need itUse case modification:
Void loop() is executed in following way : normal sketch is executed only if the garage door is open, otherwise do nothing. Garage door sensor is available in Vera as normal door/windows sensor over RFX433.Question:
Is it possible to deliver the Garage door status variable to Parking Sensor over MySensor plugin and radio network??
Should I use MQTT? Will it work? How to retrieve the value in sketch??Thank you for suggestions.