2021.4: For our advanced users ❤️

What analytics web page?

This one from the OP…

Ah right. Sorry I forgot all about that and didn’t realise which release this topic was for.

The energy dashboard is not an integration so is not tracked there.

So close to 100,000 tracked users.

Actually, according the Info page, it is…

So, why is it then not on the Analytics page?

According to the integrations page it isn’t. So :man_shrugging:

Hey @CentralCommand ,

Thank you for your answer.
My system is up to date as of january 2022 (HA and Z2M) and I still have this Warning. Any clue how to fix it?

Logger: homeassistant.helpers.template
Source: helpers/template.py:1779
First occurred: 18:50:39 (1 occurrences)
Last logged: 18:50:39

Template variable warning: 'dict object' has no attribute 'action' when rendering '{{ value_json.action }}'<s>Text</s>

If you know which sensor created by Z2M is looking for action in the MQTT messages and you don’t actually use that sensor then you can disable it in HA. That will stop it from processing messages looking for action and failing to find the attribute.

If you don’t know which sensor that’s coming from or you do use it then there’s no workaround available, you have to report an issue in the Z2M repo. The template that is processing the MQTT messages is created by Z2M during discovery, you can’t change it yourself.

TBH even if you can use the workaround you should report an issue. I haven’t seen any warnings like that from Z2M for months and the issue I linked has gone silent a while ago as well. You must either be in an edge case that Koenkk would want to know about or something is misconfigured.

1 Like