-
Hi, thank you for the proxy. Unfortunately I can't get any data in HA. I use a MS600 GEN3 Inverter (R17....). The container is up and running. The DNS is resolved to the proxy. I receive values for the "Controller". But I don't get any data for "Micro Inverter" or "Module PV 1". This is what I get from the logs:
Any idea what I am missing? Thanks and regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi Jo, What will happen when you restart HA? You should see a message for that in the proxy log. |
Beta Was this translation helpful? Give feedback.
-
Hi Jo, You can disable the connection to the TSUN cloud in your config.toml file, by setting TSUN.enabled to false. So we never send pakets to the internet and don't wait for the reply. In detail: In the trace you can see: that the inverter request the time, but never get an answer. That might the route cause. You can also see, taht the proxy sends an request for the time to the TSUN cloud, and also get no reply. Pls check if your docker container has internet access |
Beta Was this translation helpful? Give feedback.
-
Hello Stefan, yes, this was the problem. The container had no connection to logger.talent-monitoring.com. Maybe, as an enhancement, you can set up the proxy to work without answers from talent-monitoring, as you do with "tsun.eneabled = false", but give a warning. Again: Thank you for the work. Regards |
Beta Was this translation helpful? Give feedback.
Hi Jo,
I oversaw the log.file. In the log I never see a reply from the TSUN Cloud. That might be a big problem..
You can disable the connection to the TSUN cloud in your config.toml file, by setting TSUN.enabled to false. So we never send pakets to the internet and don't wait for the reply.
In detail: In the trace you can see:
'2024-04-19 09:33:17 INFO | msg | > Ctl: 0x91 Msg: 'msg_get_time''
'2024-04-19 09:33:17 INFO | msg | >> Ctl: 0x91 Msg: 'msg_get_time''
that the inverter request the time, but never get an answer. That might the route cause. You can also see, taht the proxy sends an request for the time to the TSUN cloud, and also get no reply.
Pls check if your docker container has …