Closed andriej closed 2 years ago
@fliphess I see update in config.json to fix that probably? config is:
otgw:
host: REDACTED
port: REDACTED
relay_port: 7686
mqtt:
autoconfig: false
broker: addon_core_mosquitto
port: 1883
username: REDACTED
password: REDACTED
client_id: otmonitor
action_topic: actions/otmonitor
event_topic: events/central_heating/otmonitor
data_format: raw
all_messages: false
qos: 1
retransmit: 10
email:
enable: false
recipient: recipient_here
sender: sender_here
user: user_here
password: password_here
server: mail_server_here
port: 25
secure: Plain
tspeak:
enable: false
key: key_here
interval: 120
sync: true
html_templates:
enabled: false
editable: false
@andriej I was trying to fix the issues related to the upgrade of the s6-overlay in the hass base container but couldn't find why it was stil crashing...
The exit code 126 stands for “command not executable", so I think I know how to fix it (Setting +x
permissions on all run scripts)
The fix is easy:
$ git update-index --chmod=+x rootfs/etc/service.d/my-service/run
(As mentioned in the hass docs)
I hope I can make some time to push a fix later this week, but I'm very busy with work lately, (And tbh because of the nice weather it's even harder to get behind a screen to fix stuff), so if you are in the mood for making a PR, be my highly appreciated guest :)
I've encountered problem after... SSD died and trying to get everything back online. I even switched to HA OS so don't have good direct access to any dev installations yet (even tho I'm not that much into running dockers unfortunately ;-))...
Will patiently wait for fix, currently managed to connect HA directly
@andriej Luckily it's summertime so you won't be using it that much :)
I'll push a fix soon 👍
It's such a small fix, the time I needed to respond on your issue took longer than the fix..... @andriej Can you give it a try and let me know if it works now?
I had to remove and re-add addon as releases under 'dev' don't show as new version - right? but anyway - it started, I can see OTmonitor.
Now back to HA and connect it back... :-) Thanks!
I've reinstalled HA on my host and while trying to install add-on I have an error:
which seem to be quite odd?
It's HA OS installation