Meine Frage ist nun - wie kann ich die Daten über die Schnittstelle ohne das Wifi Modul auslesen? Ich will eigentlich nur die Werte auslesen - mehr nicht. Ich stelle mir das so vor, dass ich da einen Raspi anschließe - aber die Frage ist wie bekomme ich die Wärmepumpe mit dem Raspi verheiratet?
Ohh, hier hänge ich mich mal dran…Habe auch eine Midas und wollte das Thema schon lange mal angehen…bin allerdings mangels Zeit bis jetzt noch nicht dazu gekommen
I’m taking a chance here. I am developing a ESPHome interface for a Hayward heater, which uses a similar protocol and I am able to read from the bus as well as to write to it. The hardware platform I’m using is a esp32 with a level shifter since the net bus on these heater controllers are 5V logic.
I have been searching desperately for some technical manual of the protocol and it does look like you previously found one source that doesn’t seem to be online anymore.
Do you think you could share? I’m interested in frame types and their content. Let me know and I’ll also share the link to my GitHub