Fulvi_Igor
(Fulvi Igor)
October 12, 2018, 1:36pm
1
This is my logs section…
# Log
logger:
default: error
logs:
homeassistant.component.mqtt: fatal
homeassistant.helpers.template: fatal
… but I’m not able to exclude the following error …
2018-10-12 15:33:12 ERROR (MainThread) [homeassistant.helpers.template] Error parsing value: 'dict object' has no attribute 'HUM' (value: {"TMP":"19.80"}, template: {{ value_json.HUM | float }})
… so, what I must put in my config?
nickrout
(Nick Rout)
October 13, 2018, 5:59am
2
I don’t know, but why not fix your template so it doesn’t error?
Fulvi_Igor
(Fulvi Igor)
October 13, 2018, 7:50am
3
Because template have no problem, I’m try to manage an MQTT sensor that it send values dynamically,it send not the same JSON data, it send TMP or HUM or whatever… based on it’s own personal decision.
nickrout
(Nick Rout)
October 13, 2018, 8:04am
4
Fair enough! You could try a few option changes, like making default: fatal for a while to see if it changes anything.
Or just relax and realise it probably doesn’t matter… LOL.