mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
more updates
This commit is contained in:
@@ -1,24 +1,10 @@
|
||||
## Example Dashboard
|
||||
The files to read MQTT and parse as sensors and thermostat components into HA can be found [here](integrations/homeassistant/ha) along with a LoveLace dashboard which looks like:
|
||||
|
||||
In the `doc` folder there is a basic template for a HA dashboard which looks like:
|
||||
|
||||

|
||||

|
||||
|
||||
and the alerts on an iOS/Android device using PushBullet, PushOver or any notification service would look like:
|
||||
|
||||

|
||||
|
||||
You can find the `.yaml` configuration files under `doc/ha`. See also this [HA forum post](https://community.home-assistant.io/t/thermostat-and-boiler-controller-for-ems-based-boilers-nefit-buderus-bosch-using-esp/53382). Make sure you include these YAML files in your `configuration.yaml` file, e.g.
|
||||
|
||||
```yaml
|
||||
script: !include script.yaml
|
||||
sensor: !include sensor.yaml
|
||||
switch: !include switch.yaml
|
||||
notify: !include notify.yaml
|
||||
climate: !include climate.yaml
|
||||
automation: !include automation.yaml
|
||||
binary_sensor: !include binary_sensor.yaml
|
||||
```
|
||||

|
||||
|
||||
## Supporting multiple thermostat heating circuits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user