MySensors
MySensors copied to clipboard
MySensors library and examples
Example: https://www.mysensors.org/build/parser?log=60%20MCO%3ABGN%3AINIT%20GW%2CCP%3DRNNGE---%2CFQ%3D80%2CREL%3D255%2CVER%3D2.3.2%0A118%20TSF%3ALRT%3AOK%0A133%20TSM%3AINIT%0A147%20TSF%3AWUR%3AMS%3D0%0A170%20TSM%3AINIT%3ATSP%20OK%0A191%20TSM%3AINIT%3AGW%20MODE%0A213%20TSM%3AREADY%3AID%3D0%2CPAR%3D0%2CDIS%3D0%0A246%20MCO%3AREG%3ANOT%20NEEDED%0Ascandone%0A1322%20GWT%3ATIN%3ACONNECTING...%0A2350%20GWT%3ATIN%3ACONNECTING...%0Ascandone%0Astate%3A%200%20-%3E%202%20(b0)%0A4097%20GWT%3ATIN%3ACONNECTING...%0Astate%3A%202%20-%3E%203%20(0)%0Astate%3A%203%20-%3E%205%20(10)%0Aadd%200%0Aaid%201%0Acnt%20%0A%0Aconnected%20with%20Automation%2C%20channel%209%0Adhcp%20client%20start...%0Aip%3A192.168.1.30%2Cmask%3A255.255.255.0%2Cgw%3A192.168.1.193%0A4316%20GWT%3ATIN%3AIP%3A%20192.168.1.30%0A4354%20GWT%3ATIN%3AETH%20OK%0A4376%20MCO%3ABGN%3ASTP%0AESP8266MySensorsGateway%20version%3A%200.40%0A4394%20MCO%3ABGN%3AINIT%20OK%2CTSP%3D1%0A4463%20TSM%3AREADY%3ANWD%20REQ%0A4490%20%3FTSF%3AMSG%3ASEND%2C0-0-255-255%2Cs%3D255%2Cc%3D3%2Ct%3D20%2Cpt%3D0%2Cl%3D0%2Csg%3D0%2Cft%3D0%2Cst%3DOK%3A%0A6865%20TSF%3AMSG%3AREAD%2C2-2-0%2Cs%3D0%2Cc%3D1%2Ct%3D37%2Cpt%3D2%2Cl%3D2%2Csg%3D0%3A208%0A6933%20GWT%3ATSA%3AETH%20OK Decode the capabilities Decode the TIN lines that currently are shown as "unknown". Move the empty columns (Node Id | Child Sensor | Command Type | Echo Req/Resp)...
Currently it is not possible to specify the DNS server within MySensors and the ESP8266 falls back to the default DNS server (AFAIK opendns.com) as configured within the firmware. The...
I am migrating my projects to PlatformIO. As an old MySensors user I still have nodes (and networks) running on MySensors 1.5.x versions. Unfortunately earlier versions (older than 2.1.0) of...
The following keywords need Doxygen comments and inclusion in keywords.txt - [ ] MY_NRF5_RX_BUFFER_SIZE - [ ] MY_OTA_I2C_ADDR - [ ] MY_RFM69_DEFAULT_LISTEN_IDLE_US (already present in keywords.txt but no Doxygen) -...
Toolchain has template functions max() and min() which are conflicting with the preprocessor defines.
Recently I've re-installed the rasbian 64bit on a RPi v4, However the mysgw was unable to connect. When I've re-installed the 32bit version everything worked ok. Please note that a...
On raspberry pi v4 (latest rasbian 64bit) When I set the **my-rf24-irq-pin** and try to compile the **development** branch I get the error ``` ./hal/architecture/Linux/MyHwLinuxGeneric.h:106:50: error: ambiguating new declaration of...
I passed the first issues that were causing problem, by taking out the extra flags in the config file. But now I am having more issues, please see below. Linux...
When setting up an NRF24 serial gateway it fails on my Arduino pro micro unless the CE and CSN pins are manually specified by adding the lines: #define MY_RF24_CE_PIN 9...
Configure script does not support auto-configuration of gcc cpu flags for RPi SoCs on 64-bit OS (i.e. official Raspberry Pi OS). For all RPI SoCs detected, optimizations flags for floating...