Replies: 2 comments
-
I've made some progress with this. I have a working adapter connected to my boiler and ebusd is running on the RPi. I've done my best to understand the wiki (not easy for a novice but I appreciate the effort that went in to creating it!) and managed to produce this output: `ebus@boiler:~ $ ebusctl find ebus@boiler:~ $ ebusctl read FlowTemp ebus@boiler:~ $ ebusctl read ReturnTemp Mike |
Beta Was this translation helpful? Give feedback.
-
In case anyone else is doing this I now have a working python script which I run in a tmux session on a headless RPi. The code has lost its indents in this forum!! from subprocess import check_output Mike |
Beta Was this translation helpful? Give feedback.
-
Hi everyone
ebusd novice here so please be nice (c:
I am building an ebuzzz USB adapter to connect my Vaillant ecotec boiler to a Raspberry Pi running ebusd. I don't want to control the boiler, just log data such as flow and return temperatures over a period of time. Is this easy to do for a novice like me? Any pointers on how to get it running?
Thanks!
Mike
Beta Was this translation helpful? Give feedback.
All reactions