Read a Voltronic Axpert VM IV #493
rdeiscar
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
glad it works for you $ mpp-solar -o
Command: outputs help - List available output modules
--------------------------------------------------------------------------------
Parameter Value Unit
baseoutput the base class for the output processors, not used directly
boxdraw outputs the results to standard out in a table formatted with line art boxes
domoticz_autodiscover outputs the to the supplied mqtt broker in hass format: eg "homeassistant/sensor/mpp_{tag}_{key}/state"
domoticz_mqtt outputs the to the supplied mqtt broker in hass format: eg "homeassistant/sensor/mpp_{tag}_{key}/state"
hass_mqtt outputs the to the supplied mqtt broker in hass format: eg "homeassistant/sensor/mpp_{tag}_{key}/state"
hassd_mqtt outputs the to the supplied mqtt broker in hass format: eg "homeassistant/sensor/mpp_{tag}_{key}/state"
influx2_mqtt outputs the to the supplied mqtt broker: eg mpp-solar,command={tag} max_charger_range=120.0
influx_mqtt outputs the to the supplied mqtt broker: eg {tag}, {tag},setting=total_ac_output_apparent_power value=1577.0,unit="VA"
json outputs the results to standard out in json format
json_mqtt outputs all the results to the supplied mqtt broker in a single message formatted as json: eg
json_udp outputs all the results to tcp UDP datagram packet in JSON format
json_units outputs the results (including units) to standard out in json format
mongo outputs all the results to MongoDB
mqtt outputs the results to the supplied mqtt broker: eg {tag}/status/total_output_active_power/value 1250
postgres outputs all the results to PostgreSQL
prom outputs Node exporter Prometheus format to standard out
prom_push pushes Node exporter Prometheus format to PushGateway
raw outputs the raw results to standard out
screen [the default output module] outputs the results to standard out in a slightly formatted way
simple outputs 'param=value' only to standard out
simpleunits outputs 'param=value(unit)' only to standard out
tag_mqtt outputs the to the supplied mqtt broker using the supplied tag as the topic: eg {tag}/max_charger_range 120.0
value outputs the values only to standard out
-------------------------------------------------------------------------------- as well as filter functions eg: $ mpp-solar -p test -c QPIGS --filter 'ac_output_active_power|battery_capacity|pv_input_power'
Command: QPIGS - General Status Parameters inquiry
--------------------------------------------------------------------------------
Parameter Value Unit
ac_output_active_power 119 W
battery_capacity 100 %
pv_input_power 856 W
-------------------------------------------------------------------------------- and you can set mppsolar up as a service to have it run 'continuously' |
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
-
Hello good Morning!!
Just comment here on the positive experience in using this project to read the Voltronic Axpert VM IV photovoltaic inverter from Raspberry PI 4 via USB
Run the installation with:
pip install mppsolar
And working:
mpp-solar -p /dev/hidraw0 --getstatus
root@#####:/home/salviati# mpp-solar -p /dev/hidraw0 -c QPIGS
I then formatted the output and sent it to my MQTT server from this bash cron:
With this I get a reading every 30 seconds, to keep the monitoring completely updated.
Thank you very much for the project, greetings!!
Beta Was this translation helpful? Give feedback.
All reactions