John Blance
John Blance
I havent investigated this (that I can recall) Is the problem with the inverter or does mppsolar fail? Any debug / logs from the time of failure? Have you tried...
try https://www.linux.org/threads/resetting-the-usb-subsystem.10404/
what commands have you tried? can you post the command run and output (add `-I` for any commands that give a result other than NAK)
Have you tried the QEx commands - ie QED20240901 etc? On Sat, 7 Sept 2024 at 02:02, abdulrehman1937 ***@***.***> wrote: > Screenshot.2024-09-06.at.6.55.58.PM.png (view on web) > Screenshot.2024-09-06.at.7.01.17.PM.png > (view on...
Can you try `-c QLT` If that also doesn't work it looks like it is another variant of pi30 and I don't know what the commands are On Tue, Sep...
Having a quick google this looks like a custom device - might be worth seeing if you can get the protocol documentation from the supplier? On Tue, 10 Sept 2024...
Can you use the products own software to see what commands are sent?
not really in mppsolar - the daemon is too hardcoded I've abstracted the daemon code in powermon (but havent written an openrc module as yet) what protocol are you using?
allthough it looks like if you write a service file mppsolar would probably work (see https://github.com/OpenRC/openrc/blob/master/service-script-guide.md and 'not well behaved' daemons)
im adding this support in the powermon code at the moment - not sure if I'll backport to mppsolar (as the BLE code is a mess and quite specific to...