All Projects → CometVisu → CometVisu

CometVisu / CometVisu

Licence: other
Repository for the CometVisu building automation visualisation.

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to CometVisu

node-eibd
node.js eibd client (EIB/KNX daemon)
Stars: ✭ 52 (-13.33%)
Mutual labels:  eibd, knx, knx-daemon
HomeAssistantRepository
🏡 Home Assistant on Gentoo Linux.
Stars: ✭ 26 (-56.67%)
Mutual labels:  smarthome, smart-home
Ha client
It was the first Home Assistant fully native Android client from the times when there was no any official alternatives
Stars: ✭ 166 (+176.67%)
Mutual labels:  smarthome, smart-home
Pastebin
Modern pastebin written in golang
Stars: ✭ 111 (+85%)
Mutual labels:  web-app, web-application
Fritzctl
A lightweight, easy to use console client for the AVM FRITZ!Box Home Automation.
Stars: ✭ 84 (+40%)
Mutual labels:  smarthome, smart-home
Rgb
Offline smart home - esp8266 and WS2811/WS2812/NeoPixel LEDs Smart home / Gudra māja / Умны дом
Stars: ✭ 99 (+65%)
Mutual labels:  smarthome, smart-home
home-assistant-config
🏠 My Home Assistant configuration
Stars: ✭ 17 (-71.67%)
Mutual labels:  smarthome, smart-home
Openhab Distro
The binary distribution of openHAB
Stars: ✭ 1,037 (+1628.33%)
Mutual labels:  smarthome, openhab
Make-Eufy-Smart-Again
Make an web controlled esp8266 remote control for Eufy (v11 or v11+) vacuum cleaners
Stars: ✭ 54 (-10%)
Mutual labels:  smarthome, smart-home
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (-60%)
Mutual labels:  web-app, web-application
hradla
Logic network simulator that runs in your browser
Stars: ✭ 22 (-63.33%)
Mutual labels:  web-app, web-application
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (+33.33%)
Mutual labels:  smarthome, smart-home
Zigbeenet
A .NET Standard library for working with ZigBee
Stars: ✭ 76 (+26.67%)
Mutual labels:  smarthome, smart-home
Templates
Tasmota Device Templates Repository. Your one stop shop to get templates for devices running Tasmota!
Stars: ✭ 162 (+170%)
Mutual labels:  smarthome, smart-home
Streamdeck Homeassistant
🏠 Use the Elgato Stream Deck as Home Assistant controller. Call any available service and toggle lights or resume your music.
Stars: ✭ 69 (+15%)
Mutual labels:  smarthome, smart-home
EasyNotes
Apps notes for Windows, iOS and Android with P2P sync / Приложения заметок для Windows, iOS и Android, с P2P синхронизацией
Stars: ✭ 33 (-45%)
Mutual labels:  web-app, web-application
card matching game by ercan
A card-matching game made with Flutter.
Stars: ✭ 16 (-73.33%)
Mutual labels:  web-app, web-application
Cbj smart Home
If you are searching for an easy way to deploy a smart home 🏡 by yourself CyBear Jinni 🦾🐻🧞‍♂️ is here for you. Join the community and make your home smarter than yesterday.
Stars: ✭ 37 (-38.33%)
Mutual labels:  smarthome, smart-home
Node Hue Api
Node.js Library for interacting with the Philips Hue Bridge and Lights
Stars: ✭ 1,034 (+1623.33%)
Mutual labels:  smarthome, smart-home
LoIDE
Web-based IDE for Logic Programming
Stars: ✭ 21 (-65%)
Mutual labels:  web-app, web-application

Build Coverage Status Join the chat at https://gitter.im/CometVisu/CometVisu

CometVisu is a real-time visualization software using modern web technologies for building automation applications like smart homes.

It only requires a web browser to display it and a web server as well as a backend it can communicate with. The web server can be quite small (routers should already have enough power) as it is only serving static content. For extended features it should support PHP, but that is optional and not required.

How to get it:

The latest release can be downloaded at:

https://github.com/CometVisu/CometVisu/releases/latest

The latest nightly builds can be downloaded at (please be aware that nightly builds are experimental):

https://github.com/CometVisu/CometVisu/releases

Note: When you own a WireGate the CometVisu comes already pre-installed. You will only need to download a new version from GitHub when the shipped version is outdated (it usually gets updated rather quickly, so try a system update first) or you want to start CometVisu development.

How to install it:

Please see the INSTALL file.

Instructions for developers:

Please have a look at the DEVELOPMENT file.

Documentation:

The documentation and latest information can be found at:

http://www.cometvisu.org/

Support:

To discuss with the developers you can use the the KNX User Forum at

https://knx-user-forum.de/forum/supportforen/cometvisu

(spoken languages are German and English)

Prerequisites:

There are currently two different backends widely used:

  1. eibread-cgi / eibwrite-cgi are directly communicating with the eibd / knxd to have direct access to the KNX bus.
  2. OpenHAB can also be used as a backend.

As extended functionality the diagram plugin can be used. This will require a rrdtool installation with the added "fetchj" feature.

Notes on the KNX-backend
The KNX-backend uses
/usr/lib/cgi-bin/l : a dummy-login
/usr/lib/cgi-bin/r : a symlink to /usr/bin/eibread-cgi
/usr/lib/cgi-bin/w : a symlink to /usr/bin/eibwrite-cgi
eibread/write-cgi are part of a modified eibd-clients package here:
http://repo.wiregate.de/wiregate/pool/wiregate-1.0/main/e/
(source: bcusdk)

Important note on diagram-backend
It uses a modified version of rrdtool, adding a "fetchj" option.
You can find source and Debian-packages here:
http://repo.wiregate.de/wiregate/pool/wiregate-1.0/main/r/
http://repo.wiregate.de/wiregate/pool/wiregate-1.0/main/libr/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].