r00tat / smartmeter_homeassistant_burgenland

Smartmeter IR reader and publisher for Netz Burgenland
GNU General Public License v3.0
3 stars 0 forks source link

Question: what kind of IR reader are you using? #3

Open ChrLipp opened 11 months ago

ChrLipp commented 11 months ago

I also want to integrate the Netz Burgenland stats and thought about scraping https://smartmeter.netzburgenland.at/ (I believe new data is available every 15 minutes). Your solution is much better (I believe new data every 5 minutes).

So, what kind of IR reader are you using? Can you provide a link?

You might also be interested in https://github.com/ChrLipp/homeassistant/tree/main/config/custom_components/waste_at_bmv which allows me to provide this info: image

I also have a Telegram notification one day before waste gets picked up.

r00tat commented 11 months ago

I have bought my Receiver in Amazon: Weidmann Elektronik Stromzähler,... https://www.amazon.de/dp/B01B8N0ASY?ref=ppx_pop_mob_ap_share

Found https://github.com/ungip/smartmeter-burgenland which answers my question.

The esp solution looks nice, at is quite cheap

r00tat commented 11 months ago

@ChrLipp can you push the waste component in a separate repo or even better provide a hacs installation?

ChrLipp commented 11 months ago

See https://github.com/ChrLipp/waste_at_bmv

A question regarding your IR reader: on https://www.netzburgenland.at/kundenservice/smart-metering/smart-metering/kundenschnittstelle.html is documented that the smart meter has a a RJ12 jack as customer interface. You are using an IR reader with leds. I would have expected that your reader has a RJ12 plug instead of the leds. I just do not understand how this works?

Of course we could continue our discussion in Burgenländisch.

r00tat commented 11 months ago

Hi Christian,

man hat im Formular die Möglichkeit entweder IR oder RJ12 auszuwählen. Über RJ12 wird Mbus und HDLC als Layer 2 Frame Encapsulation verwendet, aber darauf dann direkt die Daten enkodiert. Ich habe mich für IR entschieden um eine galvanische Kopplung zum Smartmeter zu haben und ich hier eher noch passende Hardware gefunden habe. Meine eigene Schaltung hat nicht sauber funktioniert (bin ITler und kein Eletrotechniker) und deshalb hab ich mir den vorgefertigten IR Empfänger bestellt.

Die Datenpakete entsprechen der Interface Dokumentation von RJ12 und somit konnte ich die Daten hier dann auch lesen. Für IR gibt es keine eigene Schnittstellendokumentation von Netz Burgenland. Hier findest du die Beschreibung der Datenpunkte: https://www.netzburgenland.at/fileadmin/NB_pdf_NEU/Smart_Meter/Spezifikation_Kundenschnittstelle_E450_korr_2.pdf

Bei dem ESP Repo sind hier die einzelnen Werte auch so konfiguriert. Den symmetrischen Schlüssel bekommt man, nachdem man das Formular an Burgenland Energie geschickt hat.