I’m on hassos latest release but i can’t find .storage dir, I can’t see the analytics opt in ,
I’m using the user I’ve created at the beginning of the first configuration ( has administrator rights) what I’m doing wrong?
But, now, once up and running, I see other issues with this upgrade:
deconz start is very slow. Most of entities is visible in HA within the minute after restart, but for example deconz groups are available only after 5 minutes. Also something wrong with automations using deconz; I can toggle lights from UI, I see deconz switch triggering deconz_event in developers tools, but automation triggered by this event does not run until 5 minutes after restart…
Very slow ZWave initiation (legacy one). it is even slower than deconz.
Extremely slow start of SNMP sensors. They start to report values after 10 minutes from restart. In meantime log file is flooded with error messages from templates not being able to read values from these sensors.
ESX integrations seems not to work, none of configured entities is available.
From what machine you ar trying to access this folder? It is hidden by default, so you might need to configure OS to display hiddnen files to access .storage. On screenshot below all dimmed folders are one that are normally hidden:
I’m having trouble with using the Automation Debugger. In the console of Chrome i see 404 errors when i open a trace. I’m running Home Assistant behind IIS reverse proxy. When i try to open the Automation Debugger without the reverse proxy it works fine.
Those [1] and [0] in the template refer to an array element, however the value it is trying to parse is not an array, so that is the reason for the error
ESPHome is fully updated, firmware fully updated (I even compiled offline, saved to disk, and flashed via ESPHome-Flasher) and I am getting disconnects from the Home Assistant API every few minutes, causing the entities to switch to “Unavailable”
Trim removes heading and trailing spaces from a string, strip removes formatting. So trim looks to be the correct FUNCTION
I do not know why it is referring to it as an attr, because it is not, that looks like a python environment issue since the syntax looks correct for calling str.trim()