-
### The problem
I try to use an ina219 with my Pico W and ESPHome.
It wired to GP6 and GP7 which is the I2C1 on the Pico W.
When I configure this in yaml, it stops booting correctly.
No usable l…
-
**Platform you are using**
> owncloud
**Sensors/Hardware**
> DHT22, NodeMCU
**Your Goals**
> Simple temperature/humidity logger to my owncloud.
**Your Question**
> I used the provided sam…
-
**Platform you are using**
> owncloud
**Sensors/Hardware**
> DHT22, NodeMCU
**Your Goals**
> Simple temperature/humidity logger to my owncloud.
**Your Question**
> I used the provided sam…
-
The code to handle negative temperatures reported by a DHT22/RHT03 sensor (flagged by a high bit 16):
if (temp & 0x8000) {
temp = (~temp & 0xffff) + 1;
}
gives large positive numbers fo…
-
Hello. Testing 4.2pre. Mostly all good. Two issues with humidity sensors:
Defining a DHT22 chamber humidity sensor doesn't commit. I click apply, refresh and the definition is lost. I've tried…
-
This issue can be a placeholder for any suggestions on how to improve the API.
Add any comments/suggestions/requests as a comment here.
-
The pin mappings section of the substitutions is incorrect.
Incorrect Mappings in the file:
` encoderPinA: D5
encoderPinB: D6
encoderSwitch: D7
i2cData: D1
i2cClock: D2
pirSensor: …
-
Has anyone here done any testing on the different types of temperature sensors? Zigbee ones tend to send update once there's a 1 degree change, whereas 415mhz sensors sends an update once every 15-20s…
-
Hi and thank you for developing this module!
I downloaded and installed all libraries, and the binary also works fine if I issue it with the right pins.
```
# ./dht_var 7
50.6,38.5
```
However, …
cslev updated
2 years ago
-
In case if a external antenna with more gain is used it would be nice to have an option to reduce tx power less 20dbi.