Skip to content

aiolos/dashticz_v2

 
 

Repository files navigation

Dashticz v2

Alternative dashboard for Domoticz

Screenshots

alt tag

Installation

Before you can use this dashboard, unzip all files to a subfolder in Domoticz or on a webserver of your choice. Save CONFIG_DEFAULT.js as CONFIG.js and insert the IP-address of Domoticz without a trailing slash; e.g.: http://192.168.1.3:8084

Visit the wikipage at: http://www.domoticz.com/wiki/Dashticz_V2

Run in Docker

Navigate the directory to be in the same level as the Dockerfile and run this command

  • docker build -t docker-dashticz .
  • docker run -p 7000:90 -v ${PWD}=/usr/share/nginx/html/ docker-dashticz

Dashticz will now be available on http://localhost:7000

Donate

Do you appreciate my work and want to buy me a beer? You can send Bitcoins to 17Qy4bsLM9J238fCZt5kaRc2bD5S1Aw6og or donate via PayPal: https://www.paypal.me/robgeerts

Frequently Asked Questions

How to use this dashboard if Domoticz is password protected?
Open up CONFIG.js in a text-editor (notepad for example). Fill in the full path for Domoticz, e.g.: http://username:password@192.168.1.3:8084 (withouth trailing slash)

When Domoticz is updated, it has removed this dashboard?!
Unfortunately, this occurs when the dashboard is installed into Domoticz's www-directory. When Domoticz installs an update, it removes the www-directory completely, before placing the updated version back. Currently, there is no solution for this (except for installing the dashboard on another webserver), you'll have to re-install Dashticz.

Where can I get any help?
You can check out our helpful community in Dashticz topic on the Domoticz forum.

About

Alternative dashboard for Domoticz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • CSS 11.8%
  • HTML 1.8%
  • PHP 0.7%