Philips Hue Matlab Driver

A tool to connect to Philips Hue Bridge and drive the lamps from Matlab.

Download
Download

You are now following this Submission

Cite As

Massimo Ciacci (2026). Philips Hue Matlab Driver (https://se.mathworks.com/matlabcentral/fileexchange/63606-philips-hue-matlab-driver), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Convert Image Type in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.0

url = 'https://www.meethue.com/api/nupnp'; became invalid, using new url:
url = 'https://discovery.meethue.com/'

Download
1.4.0

List available lamps, and select the first one.

Download
1.3.0

Changed errors to warnings with error-Codes
Improved interface and testBench

Download
1.2.0

- Added check for Matlab version >= 2014b, and related error (webread was introduced in 2014b)
- testbench now shows what color is going to be sent to the lamp.

Download
1.1.0

- Added screenshot
- Updated testbench (test_Philips_HUE_Connect_n_Set_Colors): longer pause before lamp read-back to wait for hue value to be updated after setting xy.

Download
1.0.0

Download