volkszaehler / vzlogger

Logging utility for various meters & sensors
http://wiki.volkszaehler.org/software/controller/vzlogger
GNU General Public License v3.0
145 stars 124 forks source link

support Resol vBus #518

Closed isarrider closed 2 years ago

isarrider commented 2 years ago

Hi...

as a feature request:

Tasmota supports Resol vBus: https://github.com/arendst/Tasmota/pull/11114 https://github.com/arendst/Tasmota/pull/14189

I think vzlogger is the ideal tool to support it too...

BR, Alex

r00t- commented 2 years ago

sounds interesting and doesn't seem hard, looking at the code in Tasmota. but this would need somebody who knows what vBus actually is, has the required hardware, and the skills and motivation to implement.

isarrider commented 2 years ago

I have the hardware and can test...

isarrider commented 2 years ago

attached is a sample that I get via ttyAMA raw.txt

isarrider commented 2 years ago

the soldering is really easy: https://tasmota.github.io/docs/Smart-Meter-Interface/#resol-deltasol-bs-plus-vbus

r00t- commented 2 years ago

can you explain why this is named "bus" when it's a simple one-way protocol? and/or can you point to any generic documentation for "Resol vBus"?

J-A-U commented 2 years ago

can you point to any generic documentation for "Resol vBus"?

https://www.mikrocontroller.net/attachment/55393/VBus_Protokoll_allgemein.pdf

isarrider commented 2 years ago

can you explain why this is named "bus" when it's a simple one-way protocol? and/or can you point to any generic documentation for "Resol vBus"?

it would be 2 way... but to just grab the measurements out a simple circuit is enough... here is a lot of info: https://github.com/danielwippermann

isarrider commented 2 years ago

https://github.com/FatBeard/vbus-arduino-library hier gibts auch noch was passend in C++

isarrider commented 2 years ago

solved my issue as standalone here: https://github.com/isarrider/vbus2influx