Skip to content

HolgerJeromin/CCUjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCUjs

GUI for Homematic Devices like CCU or other devices with RaspberryMatic using XML API.

Usage

  • Download repository
  • Copy index_template.html to index.html
  • Duplicate the template line for all your actors/sensors and adjust them with your device address: <div data-hm-address="0001D3C99C916E"></div>

Hosting on RaspberryMatic

Hosting on the RaspberryMatic has the advantage that you have no http/https problems.

  • Remove IP data-hm-xmlapi-host="xy" in index.html
  • Copy files to /usr/local/etc/config/addons/www/CCUjs then you can open the webpage under http://ccu3-webui/addons/CCUjs/

Hosting on own webserver

You can host this progressive web app on your own webserver. But than you need to handle http/https problems.

  • Adjust IP <body data-hm-xmlapi-host="192.168.0.46">

Using as Progressive Web App (PWA)

This page is programmed as a PWA which allows you to save it on your homescreen (at least on Android) via browser menu "Add to homescreen".

About

GUI for Homematic Devices like CCU or other devices with RaspberryMatic using XML API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors