-
-
Notifications
You must be signed in to change notification settings - Fork 127
Description
Bug description
thermostat (hc1 in my case) is missing the 'manual' mode
Steps to reproduce
put thermostat in manual mode (on Moduline 400 - press hand icon)
Adjust the heat index (number.thermostat_hc1_selected_room_temperature) in HA
temperature is adjusted and heater starts
adjust temperature on thermostat
heating isn't affected, burner state remains the same
put thermostat in manual mode
adjust temperature once more as previous adjustment is not used
heating is now adjusted to new temperature
(heating either starts or stops depending on the room- and selected temp)
Expected behavior
thermostat should remain in manual mode and accept new temp setting from both HA and manual operation
Device information
{
"System Status": {
"version": "3.5.0b7",
"platform": "ESP32",
"uptime": "000+05:26:35.359",
"freemem": 118,
"free_app": 74,
"reset reason": "Software reset CPU / Software reset CPU"
},
"Network Status": {
"connection": "Ethernet",
"hostname": "ems-esp",
"MAC": "0C:B8:15:4A:EA:0F",
"IPv4 address": "*****",
"IPv4 gateway": "****",
"IPv4 nameserver": "208.67.222.222",
"phy type": 1,
"eth power": 16,
"eth phy addr": 1,
"eth clock mode": 0,
"static ip config": false,
"enable IPv6": false,
"low bandwidth": false,
"disable sleep": false,
"AP provision mode": "disconnected",
"AP security": "wpa2",
"AP ssid": "ems-esp"
},
"NTP Status": {
"network time": "disconnected",
"enabled": false,
"server": "time.google.com",
"tz label": "Europe/Amsterdam"
},
"OTA Status": {
"enabled": true,
"port": 8266
},
"MQTT Status": {
"MQTT status": "connected",
"MQTT publishes": 6446,
"MQTT queued": 0,
"MQTT publish fails": 0,
"MQTT connects": 1,
"enabled": true,
"client_id": "ems-esp",
"keep alive": 60,
"clean session": false,
"base": "ems-esp",
"discovery prefix": "homeassistant",
"nested format": 1,
"ha enabled": true,
"mqtt qos": 0,
"mqtt retain": false,
"publish time boiler": 10,
"publish time thermostat": 10,
"publish time solar": 10,
"publish time mixer": 10,
"publish time other": 10,
"publish time sensor": 10,
"publish single": false,
"publish2command": false,
"send response": false
},
"Syslog Status": {
"enabled": false
},
"Sensor Status": {
"temperature sensors": 0,
"temperature sensor reads": 0,
"temperature sensor fails": 0,
"analog sensors": 0,
"analog sensor reads": 0,
"analog sensor fails": 0
},
"API Status": {
"API calls": 0,
"API fails": 0
},
"Bus Status": {
"bus status": "connected, tx issues - try a different Tx Mode",
"bus protocol": "Buderus",
"bus telegrams received (rx)": 15405,
"bus reads (tx)": 3031,
"bus writes (tx)": 0,
"bus incomplete telegrams": 0,
"bus reads failed": 559,
"bus writes failed": 0,
"bus rx line quality": 100,
"bus tx line quality": 85
},
"Settings": {
"board profile": "E32",
"locale": "en",
"tx mode": 1,
"ems bus id": 11,
"shower timer": false,
"shower alert": false,
"rx gpio": 5,
"tx gpio": 17,
"dallas gpio": 4,
"pbutton gpio": 33,
"led gpio": 2,
"hide led": false,
"notoken api": false,
"readonly mode": false,
"fahrenheit": false,
"dallas parasite": false,
"bool format": 1,
"bool dashboard": 1,
"enum format": 1,
"analog enabled": true,
"telnet enabled": true
},
"Devices": [
{
"type": "Boiler",
"name": "GBx72/Trendline/Cerapur/Greenstar Si/27i",
"device id": "0x08",
"product id": 123,
"version": "06.07",
"entities": 67,
"handlers received": "0x10 0x15 0x1C 0x18 0x19 0x34 0x2A",
"handlers fetched": "0x16 0x33 0x26",
"handlers pending": "0xBF 0x11 0xC2 0x14 0x1A 0x35 0xD1 0xE3 0xE4 0xE5 0xE6 0xE9 0xEA"
},
{
"type": "Thermostat",
"name": "Moduline 400",
"device id": "0x10",
"product id": 78,
"version": "03.07",
"entities": 32,
"handlers received": "0xA3 0x06 0xA2",
"handlers fetched": "0x41 0xA7 0x40 0x3F 0x3A",
"handlers pending": "0x12 0x13 0x38 0x39",
"handlers ignored": "0x1A 0x35"
},
{
"type": "Controller",
"name": "BC10",
"device id": "0x09",
"product id": 190,
"version": "01.04",
"entities": 0
}
]
}
Additional context
Add any other context about the problem here.