mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
updated ha config and screenshots
This commit is contained in:
10
README.md
10
README.md
@@ -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:
|
||||||
|
|||||||
BIN
doc/ha/ha.png
BIN
doc/ha/ha.png
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 |
Reference in New Issue
Block a user