Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
/ MPQTT Public archive
forked from lluiscab/MPQTT

MPQTT is a linux program used to extract data from Voltronic / Axpert / MasterPower inverters and sending it to MQTT for use in Home Assistant

Notifications You must be signed in to change notification settings

wolffshots/MPQTT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPQTT

MPQTT is a linux program used to extract data from Voltronic / Axpert / MasterPower / Phocos inverters and sending it to MQTT for use in Home Assistant

Installation

Download and install the latest release.

sudo dpkg -i

Usage

Once installed, edit the configuration file and start the service

sudo nano /etc/mpqtt/config.yaml
sudo service mpqtt start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Troubleshooting

Getting stuck in loop cycle

  • via python:
    import serial
    ser = serial.Serial("/dev/ttyUSB0", 2400)
    ser.read()
    
    ctrl+c
  • reboot: sudo shutdown -r now
  • cycle power on inverter display unit
  • use something like wolffserial to read for a bit then retry
    wolffserial watch /dev/ttyUSB0 2400
    

About

MPQTT is a linux program used to extract data from Voltronic / Axpert / MasterPower inverters and sending it to MQTT for use in Home Assistant

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.0%
  • Shell 2.0%