/domoticz-frontpage

Custom frontpage to be used within Domoticz

Primary LanguageJavaScriptMIT LicenseMIT

Domoticz Custom Frontpage

These pages are used as a custom frontpage to control a Domoticz installation. In combination with the sonos-web and chromecast-web applications, the interface can also be used to do simple interactions with sonos and chromecast players.

Currently, the dashboard only supports switches and dimmers in Domoticz properly. Controlling the sonos device works fine. Controlling the Chromecast device also works fine, but has some delays.

Getting started

  • Checkout this repository to your Domoticz www directory.
  • Copy custom/js/settings.example.js to custom/js/settings.js and configure the settings
  • Add a rectangular user image to custom/img/user.jpg
  • Create a roomplan in Domoticz that contains all devices you want to see/control in the dashboard
  • Alter the boxes in the html pages to reflect your own setup
    • The class on a HTML box denotes the type of device. Currently supported types are switch, dimmer-switch and heater.
    • The data-domoticz-id on the HTML box denotes the idx of the device in Domoticz to communicate with.

Libraries used

The frontpage is created using: