Hi everybody,
are any of you using Eurotronic SPZB0001
wireless heater thermostats in home-assistant through zigbee2mqtt
? I had previously used the zigbee Adapter for ioBroker
for this, but am currently trying to switch all my devices to home-assistant.
zigbee2mqtt’s device page only shows minimal information about this device (unlike most other zigbee devices I am running). It does not even tell how to control the device via mqtt, and only let’s you display link quality
but nothing else (no set temperature, no temperature readings, no rest temperature, etc.).
In home-assistant under settings => integration => mqtt: configuration.yaml, I can see some devices that have automatically paired with my CC2531
while I was setting up my sensors. They show up in a card like this
0x00158d000192d173
Spirit Zigbee wireless heater thermostat (SPZB0001)
von Eurotronic
Firmware: Zigbee2mqtt 1.5.1
0x00158d000192d173_linkquality
sensor.0x00158d000192d1
I am using mqtt auto discovery
so everything I pair with zigbee2mqtt
gets detected by and automatically added to home-assistant. (I had set up everything manually before by using each device’s mqtt topic and manually used value_template
to extract all those values, but when using auto discovery, home-assistant pairs those values (for example, when I click on a temperature sensor, it will display its data as well as show humidity, pressure, link quality, and battery). Before, when I manually set up those sensors, they would only show their “actual” value without additional information (so if I clicked on temperature, I’d get temperature; if I wanted humidity, I’d have to search for and click on that entity - but now it is automatically combined).
I wouldn’t mind manually controlling those thermostats via mqtt, but since there is no example on the page linked above, I don’t know how to do this. Also, I am fairly new to home-assistant and don’t know best practice for doing this. Technically, it is a thermostat - but unlike American thermostats, that control an AC in your entire house, we have radiators in each room that can only be turned from 0 to 5 (or, with these thermostats, from 5°C to 30°C, and then they will measure current room temperature and regulate valves according to set temperature). So I guess even if I could manually set them up, I couldn’t set them up as thermostats because those things only control heating; they cannot “make it cooler” as in turn on any ACs. What kind of sensor/switch/else would I set them up as?
And has anybody already figured out how to use these thermostats? As they are officially supported by zigbee2mqtt
and home-assistant works so well with zigbee2mqtt, I assume there must be a way to auto-discover and work with those thermostats as well…?
Afterall, ioBroker
was/is able to do this, and home-assistant seems to be capable of everything it can do and then some… I’d prefer setting up these thermostats now to them not working when I actually need to heat the house in fall/winter.
Thanks in advance for your input