Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmony - missing device - befuddled! #24

Closed
tagyoureit opened this issue Aug 15, 2020 · 1 comment
Closed

Harmony - missing device - befuddled! #24

tagyoureit opened this issue Aug 15, 2020 · 1 comment

Comments

@tagyoureit
Copy link

tagyoureit commented Aug 15, 2020

First off, hats off to everyone that created this driver. With a combination of my SmartThings hub, Harmony Hub, Hubitat, Rule Machine and WebCore, and of course this driver, I'm able to "save" my investment (all of $37 for a used hub).

I have one strange problem and hoping you can help me figure it out. One of my devices seems to be completely missing from the websocket stream/json responses.

Let's start with what is working.

  1. I made a virtual dimmer in SmartThings called "Lutron Light Controller".
  2. It is assigned to a "home control" button
  3. I can turn it on/off and increase/dim the lights (there is much more logic here, but the baseline is that I see it changing in SmartThings and the device appears in the json & logs in Hubitat)

What isn't working?
(Same first three steps except this is a virtual switch not a dimmer)

  1. I made a virtual switch in SmartThings called "Virtual Riser Lights"
  2. It is assigned to a "home control" button
  3. I can turn it on/off from the remote and I see the changes in the virtual device in SmartThings
    (Now it differs)
  4. I cannot see the device in the JSON that is returned from getConfig nor is it listed as a device
  5. I can see that Harmony is sending commands when I press the appropriate home control button
    I've tried to re-add the device, change it from a "plug" to a "light", etc. Nothing has ever changed here.

Here are all of the devices/activities that are listed in the logs:

dev:10632020-08-15 01:57:31.384 am debugDevice Label: Kitchen, ID: 70880829
dev:10632020-08-15 01:57:31.381 am debugDevice Label: Pool Pergola, ID: 70880831
dev:10632020-08-15 01:57:31.378 am debugDevice Label: Portable, ID: 70880827
dev:10632020-08-15 01:57:31.375 am debugDevice Label: Marantz AV Receiver, ID: 70880835
dev:10632020-08-15 01:57:31.372 am debugDevice Label: Lutron Light Controller, ID: 70880836
dev:10632020-08-15 01:57:31.369 am debugDevice Label: Master Bedroom, ID: 70880830
dev:10632020-08-15 01:57:31.366 am debugDevice Label: Optoma Projector, ID: 70880834
dev:10632020-08-15 01:57:31.364 am debugDevice Label: Ang Living Room, ID: 70880833
dev:10632020-08-15 01:57:31.360 am debugDevice Label: Amazon Fire TV, ID: 70880826
dev:10632020-08-15 01:57:31.357 am debugDevice Label: Microsoft Xbox One, ID: 70880825
dev:10632020-08-15 01:57:31.353 am debugDevice Label: Kaleb’s Room, ID: 70880828
dev:10632020-08-15 01:57:31.350 am debugDevice Label: Michael's Room, ID: 70880832
dev:10632020-08-15 01:57:31.347 am debugActivity Label: Watch Fire TV, ID: 45427407
dev:10632020-08-15 01:57:31.344 am debugActivity Label: Laptop Video, ID: 45427482
dev:10632020-08-15 01:57:31.341 am debugActivity Label: Listen To Sonos, ID: 45427452
dev:10632020-08-15 01:57:31.338 am debugActivity Label: PowerOff, ID: PowerOff
dev:10632020-08-15 01:57:31.335 am debugActivity Label: Play Xbox One, ID: 45427365

Note the missing "Virtual Riser Lights".

If I turn off the virtual riser lights I see this in the logs:

dev:10632020-08-15 02:22:48.019 am debugparsed: {"type":"automation.state?notify","data":{"227aaa52-7718-440f-80c8-f805d11a2d49":{"status":0,"on":false}}}
dev:10632020-08-15 02:22:47.605 am debugparsed: {"type":"automation.state?notify","data":{"227aaa52-7718-440f-80c8-f805d11a2d49":{"status":1,"on":false}}}

and similar logs but on:true when I turn on the plug.

Here is a link to the json configuration (all 3,508 lines of it).

I'm quite confused how Harmony isn't broadcasting out the definition for this home control switch. Any thoughts you have would be greatly appreciated.

@tagyoureit
Copy link
Author

Ok, it was 2:30 in the morning and I should have been way asleep. The Lutron Light Controller was the physical device. My virtual device was something else so both did not show up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant