MySensors
MySensors copied to clipboard
MySensors library and examples
Home assistant has preset modes in "Climate". https://www.home-assistant.io/integrations/climate/#service-climateset_preset_mode. https://developers.home-assistant.io/docs/core/entity/climate/#presets All my heaters have 4 modes : Comfort, Eco (=Comfort - 3°C), "Frost-free" (=~7°C) and Off mysensors climate home assistant support...
Is there a reason to ship a 7 MB binary blob with every release? I mean, other than laziness. That's 3/4 waste, for 1/4 project. You have an environment variable...
Details can be found here: https://github.com/mysensors/MySensors/issues/1466 No need to keep a local copy of the plantuml.jar file. The version of the package manger is fine, and the release zip file...
Currently the MQTT messages that MySensors generates is quite complex. The MQTT path has a lot of details that I don't really need. Perhaps MySensors could have a simpler MQTT...
MY_INDICATION_HANDLER is not properly functional for rx & tx if MY_DEFAULT_xx_LED_PIN are not all defined. A solution could be by placing indication(ind); on the top of the setIndication function in...
Hi, I've run into an issue with my RPi gateway using the interrupt feature (pin 15). As soon as a node starts transmitting through a repeater node I can see...
If I'm understanding correctly, when MY_GATEWAY_FEATURE is defined, ATC is disabled which makes perfectly sense since every node will report a different RSSI and there is no need to change...
An attempt to implement the feature requested in https://github.com/mysensors/MySensors/issues/1407 If you can, please test and give feedback. I am worried that people will use this new feature without thinking, and...
MySensors multitransport implementation - WIP - supports multiple transports with RX queue - RFM95 radio can run in RFM69 compatibility mode - RFM69 de-duplication - centralized encryption - other updates...
Hi All! I will give you a background why i've created this PR. My device is quite standalone, and it doesn't requires MQTT broker to be connected all the time....