updated ha config and screenshots

This commit is contained in:
proddy
2018-05-29 19:59:49 +02:00
parent 160203a274
commit d71128861b
3 changed files with 5 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ The Boiler (ID 0x08) will send out these broadcast telegrams regularly:
And a thermostat (ID 0x17 for a RC20) would broadcast these messages regularly: And a thermostat (ID 0x17 for a RC20) would broadcast these messages regularly:
| Type | Description | | Type | Description |
| ---- | ----------- | undefined |undefined |undefined |undefined |undefined |undefined |undefined |undefined | | ---- | ----------- | undefined |undefined |undefined |undefined |undefined |undefined |undefined |undefined |undefined |undefined |
| 0x06 | time on thermostat Y,M,H,D,M,S,wd | | 0x06 | time on thermostat Y,M,H,D,M,S,wd |
Refer to the code in `ems.cpp` for further explanation on how to parse these message types and also reference the EMS Wiki. Refer to the code in `ems.cpp` for further explanation on how to parse these message types and also reference the EMS Wiki.
@@ -285,12 +285,12 @@ This is what my HA configuration looks like:
- platform: mqtt - platform: mqtt
state_topic: 'home/boiler/thermostat_currtemp' state_topic: 'home/boiler/thermostat_currtemp'
name: 'Boiler Thermostat Current Temperature' name: 'Current Room Temperature'
unit_of_measurement: '°C' unit_of_measurement: '°C'
- platform: mqtt - platform: mqtt
state_topic: 'home/boiler/thermostat_seltemp' state_topic: 'home/boiler/thermostat_seltemp'
name: 'Boiler Thermostat Set Temperature' name: 'Current Set Temperature'
unit_of_measurement: '°C' unit_of_measurement: '°C'
- platform: mqtt - platform: mqtt
@@ -368,8 +368,8 @@ This is what my HA configuration looks like:
name: Thermostat name: Thermostat
view: no view: no
entities: entities:
- sensor.thermostat_current_temperature - sensor.current_room_temperature
- sensor.thermostat_set_temperature - sensor.current_set_temperature
- input_number.thermostat_temp - input_number.thermostat_temp
And in Home Assistant looks like: And in Home Assistant looks like:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB