Skip to content

Morrisai/HomeAssistant

Repository files navigation

HomeAssistant

###Useful Commands:

Get Logs: tail -F /home/homeassistant/.homeassistant/home-assistant.log

Restart HASS: sudo systemctl restart home-assistant.service

Upgrade HASS: cd ~/fabric-home-assistant && fab upgrade_homeassistant && sudo reboot

Get Mosquitto Status: sudo systemctl status mosquitto

Force Date update:

sudo service ntp stop 
sudo ntpd -gq  
sudo service ntp start

To launch the OpenZWave Control Panel (OZWCP) web application:

  1. Make sure Home Assistant is not running! So stop that first
  2. Login to Raspberry Pi ssh pi@your_raspberry_pi_ip
  3. Change to the OZWCP directory cd /srv/homeassistant/src/open-zwave-control-panel/
  4. Launch the control panel sudo ./ozwcp -p 8888
  5. Open a web browser to http://your_pi_ip:8888
  6. Specify your Z-Wave controller, for example /dev/ttyACM0 and hit initialize

###Useful Links Online YAML Parser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published