-
https://forum.mysensors.org/topic/6534/nodemanager/138
> I'm trying to implement an OLED display, where the node would wake up every 5 seconds, take a measurement and display it on the OLED. But th…
-
After upgrade to v1.11.0, I do not see new posts and last reply. always says `No new posts` and `No one has replied`,
![image](https://user-images.githubusercontent.com/1004403/49522936-bc3f0c00-…
-
I've added a temperature sensors and a thermostat device, but i get these errors from domoticz log:
2018-12-14 11:16:50.930 Error: (kapelt gBridge) No gBridge adapter found for device: Room Tempera…
-
I got my RFM69 radio and attached it to the Raspberry Pi zero. Installed the mysensors gateway and got it running. This is the log:
```
Sep` 08 06:11:53 INFO Starting gateway...
Sep 08 06:11:53 …
-
# Description of problem
Leave a comment...
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
- https://github.com/platformio/platformio-atom-ide/issues
# Configuration
Atom: 1.28.0
PIO IDE…
-
According to the nRF24L01 datasheet (non-plus!) the ACTIVATE command toggles advanced features each time it is called:
![image](https://user-images.githubusercontent.com/7716005/43391165-3c7073b2-93f…
-
Hello,
I was follow the tuto on official website to configure and install mysensors on my Rpi 1B+.
When I configure the build before installation step :
``
./configure --spi-driver=SPIDEV --…
-
When using a persistence file as specified [in the docs](https://home-assistant.io/components/mysensors) I get the following error:
`
starting version 3.2.4
Testing configuration at /config
Fail…
-
The updates to MySensors that now include a MyConfig.h header change the locations for definitions. The radio selction should still be included in the ButtonSizeNode.ino file however the frequencies f…
-
Thanks for the implementation of SmartSleep and it works... but only sometimes.
I think the reason for this is the reverse order that is implemented in MySensorsBase.cpp. According the description …