Replies: 1 comment 1 reply
-
The folk by @IgorYbema is probably better for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm interested in using sofar2mqtt with my inverter, a SOFAR HYD 6000 EP (single phase)
I’ve already connected it successfully via Modbus RTU (RS485) using other tools like Solarman and Jeedom, and I’d love to integrate it directly into Home Assistant via MQTT.
Before flashing the microcontroller, I’d like to confirm:
👉 Is this inverter model currently supported by the sofar2mqtt code?
Thanks in advance for your help, and great job on this project!
Edit :
I have already flashed the microcontroller, and I can see sofar2mqtt appearing in MQTT Explorer.
Here is the payload I’m receiving:
{
"running_state":52673,
"grid_voltage":52673,
"grid_current":52673,
"grid_freq":52673,
"grid_power":52673,
"battery_power":52673,
"battery_voltage":52673,
"battery_current":52673,
"systemIO_power":52673,
"batterySOC":52673,
"battery_temp":52673,
"battery_cycles":52673,
"consumption":52673,
"solarPV":52673,
"solarPVAmps":52673,
"today_generation":52673,
"Solarpv1":52673,
"Solarpv2":52673,
"today_consumption":52673,
"inverter_temp":52673,
"inverter_HStemp":52673
}
Since all values are returning 52673, I believe something is wrong.
Any ideas or suggestions would be greatly appreciated — thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions