Skip to content

KLKG/Casambi_QRCode_PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casambi_QRCode_PHP

With this tool you can generate and manage QR codes to control a Casambi-based light control locally in the network via the Lithernet Casambi Gateway.

Requires an SSL connection for the webcam under Chrome.


Topics

  1. Used Components
  2. About the project
  3. User Interface
  4. Admin Interface
  5. Sample QR Code images
  6. Random Stuff, nice to know

Used Components:

Freelancer:
startbootstrap
MIT license

Html5-QRCode:
GitHub
Apache-2.0 License

PHP QR Code:
sourceforge
LGPL Licensed

Font Awesome Basic:
fontawesome


About the project

We are not web designers and are happy about every hint / help that advances this small project. Our goal is to give a little food for thought for the possibilities of our gateway.

Feel free to develop the project further. As part of our possibilities, we will also do some fine-tuning.

If you want to get more informations / see an demo just contact us.

More Informations: (https://casambi.lithernet.de)


User Interface:

Screenshot 1 Screenshot 2 Description
  startscreen
scan the code, or enter the number by hand
  control level
  control tc + level
  control rgbw + level

Admin Interface:

Screenshot 1 Screenshot 2 Description
  login screen
  startscreen after login
  show all created codes
  edit settings from an code

Sample QR Code images:

Show Level Control in Demo
Show Tc + Level Control in Demo
Show RGBW + Level Control in Demo

Random Stuff, nice to know

Code Type:
0 = Empty
1 = Level
2 = Tc
3 = RGBW
Target Type:
0 = Broadcast
1 = Device
2 = Group
4 = Scene
Target ID:
Broadcast => 0
Device => 1-250
Group => 0 = ungrouped, 1-255 = Group
Scene => 1-255 = Group
config/config.php

$operation_mode = "demo"; //demo = no UDP Commands send
$operation_mode = "run"; //run = UDP Commands send to gateway

Releases

No releases published

Packages

No packages published