Home Assistant release with the issue:
0.68
Last working Home Assistant release (if known):
0.67
Operating environment (Hass.io/Docker/Windows/etc.):
Docker
Component/platform:
zoneminder
Description of problem:
Doesn't startup since upgrade
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
zoneminder:
host: zoneminderhost
username: !secret zoneminder_username
password: !secret zoneminder_password
Traceback (if applicable):
2018-04-28 12:24:51 ERROR (SyncWorker_1) [homeassistant.components.zoneminder] Connection error logging into ZoneMinder
2018-04-28 12:24:51 ERROR (MainThread) [homeassistant.setup] Setup failed for zoneminder: Component failed to initialize.
2018-04-28 12:24:51 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of switch.zoneminder. Setup failed for dependencies: zoneminder
2018-04-28 12:24:51 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform switch.zoneminder: Could not setup all dependencies.
Additional information:
I have zoneminder as well. My install method is a virtual environment on Ubuntu 17.10. I am also using the switch component of zoneminder and I do not have this issue when I updated to 0.68
Here is my config.yaml for the switch component which is what this error is about:
- platform: zoneminder
command_on: Record
command_off: None
same problem, after updating.
running ZM: 1.31.43
@nic0dk what about your install method? is it docker too?
also for the devs my version of ZM is: 1.30.4
mine is s docker version too, from linuxserver.io
https://hub.docker.com/r/linuxserver/zoneminder/
with docker-compose:
https://forums.zoneminder.com/viewtopic.php?t=26596
I've got zoneminder on a VM... haven't updated or otherwise touched it in a few months. I'm pretty confident the change is on the HA side.
FWIW, it's working fine for me still on 0.68 and 0.69 using hass.io.
@mnoorenberghe what version of zm ? Gonna check the api for zm, when I get home
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 馃憤
Most helpful comment
I've got zoneminder on a VM... haven't updated or otherwise touched it in a few months. I'm pretty confident the change is on the HA side.