2023-11-08 21:36:39 +01:00
2022-09-06 15:48:01 +12:00
2022-09-06 15:48:01 +12:00
2022-10-05 20:09:27 +13:00
2023-01-21 17:52:02 +01:00
2021-03-07 16:03:16 -03:00
2022-10-05 20:09:27 +13:00

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 Discord Chat GitHub release

ESPHome Logo

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.
Readme 20 MiB
Languages
C++ 69.7%
Python 30.1%