Im thinking of installing this and i’m new to home assistent
I have Anna firmware version: 1.8.20 (is this the last version?)
Local PI with Hassio -> home assistent version 0.94.3
On the github page under instal instructions it sais: * Extract everything in custom_components directory to your Home Assistant custom_components directory
But what is the whole path to this directory? I can’t seem to find custom_components directory?
Im using configurator addon in hassio to change configuration.yaml file.
@Kumalix you are using Hassio? Then the directory-structure should be: config/custom_components/anna.
Then you put the files in the anna-directory.
With your version of Anna you must update the manifest.json-file to show: "haanna== 0.8.0"
If you then get the error climate.anna not found, you can use the trick I described under Update 2, in an earlier post.
Hi, Yess, i use hassio!
I used the files from your guthub page. Donwloaded files yesterday.
Directory structure `config/custom_components/anna looks the same.
I changed the manifest.jason-file
Still had climate.anna not found.
Did the “trick”. Now no climate.anna not found error
so far good… but now i dont see anything in my main controle panel. Lovelace UI its called i believe? Also no entities to show anything about anna? How do i get the controles in home assistent?
Also in my configurator addon i see dubbel files. These extra files and folders have “_” in front of the names. When clicking on them i see a error message" 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
Maybe this is the problem?
Here you see 2x manifest.json files…??
as a normal .zip download. Then extracted with default mac unzip program.
Then i copied unzipped custom_components folder (with /anna folder within) and pasted in de /config folder via network SMB connection.
Can i delete al those files and folder with “_” infront?
from that repo install Visual Studio Code, this is an editor
set it up according to the instructions
then use this editor to create the anna-files: go to the directory, create the empty files by entering the files names one by one
then go to my github, click on each file so you see the code, then click on the Raw-button, select the text shown with Ctrl-A (select all), Ctrl-C (copy), then go the empty file, click the cursor inside the empty file, and paste the contents, and finally save the file
when you did this for all three files, make sure the configuration.yaml file contains the settings as shown in the github
Hi bouwew, I have done all you suggested. Exept visual studio can not be installed it said.
Done it bij adding files via configurator self. Then copied raw code to each file.
Unfortunatelly i stil dont have the correct entity.
Done your trick a few times. Stil no luck.
I have seen your work on git hub.
Should i try to use [climate.py] before you switched entities to devices?
also when doing your trick and when configuration.yaml file is showing this:
anna:
username: smile
password: your_pw
host: your_ip
port: 80
scan_interval: 10
I do see a (somthing of anna) notification. error in the entities list saying some error.
After i change the .yaml file to what it should say. Any mentioning of anna is gone from the entities list.
Alsoyou have mentioned somthing about these 2 line.
ssdp:
zeroconf:
Is this nessery? and where do they need to go? Configuration.yaml?
To start at the bottom, yes, ssdp: and zeroconf: must be in configuration.yaml since the update to 0.94.
Regarding Anna, when using my files, you should not have to use the trick anymore.
By the way, the original anna-repository is updated now so you can use these files now.
Can you please try again from start? Meaning, remove the files, hide the anna-entries in configuration.yaml, restart HA, then “redownload” the files, write the anna-entries in configuration.yaml exactly in the format as shown on the github and then restart. What exact error do you see then in the log?