Open mkaiser opened 1 year ago
Hey Martin, Thanks a lot for your contribution; I started some significant refactoring to allow a more modular approach but haven't checked in the changes yet. I'll review your PR in the next days and merge it with my changes. THanks a lot already!
sounds good :)
let me know, if I can help / test something
Hey Martin, Thanks a lot for your contribution; I started some significant refactoring to allow a more modular approach but haven't checked in the changes yet. I'll review your PR in the next days and merge it with my changes. THanks a lot already!
hey,
I don't wont to push too much - but are there any updates?
btw. some of the HA community guys which participate often in the heatpump / can-related thread gathered here:
If you join, we could maybe help a bit :)
Hi, I'm using the integrated can controller:
canbus:
I'm using the m5stack S3 lite and the CAN bus Module, Grove
hey there,
in ESPHome 2023.10 I contributed some patches to support the internal CAN controller (our heatpumps need 20kbits) of newer ESP32 chips (see https://esphome.io/components/canbus.html?highlight=can)
Although I have not managed to get all my heatingpump sensors to work, I want to share my results :) ( I guess it it still something with the different CAN addresses of my TTF-07cool, but it is definitvely a software-issue, because the results are the same when I use the mcp or the internal CAN)
I forked your project and inserted some comments meant as a template to use the internal CAN controller instead of the external SPI-connected mcp2515 (heatingpump.yaml). Also, I renamed the can_controller id from "my_mcp2515" to the more generic "my_can_controller" in heatingpump.h
https://github.com/mkaiser/ha-stiebel-control/commit/954405d0b58c1cd6f3bd3a4d0a01b6dd261f25c7
When I uploaded to github, I did not notice, that my code beautifier messed up...
So my questions here are:
https://esphome.io/guides/configuration-types.html#yaml-insertion-operator
BR
Martin