[OBSOLETE] Hue Accessories and rooms using Hue Bridge (TAP, Motion Sensor, Dimmer Switch) [DEPRECATED]

If it helps: I have device handlers for both the Hue Indoor motion sensor and Hue Outdoor Motion Sensor.

The device handlers are identical, with the exception that the Hue Outdoor motion sensor has a model “SML002” rather than “SML001”:

fingerprint profileId: “0104”, inClusters: “0000,0001,0003,0400,0402,0406”, outClusters: “0019”, manufacturer: “Philips”, model: “SML002”, deviceJoinName: “Hue Outdoor Motion Sensor”


That said, I just got the Hue Outdoor Motion Sensor a week ago, and am having a heck of a time trying to keep it connected to SmartThings. Its currently directly connected to SmartThings and not the Hue Bridge, which intermittently disconnects & doesn’t seem to work very well. I think things would be smoother if I connected through the Hue Bridge… hoping this Hue Sensor Connect code might help me get there!

1 Like

I’m getting the same as this, no serial or IP showing. Is there a fix for this?

Something has changed within ST. Some of the attributes I could access are not getting results anymore with currentValue networkAddress being one of them, but it looks more structural…

Verzonden vanaf Samsung-tablet.

-------- Oorspronkelijk bericht --------

I’m having the same problem, no serial or IP. I have the hue Bridge as a device already.

Yes, currentValue for a device field returns null now for fields that used to return values. No clue when this changed.

Verzonden vanaf Samsung-tablet.

-------- Oorspronkelijk bericht --------

Tagging @jody.albritton

Had to delete and set this back up again.


Any reason it shows my old routers ip but when I check device info in ide it has the correct ip? It’s not finding any devices either


Might help idk

Gotta ask - how were you able to get an IP to show up? Mine says null and won’t find any devices :frowning:

Edit: nevermind, just noticed your smartapp doesn’t find any devices either. It seems like the issue hasn’t been fixed yet. Hopefully @dudz40 will come to the rescue with a solution soon!

1 Like

@jody.albritton could this be the problem? Do not know what is causing this.

image

2 Likes

Is it possible to manually set the IP and serial number?

1 Like

It would require to completely recode the app, as I am relying on the selected devices and that properties exist on these devices which is not the case anymore. The ST subsystem has changed in multiple ways, and I do not see any documentation changes.

Hi Martin,
Thx for you nice work on the Hue motion integration. Since I have my ST setup I’m using your smartapp to connect my Hue motion sensors without any issue.
A few days ago I cleaned up my Hue bridge authorizations (thought myhue) and now I have troubles getting the Hue Sensor (Connect) operational again.
I already removed the app from IDE and the phone-app and started over, but each time I enter the Hue Bridge username (grabbed from the IDE) the phone app seems to freeze and nothing happens.
The next time I try to open the smartapp on my phone I gives a message: “er is een fout opgetreden. Probeer de smartapp opnieuw te installeren.” Reinstalling doesn’t solve the issue, tried it several times.

Live logging in IDE after install and after tryping to open the app on my phone:
4:35:10 PM: error java.lang.NullPointerException: Cannot invoke method indexOf() on null object @line 977 (pollRooms)
4:35:10 PM: trace [pollTheSensors] entered
4:35:10 PM: trace [pageBridges] bridges present canPoll!}

Another log, different line in code:
17:44:13: trace[pollTheSensors] entered
17:44:13: trace[pageBridges] bridges present canPoll!}
17:44:12: errorjava.lang.NullPointerException: Cannot invoke method indexOf() on null object @line 840 (poll)
17:44:12: trace[pollTheSensors] entered

My location > Smartapps > Hue sensor connect, it also finds no devices:

Application State

Name Value
devices {}
pollSensors true
refreshCount 5

Do you maybe have some advice on how to troubleshoot further?
Thx in advance!

I am using the bridges that are connected to the ST hub. That means I am depending on ST to authorize these. You should check the bridge device or it is still connected correctly it you deleted some of the authorize apps in Hue. Maybe you have to redo the add of the bridge.

But if you read this thread you notice that problems are occurring currently with the devices returned but the platform, those I cannot solve.

Thx for your reply.
Yes I do as well. Bridge was indeed reconnected again to ST after deleting the authorizations. Lights are working fine.
I understand, it might not be smartapp related.

I’m trying to install this for the first time but after I add my bridge username the app freezes up, I can’t get back into the settings and can’t connect anything.
Seems I’m not the only one having issues, has anyone found a way to resolve it?

Hi @dudz40,

I am experiencing the same issue that I think @lenabanana is experiencing. I can add the hub to the Add New Things, it shows up in SmartThings Classic app and in IDE, then when I go to add it to the Hue Sensors App, it crashes.

The only way to fix it is to force remove the Hub from SmartThings Classic App.

Here’s what I think changed. I am looking and I have it working at a friends house, so I took a look at his configuration in IDE. In HIS IDE, the hub device has a Data sections that shows IP, MAC, Port, ssdpTerm and username.

In My IDE (brand new SmartThings v2 hub, brand new Hue v2 Hub), the data section only shows IP, Model, Port and username.

What is missing in newer configurations is the MAC Address of the hub. When I look at IDE - My Locations - Installed Smart Apps - Hue Sensor (Connect), I notice that what I think you are doing is keying the hub to the last six of the MAC address…

image

For newly ‘added’ hubs, is it possible that SmartThings may no longer be getting the MAC address data, and maybe that’s why you can’t key on it? This results in a z_BridgesUsernameAPI_null instead of z_BridgesUserNameAPI_XXXXXX. I notice in the code, it appears that there is something called Serial Number. (Line 129 “Serial:${serialNumber}”) which is how the hub seems to be generated. Is it possible that this is no longer accessible to your code, and thus resulting in NULL?

I think that might be the problem with what’s going on.

3 Likes

That is correct. The hub devices do not give back any of the fields anymore b that the app needs to do it’s thing. I have tried to repair it but cannot find an easy way. I need to think if it is worth the effort as I have left the ST platform and only have a small config running for helping out users of my apps. But these platform surprise changes are not helping.

Verzonden vanaf Samsung-tablet.

-------- Oorspronkelijk bericht --------

1 Like

What a great app. I was looking for a way to use these Hue Switches I got without having to buy the Hue plugs (to control non Hue Lights). This set-up is “working”, I set up two new hue switches connecting to two plugs, and made ST routines to use button 1 for on and button 4 for off. Problem is, it takes 30-60 seconds for the button press to be executed. Is that normal?

1 Like

Your app is fantastic and did work very well for my for some time. I need a way to keep the Hue Dimmers connected to the Hue Bridge but also connected to the Smartthings app which you had managed. I’m having the same issues as others now, I’m getting the message 'Error saving unnamed page. Please contact SmartApp developer". Any ideas if I can fix this somehow? I appears after typing in the ‘Username for API’. Any help would be welcome.

1 Like