Is there an easy way to send a message from the gateway (or nodo also) to the controller as a log message? That meaning internal message type and I_LOG_MESSAGE.
Hi There,
I had a quick look, and this looks focused on SP8266. I have myself contributed to this: New TLS implementation #1520 .
I don't think this will apply for RaspberryPI MQTT GW.
Thanks and regards,
Eric.
Test was a success. My Dryer sensor is now a repeater as well. I was able to move my motion sensor farther from my dryer and have it work the same.
1 Thing to note is I did have to restart the gateway in order to get the motion sensor to flow through the repeater. Something that could be improved on maybe?
Hi,
Increasing the MY_SMART_SLEEP_WAIT_DURATION_MS would probably work, but I assume this waiting happens while the sensor sketch is running (at least the RF needs to be powered on), thus decreasing battery life.
But I think I will give it a try soon and see what happens.
Thanks for the precious info!
BR,
Costa
@mfalkvidd - Sorry I didn't make it clear but I was thinking of doors, windows, blinds and curtains. Curtains don't usually have UP or DOWN, they are OPEN and CLOSED.
Likewise with doors and windows which are normally OPEN or CLOSED. Only if V_ARMED is set true should it send a value of V_TRIPPED. But in normal circumstances they are OPEN or CLOSED (or maybe smoewhere inbetween, but V_PERCENTAGE handles that situation).