Open CaptInsano opened 7 months ago
Any advice on how to debug this further?
Thanks again
Hi, sorry for the very late answer. This is likely related to the bug #3
ESB changed format, so the script cannot parse it anymore.
Thanks for the reply, no worries for the late answer.
Will watch this and the other issue #3 to monitor if a fix can be found.
Thanks again for your work
I've fixed the download, please try again.
Even, from a better reading of the error message, it looks more like the CSV downloaded from ESB was corrupted. Let me know if it works now. If it doesn't I need to add some better validation to avoid this crash
Thanks a million for your work on this project, it is a great idea!
My Setup: HomeAssistant OS running as a VM Core: 2024.4.3 Supervisor: 2024.04.0 Operating System: 12.2 Frontend: 20240404.2
I have installed esb2ha via docker on my server and have the alias setup as per your documentation:
alias esb2ha='docker run --rm esb2ha:latest'
Getting the following error when trying to pipe data into home assistant (I am using single quotes for each flag data as some start with wildcards):
My sensor is set up as per your documentation (template value already existed in my setup):
If I just try the following command it works without error:
root@Tower:~# esb2ha download -esb_user 'XXXXXXXXXXXXX' -esb_password 'XXXXXXXXXXXXXX' -mprn 'XXXXXXXXXX'
Any help is greatly appreciated!