Hi, recently i had small problem with my raspberry - loss of power damaged my filesystem. I have image of clear raspbian, so in few minutes i had my new rpi going. Unfortunatelly I cannot run my zwave components.
I have virtualenv in which i keep homeassistant (plus homeassistant user, as in HA tutorial). In this env i have :
When i run HA with zwave component commented out my HA runs noramlly, but when I uncomment zwave component my journalctl just stops here :
Jul 02 15:14:54 HA hass[12647]: 2017-07-02 15:14:54 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 18.1 seconds.
Jul 02 15:14:54 HA hass[12647]: 2017-07-02 15:14:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=device_tracker>
When I deactivate device_tracker it stops at groups. Where should i find solutions ? I cannot locate any of files mentioned in similar topics loki ozwconfig etc.
What are steps required to have zwave working beside :
sudo apt-get install libudev-dev
(in venv) pip3 install python-openzwave
Previously, before my crash, i had working zwave, without open zwave control panel. my logs are empty :
2017-07-02 15:14:28 WARNING (MainThread) [homeassistant.setup] Setup of input_slider is taking over 10 seconds.
2017-07-02 15:14:31 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-07-02 15:14:31 WARNING (MainThread) [homeassistant.setup] Setup of group is taking over 10 seconds.
2017-07-02 15:14:34 WARNING (MainThread) [homeassistant.setup] Setup of media_player is taking over 10 seconds.
2017-07-02 15:14:46 WARNING (MainThread) [homeassistant.setup] Setup of light is taking over 10 seconds.
2017-07-02 15:14:46 WARNING (MainThread) [homeassistant.setup] Setup of device_tracker is taking over 10 seconds.
On the same rpi i have domoticz, on which my zwave devices are working.
What should i do to have zwave running ?
Hi, I just started playing around with HA today. I used the all-in-one installer to get going. HA installed just fine. When I add zwave to my configuration.yaml file, HA won’t start anymore
Since my post I learn the systemctl -l flag
Try this:
sudo systemctl restart home-assistant.service
sudo systemctl status home-assistant.service -l
run the second command every 30 seconds or so. Notice the numbered (process) lines under make. You should see that a few lines down the /bin/sh -c g++ -c -Wall line different .c/.cpp files listed
I believe it was it - i just didn’t know how to check what was going on below. Later on i set HA for restart and left it for night. In the morning everything was working.
Is there a possibility (or how to make an issue) to ask HA devs to add some verbose output to the log (journalctl) to know when some side-package is downloading or compiling ? I’ve only notice
Attempting install of ...
but still i didn’t know the sate of install or if there were errors.