ChrisPolewiak/Home-Assistant

its don't working

Opened this issue · 5 comments

HOYMILES DTU MI PRO S

On DTU Pro:
curl --http0.9 -o - http://192.168.88.161/hometable.xml -s
response:
401 Unauthorized
in html

Question is - do you require login to web console on Hoymiles? If yes - you should add http authentication header to CURL request --user name:password

HOYMILES DTU MI PRO S

Hi. I do not test it on DTU Mi Pro - maybe in their firmware do not support this method.
Easy way is to check internal page - using for example DevTools from web browser, and check is there any backend file refreshed during session;
like this:
image

Next - you can check what is in this file.

On DTUPro internal web console there is only simple panel for configuration. No stats at all.

On DTUPro internal web console there is only simple panel for configuration. No stats at all.

Try to test connection to Hoymiles web page thru their API. Someone writes Python scripts for it:

https://github.com/Xinayder/hoymiles-api/tree/master/docs