Smart Meter - > RS485 Modbus - > Growatt Inverter #23000
Replies: 4 comments 29 replies
-
I search the same. |
Beta Was this translation helpful? Give feedback.
-
Which 3,3V TTL to 2wire RS485 are you using ? |
Beta Was this translation helpful? Give feedback.
-
Currently the SDM is connected directly to the Growatt, but in the past, before I had the inverter, I had the SDM with a WemosD1mini and the cheap blue RS485 TTL UART adapter (1.19€ from eBay) and sent the data to iobroker via MQTT. How could I send data to the Growatt via RS485? I know very little about Modbus. |
Beta Was this translation helpful? Give feedback.
-
am not sure what you guys want to achieve exactly, but i once used this script for zero injection of photovoltaic power with a Growatt inverter. here is the principal script to emulate a few registers of an SDM630.
if you want to decode an SDM630 by SML you may use this:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using Tasmota since years to read my smart meter, it works perfect.
here's a snippet of my current script to read the meteer data:
I've got an cheap growatt sph inverter, with RS485 port.
There are already some projects to fake an SDM630 energy meter but mostly with an seperate ESP.
Since my inverter is close to my smart meter, I would like to provide the data from my current device.
So SML->Tasmota(ESP)->ModBus RS485
I guess I need some kind of rule to forward the meter data ?
Beta Was this translation helpful? Give feedback.
All reactions