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.
- Checkout this repository to your Domoticz
www
directory. - Copy
custom/js/settings.example.js
tocustom/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 areswitch
,dimmer-switch
andheater
. - The
data-domoticz-id
on the HTML box denotes the idx of the device in Domoticz to communicate with.
- The
The frontpage is created using:
- AdminLTE template by almasaeed2010
- Bootstrap
- Weather icons
- OpenWeatherMap
- Moon phase algorithm by Ben Daglish