-
I noticed the V_ID property.
`V_ID 42 Optional unique sensor id (e.g. OneWire DS1820b ids) S_TEMP`
Only the S_Temperature uses it, and it seems designed for a specific Dallas hardware type.
…
-
make it triple, create two new sensors or 3 new ?
to be calibrated
-
It would be nice if MySensors had built-in handling automatic of AVR watchdog timers. So that the user wouldn't have to deal with initialization, and resetting when using `sleep()`, `send()` and etc. …
-
To make it easier for first time contributors to understand why Gitler/Jenkins really is their friend (and not the pain in the a** that a first impression might give), let's add a pull request templat…
-
With a license file it becomes easier to find and sort for projects with a certain open source license.
-
to be investigated
-
**Describe the problem you have/What new integration you would like**
DFRobot have a pretty nifty TDS sensor that can be used together with flow meter like linked below.
It would be awesome i…
-
Todo:
+) include SoftwareSerial to drivers
+) include espsoftwareserial to drivers
Changes in File MySensors.h
replace line 372 with
----
`#if defined(MY_RS485_SWSERIAL)
#if defined(ESP8266) …
-
"The maximum payload size is 25 bytes! The NRF24L01+ has a maximum of 32 bytes. The MySensors library (version 2.0) uses 7 bytes for the message header"
This should be determined by the radio or tr…
-
Hello,
your sensor is working very well with my FHEM :-)
Sending and receiving is is working stable.
But after sending an IR signal i need to reset the Nano by hand to receive again.