planetmarshall / solis-service

Server for decoding and persisting data from a Solis PV inverter
Apache License 2.0
18 stars 5 forks source link

Ability to get data without redirecting #7

Open dauheeIRL opened 3 years ago

dauheeIRL commented 3 years ago

Hi, fantastic project. Its probably a limitation of the logger stick, but do you think it may be possible to not have to redirect all data and use the Server B option?

Just wondering what you saw while wiresharking

Thanks

planetmarshall commented 3 years ago

Hi David.

The Server B option did not work for me, however what you could do is setup your server as a "machine in the middle", and just forward messages back and forth between the inverter and the Ginlong server. Take a look at https://github.com/planetmarshall/solis-service/blob/main/scripts/intercept.py as an example.

dauheeIRL commented 3 years ago

Hi Andrew,

That is fantastic I will give that a go. Much appreciated for the advice

PV-Freak commented 3 years ago

Hello Andrew I took the chance and tried this out. The forwarding is working perfect and shows the data exchanged ... One question: my longest message is „length :107“ long ... should i not get longer messages? 7F712E1F-1053-4732-9032-1D6AEC595426

Thanks Toni