TEMPORARY BRANCH KAMSTRUP MC40X
This branch is the same as kamstrup_mc40x but has no changes in shared files. This allows you to use the Kamstrup MultiCal component as an external component.
Some time after the above mentioned component has been merged into the ESPHome project, this branch will be removed.
To use this component, add the below yaml to your config file. Full documentation is available.
external_components:
- source:
type: git
url: https://github.com/cfeenstra1024/esphome
ref: kamstrup_mc40x_temp
components: [ kamstrup_mc40x ]
uart:
baud_rate: 1200
stop_bits: 2
tx_pin: GPIO15
rx_pin: GPIO13
sensor:
- platform: kamstrup_mc40x
heat_energy:
name: 'Heat Energy'
power:
name: 'Heat Power'
temp_diff:
name: 'Heat Temperature Difference'
flow:
name: 'Heat Flow'
update_interval: 60s
ESPHome

Documentation: https://esphome.io/
For issues, please go to the issue tracker.
For feature requests, please see feature requests.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Languages
C++
69.7%
Python
30.1%