项目作者: ababilone

项目描述 :
Create an Homie device from a connected Diematic boiler from De Dietrich
高级语言: Python
项目地址: git://github.com/ababilone/diematic-to-mqtt.git
创建时间: 2019-02-09T23:23:47Z
项目社区:https://github.com/ababilone/diematic-to-mqtt

开源协议:MIT License

下载


diematic-to-mqtt

Introduction

Create an Homie device from a connected Diematic boiler from De Dietrich.

This has only been tested with a GTU C 123 FF

Published properties

  • Burner

    • Total start count
    • Total operating hours
    • Total fuel consumption
  • Circuit a, b, c

    • Ambient temperature
    • Day set point temperature
    • Night set point temperature
    • Anti freeze set point temperature
    • Derogation
    • Sensor influence
    • Start temperature
  • Configuration

    • Firmware version
    • Year
    • Month
    • Day
    • Day of week
    • Hour
    • Minute
  • Domestic hot water

    • Temperature
  • Sensors

    • External temperature
    • Heater

Usage

  • Check homie-python.json for MQTT/Homie device configuration
  • Check serial por in DiematicToMqttWorker
  • Check gal per hour in DiematicBurner
  • Launch with ‘python DiematicToMqtt.py’
  • Enjoy your boiler in MQTT or maybe OpenHAB

To-Do

  • Publish more properties: Registers mapping table
  • Allow two way communication?
  • Add some settings
    • serial port in DiematicToMqttWorker
    • gal per hour - depending on the boiler nozzle - in DiematicBurner

More