I am a home automation enthusiast from India. My installation is Grid+Solar and I use a Secure Meter Sprint 350.
Using an optical probe and your excellent software, I was able to connect to my meter and get 'some' data - thank you for your development efforts.
Attached is a screen grab.
Q1. Where can I find the necessary data like Voltage, Export, Import. I am assuming it is within 1.0.96.160.0.255 but I am unable to make any human readable sense out of it. Please guide.
Q2. End use case = Hoping to poll the data and route it via my mqtt broker onto my home automation software (Node RED). What steps should I take to achieve that?
I have the searched the forums (at least the first 20 pages!) but concluded that most users here have software skills which makes this perhaps a simpler task for them - I have none. All I posses is some perseverance.
Once again, thank you for your development and for your time.
You have connected without authentication and this is the data that you can access. You need to change the authentication level and set the password and read the association view again. Association view is updated when you select "File" and "Refresh".
Thanks Kurumi - I am now able to gather and see all the required data in Gurux DLMS Director application.
Since I am a non-IT user, I do not know how to build apps or any such.
An ESP 8266 or ESP32 running Arduino code and polling the meter and subsequently puttinng the data (using pubsub) onto mqtt would be my aim.
Is it feasible to do so without `building` an app? I am sorry for my raw noob question.
Hi,
Hi,
You have connected without authentication and this is the data that you can access. You need to change the authentication level and set the password and read the association view again. Association view is updated when you select "File" and "Refresh".
BR,
Mikko
Thanks Kurumi - I am now able
Thanks Kurumi - I am now able to gather and see all the required data in Gurux DLMS Director application.
Since I am a non-IT user, I do not know how to build apps or any such.
An ESP 8266 or ESP32 running Arduino code and polling the meter and subsequently puttinng the data (using pubsub) onto mqtt would be my aim.
Is it feasible to do so without `building` an app? I am sorry for my raw noob question.
Kind regards.
Hi,
Hi,
You need to build and modify the application. That is a challenging task, but our people have used the Arduino client example as a template.
https://github.com/Gurux/GuruxDLMS.c/tree/master/Arduino_IDE/client
BR,
Mikko