e-sailing / LG-ESS-Gen1

Get data from the PV controller
6 stars 0 forks source link

Test not working #2

Open smitterer opened 4 months ago

smitterer commented 4 months ago

Hi!

Thanks a lot for your work.

Unfortunately, running the test (cat testLGESS.txt | pipe2mqtt myMosquittoServerName.fritz.box (also tried with the ip where my mosquitto broker runs instead of myMosquittoServerName.fritz.box)) gives me an error. Files should be in the correct location: image

Any idea?

Thanks!

e-sailing commented 4 months ago

Hi!

Oh Please try "cat testLGESS.txt | ./pipe2mqtt myMosquittoServerName.fritz.box".

Sorry for the bug!

On 15.05.24 22:59, smitterer @.***> wrote:

Hi!

Thanks a lot for your work.

Unfortunately, running the test (cat testLGESS.txt | pipe2mqtt myMosquittoServerName.fritz.box (also tried with the ip where my mosquitto broker runs instead of myMosquittoServerName.fritz.box)) gives me an error. Files should be in the correct location: image.png (view on web) https://github.com/e-sailing/LG-ESS-Gen1/assets/64225823/e9b3df85-b9df-410a-9c30-360893faa79b

Any idea?

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/e-sailing/LG-ESS-Gen1/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU63OW2PT3EUQF5IFSSEG3ZCPEETAVCNFSM6AAAAABHY4ZN2SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4TQOBTGMYTMNA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

smitterer commented 4 months ago

Thanks, working like a charm.

BTW: the readme in /mqtt is missing a "n" at the beginning of "ohup ./Both_pipe2mqtt.sh &"

e-sailing commented 4 months ago

Glad to hear that it works. I changed ohup to nohup. Thanks!