MySensors
MySensors copied to clipboard
MySensors library and examples
ECHO is not working properly when sending a message with no payload. If controller is sending with no payload, the ECHO reply from node is with payload "0". This leads...
It has been observed that power surges can bring the radio (at least for genuine nRF24) in a state that it will no longer communicate over the air. The MySensors...
I have a RPi MySensors MQTT Gateway and a mosquitto broker: I use it to display the values received on a dashboard. But since the gateway doesn't set the retain...
[freq.diff.txt](https://github.com/mysensors/MySensors/files/5335288/freq.diff.txt)
I've been experiencing freezes on the RFM 69 gateway and I do not understand what is wrong. - version 2.3.2 of Mysensors, - ESP32DOIT board - espressif 1.12.4 (platform IO)...
Hi, I'm trying to setup a RFM69 MQTT gateway on an ESP32, but I'm facing random resets caused by InstrFetchProhibited according the output of the ESP. I'm using - version...
Hi, Would it be possible to add a parameter in the configuration to change the name of the generated binairy / service ? Thanks :)
Hello, currently I implement my own custom WDT_vect which conflicts with the one defined my mysensor. The reason why I need to implement a custom one is, that I need...
I try to port this [DimmableLEDActuator.ino](https://github.com/mysensors/MySensors/blob/master/examples/DimmableLEDActuator/DimmableLEDActuator.ino) program to nrf52832 I just changed this line: ```java //#define MY_RADIO_RF24 #define MY_RADIO_NRF5_ESB ``` error info ```java Arduino:1.8.14 Hourly Build 2020/06/24 01:33 (Windows 10),...
During development it useful to have a way to monitor sensor messages on a gateway. For example, I would like to monitor the low power sensor battery levels over a...