danimtb / dasshio

Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Apache License 2.0
194 stars 63 forks source link

"arch" must be specified in config.json #71

Closed forast3r closed 5 years ago

forast3r commented 5 years ago

Latest breaking changes require that "arch" is specified in config.json

This issue is also referenced here: https://github.com/home-assistant/home-assistant/issues/22854

forast3r commented 5 years ago

Meanwhile i made a fork with hard-coded "arch" to "amd64" but I guess there's a more elegant solution

vincegre commented 5 years ago

Meanwhile i made a fork with hard-coded "arch" to "amd64" but I guess there's a more elegant solution

Would you mind to share the archive ? or link if it's on github so others can enjoy it ? as it look that owner of that repository is completely away or overbusy to handle any issues on that program since a while !

forast3r commented 5 years ago

Meanwhile i made a fork with hard-coded "arch" to "amd64" but I guess there's a more elegant solution

Would you mind to share the archive ? or link if it's on github so others can enjoy it ? as it look that owner of that repository is completely away or overbusy to handle any issues on that program since a while !

Sure, it's in the fork I made: https://github.com/forast3r/dasshio

PS no warranties :)

vincegre commented 5 years ago

Thanks and in fact I figured out too the solution by myself ;) will share it on the other bug thread if you don't mind ;)

lucacorn77 commented 5 years ago

Hi everyone, I created a fork and added arch I specified "arch" in configuration.json inserting armv7, now the front sees the addon but when I try to install it it gives me error

lucacorn77 commented 5 years ago

I changed arch from armv7 to armhf. now it installs and it works. Thank you so much!

giuscond commented 5 years ago

Thank you so much for the fork!

danimtb commented 5 years ago

Fixed in #73