enbility / eebus-go

EEBUS protocol implementation in go
https://enbility.net
MIT License
52 stars 14 forks source link

Experiment with heatpumps #48

Open DerAndereAndi opened 1 year ago

DerAndereAndi commented 1 year ago

This is for experimentation only!

wimleers commented 1 year ago

Very, very interested in this. I'm an owner of a Vaillant 75/5 since last week. Happy to work with you on this! (And got things started over at https://github.com/enbility/eebus-go/issues/54#issuecomment-1522871572.)

sylvainvh commented 6 months ago

Hello @DerAndereAndi , I checked your PR but this branch seems really outdated. I tried to rebase your branch with dev but I've to much conflict. I'm a developper (python) but I never code in Go (Go seems to be easy to understand). However, I can help you with some tests if you want.

DerAndereAndi commented 6 months ago

Hi @sylvainvh,

yeah I didn't continue as these old devices don't reveal the data needed to be able to communicate further with them via EEBUS. They use an very old specficiation version, but even with that one it seems internal know how is needed to use them.

In general, the implemented use cases don't offer a lot of possibilities other than shifting power usage a bit (roughly speaking). So the possibilities to control these devices are very very limited. Anyhow, if I somehow find out more about the internal, I surely would continue this PR to get at least that working.

Best, Andreas