aquarat / must_inverter

A simple CLI stats dumper for Must Power PH1800 Inverters
12 stars 2 forks source link

bin raspberry #1

Open sante85 opened 7 months ago

sante85 commented 7 months ago

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

aquarat commented 7 months ago

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.

sante85 commented 7 months ago

I have tryed to open that file, but have .exe files, not for raspberry [image: immagine.png]

Il giorno mer 22 nov 2023 alle ore 12:13 Aaron Scheiner < @.***> ha scritto:

Hey

I just 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 at all 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.

— Reply to this email directly, view it on GitHub https://github.com/aquarat/must_inverter/issues/1#issuecomment-1822571227, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLHTN23RNOEHTFDJFACH2LYFXM5VAVCNFSM6AAAAAA7U34PB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRSGU3TCMRSG4 . You are receiving this because you authored the thread.Message ID: @.***>

aquarat commented 7 months ago

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 :)

sante85 commented 7 months ago

mmh, for me is very difficult. can do it this for me?

thanks

Il giorno mer 22 nov 2023 alle ore 13:01 Aaron Scheiner < @.***> ha scritto:

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 :)

— Reply to this email directly, view it on GitHub https://github.com/aquarat/must_inverter/issues/1#issuecomment-1822640967, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLHTNYLQ5SGKRZQHFTCV7DYFXSRDAVCNFSM6AAAAAA7U34PB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRSGY2DAOJWG4 . You are receiving this because you authored the thread.Message ID: @.***>

sante85 commented 7 months ago

Hi Aquarat,

I have executed exe on RPi successfully. It is possible send data via mqtt by config?

Best regards

Il giorno mer 22 nov 2023 alle ore 13:15 Sante Stanisci @.***> ha scritto:

mmh, for me is very difficult. can do it this for me?

thanks

Il giorno mer 22 nov 2023 alle ore 13:01 Aaron Scheiner < @.***> ha scritto:

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 :)

— Reply to this email directly, view it on GitHub https://github.com/aquarat/must_inverter/issues/1#issuecomment-1822640967, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLHTNYLQ5SGKRZQHFTCV7DYFXSRDAVCNFSM6AAAAAA7U34PB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRSGY2DAOJWG4 . You are receiving this because you authored the thread.Message ID: @.***>

aquarat commented 7 months ago

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/