Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tammichal.zd wrote:.5. In domoticz you need to add something, here hints @Daro1003
michal.zd wrote:.Aa, so domoticz has some of its default sensors. Isn't there voltage and current together?
michal.zd wrote:.And does it make any difference? If you set temp and humidity it will receive data?
michal.zd wrote:What's on that list in the picture?
Daro1003 wrote:.From this list you can see that temperature and humidity can be had in one block and something else and that's it in total.
Daro1003 wrote:.Then it will be ok.
#domoticz
domoticz_topic domoticz/in
domoticz_inverter_state 1020
domoticz_pvpower_idx 1026
domoticz_gridpower_idx 1027
domoticz_consumption_idx 1028
# informacja o napieciach i pradach stringów PV
domoticz_pv1_voltage_idx 1030
domoticz_pv1_current_idx 1031
domoticz_pv2_voltage_idx 1032
domoticz_pv2_current_idx 1033
TL;DR: Field tests show ≤ 2 % deviation between Sofar inverter Modbus data and PZEM-004T meters [Elektroda, michal.zd, post #21420031]; "data practically the same"[Elektroda, michal.zd, post #21420031] The open-source PV InverterBroker now streams MQTT-ready Domoticz payloads in <60 s setup.
Why it matters: You gain utility-grade monitoring without cloud lock-in or extra hardware.
• Platform: C++ binary for Raspberry Pi (ARMv6/7) & generic Linux; ~350 kB size [Elektroda, michal.zd, post #21480795] • Proven inverters: Sofar 15 KTL-X G3, HYD 15 KTL, HYD 5–20 K-3PH [Elektroda, michal.zd, post #21407292] • Power register: signed int16; 65532-65535 map to −4 … −1 decaW (−0.4 … −0.1 W) [Elektroda, michal.zd, post #21408717] • Typical night standby: 6 W per phase measured, 4.8 W calculated [Elektroda, michal.zd, post #21407292] • Licence & cost: MIT, free download on GitHub [Elektroda, michal.zd, post #21480795]
wget the three release binaries from GitHub. 2. Copy sample config to /etc/ime/inverterbroker. 3. chmod +x inverterbroker and run ./inverterbroker -d for live logs [Elektroda, Daro1003, post #21453527]domoticz_pvpower_idx, etc.). The broker now sends ready-made domoticz/in JSON—no Node-RED needed [Elektroda, michal.zd, post #21483283]pvInverterBroker.service to /lib/systemd/system/, then sudo systemctl enable --now pvInverterBroker for automatic start on boot [Elektroda, michal.zd, post #21483283]mosquitto_sub -t 'ime/inverter/#' to confirm payloadsActivePower_Load_Total and activePower_PCC_Total are mapped but need real HYD+storage tests. The author welcomes pull requests [Elektroda, michal.zd, post #21409803]