Sennevds / system_sensors

Logging of system sensor specific for the RPI and sending them to a MQTT broker
MIT License
367 stars 113 forks source link

Modified Script gives warning in HA logs #123

Closed Shaun-Harrison closed 2 years ago

Shaun-Harrison commented 2 years ago

Hello

I've modified the system_sensors script to include some additional data (such as internal IP)

It's working after modifying the required lines - but in Home assistant logs I'm getting the following

Template variable warning: 'dict object' has no attribute 'internalip' when rendering '{{ value_json.internalip}}'

Any pointers for what the issue actually is here would be greatly appreciated

Shaun-Harrison commented 2 years ago

Actually, after a restart this seems to have gone away now, must have been something funky going on with the HA side of things