-
Hi! I have a 220V infrared heater in my cabinet. It is connected through a relay on my raspberry PI 4B gpio20 port. It is basically only an on/off heater. I have configured klipper to recognize it as …
-
```
rauc install http://10.0.0.10/bundles/update.raucb
installing
0% Installing
0% Determining slot states
20% Determining slot states done.
20% Checking bundle
20% Verifying signature
…
-
Hi! I think it would be another great feature to have the support for temperature/humanity sensors like the DHT11 or DHT22 with logging in the eve history.
-
### Describe the bug
The current dht11 driver does not allow for reading sensor data via lm-sensors. The dht11 overlay does not enable the iio-hwmon bridge.
### Steps to reproduce the behaviour
…
-
Hello!
I try to connect a module with a DHT11 (temperature and humidity sensor) and a ESP-01S, but it doesn't work.
This is the JSON Config I use: { "c":{ "sn":"ESP01-1", "n":"ESP01-1" }, "a":[ { …
-
Hi,
I'm got a DHT11 sensor and am confused about the `(board.D2)` or whatever "data pin" is here, how do I know what gpio pin to set?
```
import time
import board
import adafruit_dht
dhtDe…
-
The polling interval as set in the configuration is not reflected on the update intervals of the sensors when the server is running. The actual interval is sporadic and unnecessary high.
## Config…
-
Hello @jacmet @ketan hope u re doing good
I am running mosquitto version 1.6.9 on my Raspberry PI 4 and want to retrieve my DHT11 data using the command:
mosquitto_pub -m **_messageValue_**
I am u…
-
It doesn't work normally in microbit V2, and it can't read data all the time
-
I have the latest development version (it looks great) and thought it might be a really nice addition to read temp sensors on the PI GPIO pins. I currently use the Enclosure Plugin with some DS18B20 s…