To confirm that the folder in your editor is actually the one used by Appdaemon, please delete the app from hacs, which also needs to lead in the files deleted in the file editor (except for apps yaml) and restart Appdaemon, the panel needs to stop working then.
Testing the statusIcon features with Esphome, I have verified the color change based on sensor values (Wifi signal sensor). Also the display of the values themselves, but stucked with icons. I don’t know if I missed something. Is possible changing the statusIcons based on states or would it be a new feature?
Thanks.
statusIcon1:
entity: sensor.wifi_signal_percent_2
altFont: True
# icon: 'ha:{{states("sensor.wifi_signal_percent_2")}}' # valor en lugar de icono
icon: mdi:wifi
color: >
{%if int(states("sensor.wifi_signal_percent_2")) < 40%}
[255,0,0]
{%else%}
[0,255,0]
{%endif%}
I’ve read this entire thread and before I go jumping in the deep end, could anyone quickly advise if this works for the US panel in Portrait mode, and if so point me to a page/screenshot where this is configured ?… thank you.
if you are using ha templates for the icons you will need to use the acuall chars that you can get by clicking U in the cheatsheet
alternativly there is a new type ‘ha-i:’ instead of ‘ha:’ that is translating the icon name after the template is evaluated, but I think this is only part of the dev version
No clue about supervised installations; it should work just fine, but apparently appdaemon doesn’t recognize the changes made by hacs or the editor, however I cannot help you debug this.
I’m personally running HA OS in a virtual machine and never used a supervised installation on debian.
If you are not familar enough with docker/linux stuff to debug this I would recommend you to use a HA OS or HA Containers instead.
Well, I’ve been trying things and I tell you:
Bearing in mind that the NSPanel Lovelace UI version is always the latest: 3.9.4, and that appdeamon is restarted after every tft installation
If the tft version is 43: everything works correctly
I don’t think it is a home assistant configuration error, because if it were like that, nothing would work with the tft 43 version.
Is that correct? Does it give you any clue as to what could happen?
HACS might show 3.9.4, however they apparently do not get updated correctly within the Appdaemon folder.
I’m not sure how this is possible with a supervised Installation if you are able to edit the apps.yaml and see the correct files.