Hector
(Hector)
November 15, 2022, 12:06am
1
I can set half degree increments on the thermostat but not through HA. If I set 21.5 º in the thersmostat, It show 21º in the card. The current temperature is showed fine.
I tried to set the attribute target_temp_step to 0.5 of the entity and I was able to upper in half degree. But inmediatily the attribute come back to last value and the target temperatute is set to 0 º
Any idea or suggestion to solved this issue?
Many thanks
myle
(StePhan McKillen (Other kiwi Here))
November 15, 2022, 10:24am
2
In the Climate Config
cold_tolerance: 0.1
hot_tolerance: 0.1
Hector
(Hector)
November 15, 2022, 1:45pm
3
Hi myle,
Many thanks for your reply. Where can I find the climate config?
Regards,
myle
(StePhan McKillen (Other kiwi Here))
November 15, 2022, 2:12pm
4
mine in my climate.yaml file
Hector
(Hector)
November 17, 2022, 12:45am
5
Hi Myle,
I created the generic thermostat but It haven´t entities related therfore It can´t read the current temperature and it can´t manage the thermostate.
Probably there is a missconfiguration in climate config. Below the configuration
############################################3
platform: generic_thermostat
name: termostato_habitaciones
heater: switch.termostato_habitaciones
target_sensor: select.termostato_habitaciones_sensor
min_temp: 15
max_temp: 25
ac_mode: false
target_temp: 18
cold_tolerance: 0.1
hot_tolerance: 0.1
initial_hvac_mode: “off”
away_temp: 16
precision: 0.1
#################################
Regards,
Hector
(Hector)
November 17, 2022, 10:36pm
7
Hi BebeMischa,
I tried also with “target_sensor: sensor.termostato_habitaciones” and it doesn´t work. This is my thermostat with the entities releated.
How can add or releate this entities to the new thermostat?
Regards,
BebeMischa
(Bebe Mischa)
November 18, 2022, 4:41am
8
You need to find out, why the thermostat does not provide a current temperature sensor.
What is the manufacturer / model?
myle
(StePhan McKillen (Other kiwi Here))
November 18, 2022, 9:24pm
9
your
target_sensor: sensor.something_that_is_reading_a_temperature
also I think its wanting a Sensor not a number helper
Hector
(Hector)
November 19, 2022, 1:43am
10
BebeMischa
(Bebe Mischa)
November 19, 2022, 10:13am
11
Found some stuff about it, you can dive in. Maybe it helps…
opened 12:18AM - 26 Aug 20 UTC
closed 03:52PM - 07 Sep 20 UTC
## What happened: Device is not supported
## What did you expect to happen: Exp… ected to follow the procedure to add the device and review debug level logs - logs are empty. wireshark output included but outside my experience level to resolve
## How to reproduce it (minimal and precise): pair this new device?
## Debug Info
Zigbee2MQTT version: 1.14.3
Adapter hardware: CC2531
Adapter firmware version: current (last month)
Moes ZigBee Smart Thermostat Programmable Temperature Controller for Water/Gas Boiler BHT-002-GCLZBW
Device website: https://www.moeshouse.com/collections/smart-thermostat/products/white-zigbee-smart-thermostat-programmable-temperature-controller-zigbee-hub-required-for-water-gas-boiler
User manual: https://support.gw-ec.com/upload/qa/2018/11/19/3019d10504894c7327d18fc07389bbe6.pdf
I've attached the work[?] I did in the attached text file: proforma device.js and resulting outputs etc.
[Moes Zigbee Thermostat.txt](https://github.com/Koenkk/zigbee2mqtt/files/5126862/Moes.Zigbee.Thermostat.txt)
Any advice on progressing from here appreciated
BebeMischa
(Bebe Mischa)
November 19, 2022, 10:19am
12
aceindy
(Aceindy)
November 19, 2022, 10:23am
13
However, you can use any temperature sensor in the room… so if you have another device providing the temperature, just use that one
1 Like
Hector
(Hector)
November 27, 2022, 1:14am
15
I was able to upper half degree in thermostat customizing the entity. But when I selected a temperature with half degree the temperature is seted to 0º. Same problem if I configure an automation seting a temperarture with half degree.