I’m trying to package an add-on for Espruino Hub, which will allow me to use my PuckJS to control HassIO. Someone has made a docker image of the software, which is great, since I’ve never attempted anything like that in the past, and I don’t know Python at all.
I’d like to package this docker image as an add-on, but haven’t had any luck. I’ve installed it alongside Hassbian to test the software alongside HASS and node-red, and everything works as expected in my test platform.
I’ve started working on it. My repo is https://github.com/jptrsn/espruinohub-docker-rpi. However, all I get upon trying to install is a server “Bad Request” error, and I’ve no idea how to move forward.
Any help, as advice, resources, or links is greatly appreciated.
Cheers.