-
Air pressure is used by barometers. Tracking it is useful for local weather prediction. It is measured in mbar, and oscillates around a value of 1013. (900-1100).
https://en.wikipedia.org/wiki/Atmo…
-
Current controllers, like Domoticz, have a universal 'timeout' period. If the node does not communicate for a certain time period, the device should be set to 'offline'.
However, the actual transmi…
-
Hardware using:
- ESP32 DevKit V1
- RF24l01+
Both components works (previously checked with other programs)
I tried to install in the ESP32 the Gateway working in Ethernet mode. It works with cu…
-
I have the same problem as described here: https://github.com/home-assistant/core/issues/59388
When sending multiple messages at the same time from HA to MySensors nodes I frequently experience som…
-
It's currently not possible to tell the difference between different gateways. This is useful if one wants to support multiple gateways on a single controller. This is also useful if the gateway is us…
-
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
…
tobof updated
3 years ago
-
There is now [new switch type(SELECTOR) presented in Domoticz](https://www.domoticz.com/forum/viewtopic.php?f=31&t=7244). With that its now possible to handle with V_HVAC enum switches.
Functionality…
-
I plan to install ceiling lights which can be turned on or off through a push button. This button is only enabled while it is pressed, so the light toggles everytime the switch is pressed. I would lik…
-
Do you plan to support [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32) in your library?
I tried to support in my fork [mysensors](https://github.com/spectrespc/MySensors)
I ge…
-
MySensors allows the user to update the firmware of a node over the air.
It would be nice if we could implement this feature !