¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Simple Philips Hue module (2-serie) #lighting


 

Hi all

I can see what I seen before is removed and the new versions only work with series 3 and up.

Anyone have any kind of starting point for simple Philips Hue control? I just need to control 3 bulbs :-)

Kind regards, Claus


 

Hi Claus,

I expect it wouldn't be /impossible/ to write a 2-series compatible module for Philips Hue, but when you factor in pairing with the hub, the Rest API and parsing the responses, the effort involved probably just isn't worth it.

I know there are always reasons why a client may not want to upgrade working equipment, but I think the days for 2-series are justifiably behind us and a 3 or 4 series would be a good investment.
All the best,
Oliver


 

¿ªÔÆÌåÓý

As far as I¡¯m aware the, the Hue API uses HTTPS which is not possible on 2-series. The cryptography required means a minimum of 3-series processor that has access to the necessary SIMPL# libraries.?


On Dec 16, 2020, at 10:47 AM, Oliver Hall <oliver.hall@...> wrote:

?Hi Claus,

I expect it wouldn't be /impossible/ to write a 2-series compatible module for Philips Hue, but when you factor in pairing with the hub, the Rest API and parsing the responses, the effort involved probably just isn't worth it.

I know there are always reasons why a client may not want to upgrade working equipment, but I think the days for 2-series are justifiably behind us and a 3 or 4 series would be a good investment.
All the best,
Oliver


 

¿ªÔÆÌåÓý

Some cryptography (none that you should actually be using this decade, but some¡­) can be very, very, painfully implemented on the 2-series (and assuming the processor isn¡¯t doing much if anything else)¡­ or using something like a pi as an unsecured proxy to at least get the crypto out of the picture¡­ but by the time you get to hacking something like that and the service calls that will happen when someone changes where a punctuation mark shows up, you¡¯ve probably paid for a few dozen RMC3s even at full MSRP.

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070? | Fax: (+1)440.449.1106
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] <[email protected]> On Behalf Of Neil Dorin
Sent: Wednesday, December 16, 2020 2:43 PM
To: [email protected]
Subject: Re: [crestron] Simple Philips Hue module (2-serie) #lighting

?

As far as I¡¯m aware the, the Hue API uses HTTPS which is not possible on 2-series. The cryptography required means a minimum of 3-series processor that has access to the necessary SIMPL# libraries.?



On Dec 16, 2020, at 10:47 AM, Oliver Hall <oliver.hall@...> wrote:

?Hi Claus,

I expect it wouldn't be /impossible/ to write a 2-series compatible module for Philips Hue, but when you factor in pairing with the hub, the Rest API and parsing the responses, the effort involved probably just isn't worth it.

I know there are always reasons why a client may not want to upgrade working equipment, but I think the days for 2-series are justifiably behind us and a 3 or 4 series would be a good investment.
All the best,
Oliver


 

The Hue API accepts plain HTTP.
It would still be very tedious (and, as Lincoln said, probably more fragile) to write in S+ though! ;)
Those pesky punctuation marks!


 

Thanks all

I'm both the programmer and end customer :-)

I will see if I can give it a shot to make a minimum system working.

Kind regards, Claus