ago
24. Mai 2026 um 07:02
1
Vorab, mein HA läuft scheinbar problemlos. Dennoch stoße ich seit einer halben Ewigkeit im Protokoll auf folgende Fehlermeldung, die einige meiner Zigbee-Thermometer betreffen:
Logger: homeassistant.components.mqtt.select
Quelle: components/mqtt/select.py:125
Integration: MQTT (Dokumentation, Probleme)
Erstmals aufgetreten: 23. Mai 2026 um 18:27:48 (949 Vorkommnisse)
Zuletzt protokolliert: 08:50:32
Invalid option for select.sensor_az_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.sensor_sz_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.sensor_bad_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.sensor_kueche_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Ich bin aktuell ratlos, wie ich den Fehler beheben bzw. lokalisieren kann.
Kann mir jemand weiter helfen?
Jim_OS
24. Mai 2026 um 07:54
2
Moin
Ggf. bereits seit ~ 1 Jahr? Siehe dazu ggf.:
Hallo.
Ich habe seit dem 24.05 einen Eintrag für meine TempSensoren welche auf ZigBee agieren…
Jetzt habe ich gesehen das ich einen Eintrag habe für all die Sensoren.
Kann mir jemand helfen und sagen was er damit meint, bzw wie ich das Problem abstelle?
Nutze die Sensoren nur zur Anzeige aufm Dashboard.
Logger: homeassistant.components.mqtt.select
Quelle: components/mqtt/select.py:125
Integration: MQTT (Dokumentation, Probleme)
Erstmals aufgetreten: 24. Mai 2025 um 07:44:42 (2563 Vorkommnis…
Oder auch:
offen 04:09PM - 02 May 25 UTC
geschlossen 12:03AM - 13 Oct 25 UTC
problem
stale
### What happened?
It's auto discovery.
On Zigbee2MQTT devices I can see json v… alues per device:
{
"battery": 100,
"humidity": 40.6,
"linkquality": 142,
"temperature": 26.5,
"temperature_units": "Celsius",
"update": {
"installed_version": 8960,
"latest_version": 8960,
"state": "idle"
}
}
It's capital in Celsius.
Errors:
Logger: homeassistant.components.mqtt.select
Source: components/mqtt/select.py:125
integration: MQTT (documentation, issues)
First occurred: 2:39:47 AM (201 occurrences)
Last logged: 12:00:03 PM
Invalid option for select.living_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.bedroom_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.small_bathroom_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.office_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.full_bathroom_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
### What did you expect to happen?
_No response_
### How to reproduce it (minimal and precise)
_No response_
### Zigbee2MQTT version
2.3.0-1
### Adapter firmware version
20240914
### Adapter
UZG-01
### Setup
Add-on on HA OS running on PI 4.
Core 2025.4.4
Supervisor 2025.04.1
Operating System 15.2
Frontend 20250411.0
### Debug log
Logger: homeassistant.components.mqtt.select
Source: components/mqtt/select.py:125
integration: MQTT (documentation, issues)
First occurred: 2:39:47 AM (202 occurrences)
Last logged: 12:07:22 PM
Invalid option for select.living_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.bedroom_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.small_bathroom_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.office_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Invalid option for select.full_bathroom_temp_h_temperature_units: 'Celsius' (valid options: ['celsius', 'fahrenheit'])
Open issues on HA Core https://github.com/home-assistant/core/issues/144089
VG Jim
1 „Gefällt mir“
ago
24. Mai 2026 um 13:33
3
Herzlichen Dank, Jim.
Ich habe die Einstellungen im 2. Link berücksichtigt und werde nun beobachten, ob das geholfen hat.