Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hue.Blazor

Blazor WebAssembly application to control your Hue lamps.

Current state: proof of concept

Features:

  • Detect the bridge IP address
  • Register the app
  • Change the color of the lamps.

NOTE: This app only runs on HTTP, because the Hue Bridge does not have a valid SSL certificate.

Screenshots

Initial

Registered with bridge

Display groups and lights

Colorpicker

Dependencies

Blazor-Color-Picker
https://github.com/tossnet/Blazor-Color-Picker

Blazored.LocalStorage
https://github.com/Blazored/LocalStorage

Q42.HueApi
https://github.com/Q42/Q42.HueApi