-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey! The 'IP host not set' error usually means the Modbus configuration is missing the host field or the secret variable isn't being resolved. Check your configuration.yaml for the Modbus integration - you need to specify host: !secret your_ip_secret and ensure that secret exists in secrets.yaml with the correct IP. Also make sure the inverter is reachable from HA (ping it). If you're using the SH15T, double-check the slave ID matches. Once the host is correctly set, restart HA. |
Beta Was this translation helpful? Give feedback.
-
|
I don't see "IP host not set" in your screenshot. Where does this error occur? The wording sounds very odd, as well. Secondly, I'm not sure what the source for the things reported in that "problems" tab of your code editor is, but I assume you can ignore them. I'd stick to errors found in Home Assistant's own log files. |
Beta Was this translation helpful? Give feedback.

Noob error.
I was working out of the secrets.yaml in the integration folder 🤦♂️ not the secrets.yaml file under the config folder.
Copied it there and it restarted perfectly. Followed the dashboard setup and can't wait to mark down all the new sensors to use with other things. This thing is awesome so far.