aquarat/must_inverter

bin raspberry

Opened this issue · 6 comments

It is possible add a bin for raspberry, or explain procedure to compile for arm?
@aquarat how to contact you for know how to do?

thanks

Hey

I posted this code as I thought it might be useful for someone else. I don't maintain this project (I should probably note that). I no longer have this inverter... in fact I don't have any inverter anymore haha.

A binary that will run on a Pi is available here: https://drive.google.com/file/d/15P8vta8QaSq_NnfAfMa6vZBCbI7lMW-g/view?usp=sharing

To compile I think you have to install monodevelop. I don't work with .Net stuff normally so I don't remember.

Sorry about that, best of luck. Feel free to post here how you compiled it and then we can add it to the README for others.

Ah that's really strange as I used it on a Pi. Ah well, it's a challenge for you. Install MonoDevelop and see if you can build the project, then you can post the instructions for others :)

Hi

It's on my blog:

* * * * * root /usr/bin/dtach -n /dev/shm/mustinv$$ /usr/bin/bash -c "/home/pi/MustInverter.exe | mosquitto_pub -h 192.168.0.5 -t "/mustinverter" -l -u username -P password"

I piped it into mosquitto_pub.

https://aquarat.co.za/teardowns/reverse-engineering-a-solar-inverter-telemetry-protocol/