-
### Description
A temperature converter that allows users to enter a temperature value, select the unit they want to convert from, and select the unit they want to convert to. The “Convert” button sh…
-
**Is your feature request related to a problem? Please describe.**
Inside temperature sensor within the nspanel is really inaccurate, we can "calibrate" that with an offset, but during the heatup of …
-
When using the units as metric, it seems the hourly forecast is always in the imperial units
![image](https://github.com/user-attachments/assets/3918e20e-0256-46b3-a1e4-eb1ce0a0b895)
-
Hi,
It would be great if you could hide the decimal places of displayed temperatures, so e.g. instead of showing "18.9" it would show "19". This would make the weather card much easer to process.
…
-
**Describe the bug**
Occasionally sensors seem to be reporting unnaturally flat temperature logs for a period of time.
For example:
These are easy to spot because other sensors monitoring t…
-
Hello,
Thanks for perfect integration, I love it, I am using it together with my Solar pannels installation.
The only problem I have is, that I can't read the Temperature status of the Hot Water T…
-
Will be great for NAS system(10 disks installed)
-
### Prerequisites
* [ ] Aqara E1 TRV
Zigbee2MQTT
```
{
"away_preset_temperature": "5.0",
"battery": 0,
"calibrated": true,
"child_lock": false,
"device_temperature": 2…
-
From the logs:
```
2024-11-15 16:16:48,023 INFO Setting Power to 0 using hmd/sensor/Car-Charger/Power/state
2024-11-15 16:17:17,898 ERROR Exception handling local data: could not…
-
hello, just change to line approx. 1115
this:
`new_target_temp_raw= (uint8_t)((int8_t)(this->target_temperature)*2);`
for this:
`new_target_temp_raw= (float)(this->target_temperature)*2;`