spacemanspiff2007 / sml2mqtt

Sml to MQTT Bridge
GNU General Public License v3.0
28 stars 9 forks source link

raw obis frame / data #33

Open disaster123 opened 1 year ago

disaster123 commented 1 year ago

Hi,

i need the raw obis frame / data in an mqtt topic - would that be possible?

Stefan

disaster123 commented 1 year ago

Not needed

aterjung commented 5 months ago

i would need the raw SML Message als well as mqtt topic. Can this be done?

spacemanspiff2007 commented 5 months ago

What do you want to do exactly? The topic can be configured by you in the config file, so you can just configure it accordingly.

aterjung commented 5 months ago

I use sml2mqtt for quite some time to send my homes power usage to my home automation and a Victron PV system. Now i will start using tibber aswell. I would like to replace the pulse device with tibbersend.py https://github.com/jsphuebner/esp-egycounter/issues/1 wich need the raw Binary SML data as mqtt message. I don’t want to use the pulse as reader at least because i need the meter data as fast as possible and I don’t want to add more delay cause by pulling via http.

spacemanspiff2007 commented 3 months ago

@aterjung : Are you willing to test and provide feedback if I implement a dev version?