Read the statement by Michael Teeuw here.
MMM Hue Lights is not updated
-
@mumblebaj Ok, I installed it and am trying it out. However, I would like to exclude several groups in the line “hideGroupsWithString”. How do I enter multiple groups in the line?
-
@JoeFranz That feature does not work on my module currently. I need to make time to implement.
-
@JoeFranz I just had a quick look at the code and the way it works is that if you have the following list of lights, Room1, Room2, Kitchen, Garden, Workshop and you select the options :
hideSpecificGroups: true, hideGroupsWithString: "Room"
Then it will exclude anything that contains the word “Room”. It does not cater for multiple input exclusions. I will see what I can do about that.
-
@mumblebaj This is displayed when your module is installed, no lights… :-(
IP and userid are correct.
-
@JoeFranz Show me your config please.
-
@JoeFranz I am working on a fix now to exclude multiple Groups/lights. Will deploy an update shortly.
Below is my config and it works fine. It will only display lights that are on.
{ module: 'MMM-PhilipsHue', disabled: false, position: 'bottom_left', config:{ bridgeip: "bridgeip", userid: "userid", refreshTime: 10000 * 5, lightsOrGroups: "groups", animationSpeed: 2 * 1000, showOnlyOn: true, showLabel: true, colour: true, hideSpecificGroups: true, hideGroupsWithString: ["Kitchen", "Den"] } },
The fix should be ready in the next hour. Just busy testing it.
-
@JoeFranz Fix has been deployed, You can now exclude multiple Groups
-
@mumblebaj said in MMM Hue Lights is not updated:
@JoeFranz Show me your config please.
{ module: 'MMM-PhilipsHue', position: 'top_right', config: { bridgeip: "192.168.178.xx", userid: "xxxxxxxx", colour: true } },
-
@JoeFranz PLEASE, ALWAYS code block around config info …
-
@JoeFranz Please match your config with mine and it should work