MySensors icon indicating copy to clipboard operation
MySensors copied to clipboard

MySensors library and examples

Results 120 MySensors issues
Sort by recently updated
recently updated
newest added

I think there is a bug in the MyConfig.h #define MY_RFM69_MODEM_CONFIGURATION (RFM69_FSK_BR55_5_FD50) must not be enclosed in brackets

I have a problem with the latest release of the MySensors library. I have a RPI3 as a gateway and several sensors with RMF69 radios. With the old version (2.2.0)...

I'm seeing an issue where the gateway hangs after some amount of time. I've seen it last multiple weeks, or just 10 minutes. When it's hanging, there's no output to...

I'm trying to run mysgw in a docker container (the issue can be reproduced also without docker), you can see the `Dockerfile` here: https://github.com/mmojana/home-automation/tree/master/mysensors-gateway . The gateway was unable to...

If user pass invalid settings for WiFi, device will locked before `setup()` and never returns control to other code. Some way to control over WiFi connection required. This may be...

enhancement
ESP8266
ESP32

Hi, I have a minor suggestion due to a problem I came across in windows using Visual Studio Code with platformio. I use the development of the MySensors library directly...

Currently the serial protocol supports latitude, longitude and altitude as introduced in #246. That's fine for stationary objects. But for moving objects it would be nice to also have speed...

Current controllers, like Domoticz, have a universal 'timeout' period. If the node does not communicate for a certain time period, the device should be set to 'offline'. However, the actual...

enhancement

While browsing through the code I stumbled over the ["GPL v3 or later" statement of the SHA256 implementation for AVR](https://github.com/mysensors/MySensors/blob/03767e34ddf2882952382d672e4bc89711c241aa/hal/crypto/AVR/MyCryptoAVR.cpp#L41) while the [mysensors code seems to be GPLv2-only](https://github.com/mysensors/MySensors/blob/03767e34ddf2882952382d672e4bc89711c241aa/hal/crypto/AVR/MyCryptoAVR.cpp#L17) according my...

While creating a MySensors add-on for the Mozilla WebThings Gateway I gained a lot of understanding of what MySensors can do. But I also got a better understanding of what...