Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 435 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 435 Bytes

heat_can

CAN bus interface firmware for my Logamatic heating.

This is the firmware of an ESP8266 board with a MCP2515 CAN controller. It's purpose is to access the CAN bus of a Logamatic heating controller remotely via MQTT. It's just a wireless CAN interface, no magic here ;)

It contains the Arduino CAN library as a subtree, because it required some patches for my ESP8266 setup.