You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering... I succeeded in flashing a NodeMCU with and ESP32 on it with ESP-Link.
The beast is running and I can see the logs of the smart metter rolling on ESP-Link.
Now, I'd like to get the content of the log and parse it to publish on MQTT.
I'm not totally sure ESP-Link can do that... Is it ?
I'm currently trying to bind a socket in Python from an external machine on the port 23 of ESP-Link.
This works, but well... I'm sure it can do it more properly, especially because the socket falls down after a while, seems to have sync issues...
so, is there any more proper way of doing this ?
Thanks for the (alive) people here :)
Thierry
The text was updated successfully, but these errors were encountered:
Yeah, thanks usi18, but either with Telenetlib or direct Socket implementation, the listener falls at some point. The DSMR is "publishing" the logs of the energy consumption infinitely, and, I don't know why, this implementation fails after a while... (I also started with Telenetlib)
Hey Dear, hope there's still life here :)
I'm wondering... I succeeded in flashing a NodeMCU with and ESP32 on it with ESP-Link.
The beast is running and I can see the logs of the smart metter rolling on ESP-Link.
Now, I'd like to get the content of the log and parse it to publish on MQTT.
I'm not totally sure ESP-Link can do that... Is it ?
I'm currently trying to bind a socket in Python from an external machine on the port 23 of ESP-Link.
This works, but well... I'm sure it can do it more properly, especially because the socket falls down after a while, seems to have sync issues...
so, is there any more proper way of doing this ?
Thanks for the (alive) people here :)
Thierry
The text was updated successfully, but these errors were encountered: