MySensors
MySensors copied to clipboard
MySensors library and examples
I was recently having issues where my GW will receive data, but would not send back. I wrote the details on what was going on in https://forum.mysensors.org/topic/11802/my-rpi-gateway-suddenly-stopped-working-no-idea-what-else-to-try?_=1631270464864 As can be...
I have implemented a new type of gateway transport for devices (Yún) that use Bridge library (https://www.arduino.cc/en/Reference/YunBridgeLibrary) for ethernet communication. I added a new define - MY_GATEWAY_BRIDGE - which enables...
Version tested: 2.3.2 / 2.4-alpha Version 2.3.0 does not produce this error / debug message. RPI gateway configured with: ``` ./configure --my-transport=rfm69 --my-rfm69-frequency=868 --my-is-rfm69hw --my-gateway=mqtt --my-controller-ip-address=192.168.2.13 --my-mqtt-publish-topic-prefix=mysensors-out --my-mqtt-subscribe-topic-prefix=mysensors-in --my-mqtt-client-id=mygateway1 --my-signing=software...
When send()ing initial values early in loop() in case of controller not connected or even ethernet cable not plugged in, messages are sent and lost but send() returns true. I...
I read on the forums and from the documentation that the nRF5 series are supported to some extent. I am wondering what does it actually take to get the gateway...
It correctly detects hardware serial (which ends with `000000` in my case), but in the whitelist entry the last byte is replaced with FF for some reason: ``` +------------------------------------------------------------------------------------+ |...
Case: - secure actuator, which requires signing from the gateway - gateway doesn't require signing Documentation says: >For a node that should transmit whitelisted messages but not receive whitelisted messages,...
I have some Teensy's. I want to use the Teensy 3.5 as gateway and want to connect the RFM69 to SPI1. Is it possible? Something like: MY_RFM69_MOSI_PIN MY_RFM69_MISO_PIN MY_RFM69_SCK_PIN
Hi, I want to contribute my changes to MySensors in order to support ATtiny MCUs (see the [project page](https://forum.mysensors.org/topic/10866/a-tiny-bme-node-bme280-on-attiny85)). Three issues had to be addressed: 1. Make RF24 driver be...