ohmer
August 9, 2017, 4:30am
1
Hello,
I’m trying to create an addon to make hass aware of the status of my home phone line (using my obihai voip ATA).
Code can be found here: https://github.com/ohmer1/obihai2mqtt_addon
The container fail to build when running the composer install step. The log just tell me the process exited with an exit code 1, but it doesn’t show me the stdout/stderr. Any way to get it?
Thanks
ohmer
August 14, 2017, 9:54pm
2
Nobody? How can I know what’s wrong? There is no way to debug addon creation?
frenck
(Franck Nijhof)
August 16, 2017, 3:20pm
3
You should try to build the image on your local computer using Docker.
That way you would have more control over the process.
Another option: SSH into ResinOS (SSH port 2222) and run the Portainer image to get a nice web interface to control the Docker host.