-
New device type for geiger counters. Is S_GEIGER_COUNTER better?
The device sends in radiation level (uSv/hr) as V_LEVEL
usv = cpm \* x;
x = tube constant
Is it still useful to send cmp value to …
-
Some examples, for example https://www.mysensors.org/build/dimmer uses send() from within receive().
send() should not be called from within receive(). In the dimmer example, calling send() will pr…
-
Hi, do you think you can implement for the 2 sensors MQ-5 and MQ-9 or how to do it?
thanks
-
Hello,
I'm wondering if you can help out. I'm using this library in a MySensors gateway on an ESP8266.
Sometimes the publish() function takes really long (upto 1000 or 2000ms).
This is measured…
-
I have a RPi MySensors MQTT Gateway and a mosquitto broker: I use it to display the values received on a dashboard.
But since the gateway doesn't set the retain flag, my dashboard must wait for the s…
-
It seems that currently there seems to be no way to report sensor and actuator errors to controllers, this could be remedied by creating an internal data type for reporting sensor errors (one of the v…
-
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
#define MY_RF24_CS_PIN 10
…
-
I am having a compile error in Arduino IDE v.2.3.2 installed on my MacBook Air running OSX 14.4.1 when I attempt to verify or upload an example sketch from the MySensors Library (v.2.3.2) onto an ESP3…
-
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 …
-
After upgrading to HA 2022.2.1 I no longer have the solar yield in the energy panel.
After doing some research I came across this post [https://community.home-assistant.io/t/energy-integration-stoppe…