-
### The problem
I have been going crazy trying to get my BME680 sensors working the `bme68x_bsec2_i2c` component. The temperature and humidity values are WAY off (I cannot speak for the other senso…
-
Information about DPS mappings:
```
{
"result": {
"properties": [
{
"code": "gas_sensor_state",
"custom_name": "",
"dp_id": 1,
"time": 1695822792…
-
### The problem
The energy sensors (heating, dhw, total, day, month, year...) don't provide data since "2024-11-08T21:52:03.359Z". This is possibly the date I updated to the newest home assistant c…
-
Just got the following message relating to the rates reported by the IHD.
=============
We have generated statistics for 'Smart Meter Electricity: Import Standing Charge' (sensor.smart_meter_elect…
-
Hi,
Is it possible to show the current value of BME680 sensor on the panel? The temperature works already. However BME680 also has pressure, humidity and gas reading.
Thank you.
-
Log:
(see separate log)
[separate-log.txt](https://github.com/wdoekes/pe32proxsenspy_pub/files/13739596/separate-log.txt)
Images:
![image](https://github.com/wdoekes/pe32proxsensp…
-
Can a sensor indicator be added to the configurator to allow the low-speed testing of the RPM sensor (Turning by hand)? This will help users ensure everything is working prior to starting nitro or ga…
-
**Describe the bug**
I'm trying to read the CH4 gas concentration with a MQ-3 sensor using these values for 'setA' and 'setB':
```
MQ3.setA(2*10^31);
MQ3.setB(19.01);
float ch4 = MQ3.readSensor…
-
### The problem
All binary sensors for hazards inherit the On and Off state from the Gas binary sensor type as this matches well for Smoke, CO, Heat etc., too.
But currently this is also the cas…
-
### What happened?
Gas sensor always reports no gas leak.
### What did you expect to happen?
When leak detected/test button pressed, status should change to "gas:true".
### How to reproduce it…