schumijo / homeassistant-addons

6 stars 3 forks source link

Add-on don't start #9

Open neonline78 opened 2 years ago

neonline78 commented 2 years ago

Hi Schumijo, from today the add-on start but return some errors and stop itself. This is my log:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] done. [services.d] starting services [services.d] done. [18:20:55] INFO: Generating config.yaml from options.json [18:21:00] INFO: Configuration : [18:21:00] INFO: # Generated by homeassistant, do not edit! Edit configuration only at the Add-on configuration tab! debug: false delay_device: 60 delay_site: 10 homeassistant_config: code: **** code_arm_required: false code_disarm_required: true mqtt: client-id: somfy-protect ha_discover_prefix: homeassistant host: 192.168.1. password: mqtt port: 1883 topicprefix: somfyProtect2mqtt username: mqtt* somfy_protect: password: *** sites:

Any idea? Thank you Massimiliano

foXaCe commented 2 years ago

hello same problem for me

Minims commented 2 years ago

I don't know why. I think the behavior has change on Somfy side.

https://github.com/Minims/somfy-protect-api/blob/master/somfy_protect_api/api/somfy_protect_api.py#L304 This is Failing with an HTTP 500 error from Somfy.

neonline78 commented 2 years ago

Hi Minims, One change by Somfy it's also what I think...

Minims commented 2 years ago

Fix in https://github.com/schumijo/homeassistant-addons/pull/10

yukes33 commented 2 years ago

Hi everyone, Same for me. Thanks Minims for trying (maybe succeeding, I can't test it yet) to help us.

Minims commented 2 years ago

I use the dev version it works for me. if you use the dev add-on you might need to click on 'rebuild'

neonline78 commented 2 years ago

Working! Thank youuuuu

yukes33 commented 2 years ago

Same for me. The dev add-on is fixing it. Thank you very much