Liebe Forumsgemeinde,
ich habe ein Brink Renovent Excellent 300 KWL, die eine eBus Schnittstelle besitzt.
Ich hab mir nun mal eine Adapterplatine nach https://www.mikrocontroller.net/topic/346833 gebastelt und an meinen Raspberry Pi gehängt.
So wie es aussieht gibt es zu meinem Gerät aber noch keine Konfigurationsdatei um Daten abzufragen bzw. Einstellungen zu ändern.
Was ich bisher rausfinden konnte:
Kann mir vielleicht jemand einen Tipp geben wie ich da jetzt am besten weitermache um an ein funktionierendes Config-File zu bekommen?!
Danke schon mal und Grüße,
Daniel.
ich habe ein Brink Renovent Excellent 300 KWL, die eine eBus Schnittstelle besitzt.
Ich hab mir nun mal eine Adapterplatine nach https://www.mikrocontroller.net/topic/346833 gebastelt und an meinen Raspberry Pi gehängt.
So wie es aussieht gibt es zu meinem Gerät aber noch keine Konfigurationsdatei um Daten abzufragen bzw. Einstellungen zu ändern.
Was ich bisher rausfinden konnte:
Code:
pi@raspberrypi:~/ebusd $ ebusd -f -c /tmp --logareas bus --loglevel info -d /dev/ttyUSB1 2016-12-04 20:56:19.799 [bus notice] signal acquired 2016-12-04 20:56:21.141 [bus notice] new master 37, master count 2 pi@raspberrypi:~ $ ebusctl info version: ebusd 2.3.b4a596d signal: acquired symbol rate: 21 reconnects: 0 masters: 2 messages: 1 conditional: 0 poll: 0 update: 0 address 31: master #8, ebusd address 36: slave #8, ebusd address 37: master #18 address 3c: slave #18, scanned "MF=ENCON;ID= ;SW=-;HW=-" 2016-12-04 21:17:21.519 [bus info] scan 3c cmd: 313c070400 2016-12-04 21:17:21.624 [bus notice] scan 3c completed (0 slaves left) 2016-12-04 21:17:21.625 [bus notice] scan 3c: ;ENCON; ;-;- 2016-12-04 21:17:21.625 [bus notice] scan finished pi@raspberrypi:~ $ ebusctl scan result 3c;ENCON; ;-;- pi@raspberrypi:~ $ ebusctl grab result 37fe07040a400816002102ffffffff = 2 37fefe010a45303030202020202020 = 2
Danke schon mal und Grüße,
Daniel.