diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.56k stars 280 forks source link

hueDynamic #584

Closed sudoxnym closed 3 years ago

sudoxnym commented 3 years ago

Describe the bug

Steps to Reproduce

  1. Open hueDynamic (Windows or Android)
  2. Link Bridge
  3. Choose Palette
  4. Choose Color
  5. Choose Saturation

Expected behavior

Color should change.

Logs

2021-02-11 19:28:33,855 - root - INFO - [
    {
        "success": {
            "/lights/15/state/bri": 254
        }
    },
    {
        "success": {
            "/lights/15/state/hue": 53100
        }
    },
    {
        "success": {
            "/lights/15/state/sat": 78
        }
    },
    {
        "success": {
            "/lights/15/state/on": true
        }
    },
    {
        "success": {
            "/lights/15/state/transitiontime": 3
        }
    }
]
2021-02-11 19:28:33,859 - root - INFO - [
    {
        "success": {
            "/lights/13/state/bri": 254
        }
    },
    {
        "success": {
            "/lights/13/state/hue": 53100
        }
    },
    {
        "success": {
            "/lights/13/state/sat": 78
        }
    },
    {
        "success": {
            "/lights/13/state/on": true
        }
    },
    {
        "success": {
            "/lights/13/state/transitiontime": 3
        }
    }
]
XX.XX.63.3 - - [11/Feb/2021 19:28:33] "PUT /api/760375b86cd111eba576b827eb4c8352/lights/14/state HTTP/1.1" 200 -
2021-02-11 19:28:33,922 - root - INFO - in PUT method
2021-02-11 19:28:33,923 - root - INFO - /api/760375b86cd111eba576b827eb4c8352/lights/14/state
2021-02-11 19:28:33,923 - root - INFO - b'{"bri":254,"hue":53100,"sat":78,"on":true,"transitiontime":3}'
2021-02-11 19:28:33,926 - root - DEBUG - Sending M-Search response to XX.XX.63.2
2021-02-11 19:28:34,229 - root - INFO - [
    {
        "success": {
            "/lights/14/state/bri": 254
        }
    },
    {
        "success": {
            "/lights/14/state/hue": 53100
        }
    },
    {
        "success": {
            "/lights/14/state/sat": 78
        }
    },
    {
        "success": {
            "/lights/14/state/on": true
        }
    },
    {
        "success": {
            "/lights/14/state/transitiontime": 3
        }
    }
]

Docker Info (please complete the following information):

Checklist

Additional context

The lack of ability to change color renders the disco function useless. THANK YOU for the wonderful add on and the for supporting it!

Mevel commented 3 years ago

What lights do you try to change color and how are they connected?

sudoxnym commented 3 years ago

Thank you for your reply. I am using Home Assistant to connect and have tried with a few different lights, including my esp8266 based light strips, connected via wled, tried bulbs flashed to tasmota via mqtt, and have tried my Signify Wiz connected two different ways, one is via ip which is how you do the new integration for Wiz, the other way I was doing it was by using smadtthings as a middle man and connected via webhook. The webhook way used to work okay with the other HueEmulator, but the connection was unreliable for the bridge and kept giving errors. (Not sure if that helps)


From: Mevel notifications@github.com Sent: Friday, February 12, 2021 1:23:44 AM To: diyhue/diyHue diyHue@noreply.github.com Cc: Pronown pronownsmart@outlook.com; Author author@noreply.github.com Subject: Re: [diyhue/diyHue] hueDynamic (#584)

What lights do you try to change color and how are they connected?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/diyhue/diyHue/issues/584#issuecomment-778026939, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASJGOXNFVF7Q3KTZ45JHUJTS6TJQBANCNFSM4XP4NORQ.

sudoxnym commented 3 years ago

Well, I've been messing around with it and I also noticed that it will link to Hue Sync on PC, but won't connect. It just goes back to my actual bridge when I try.

Mevel commented 3 years ago

Any Success?

Hue Sync after v1.5 uses a new API. This is Work in Progress and will be added in a future update since it is currently reverse engineered.

sudoxnym commented 3 years ago

Sorry for late reply. I had actually given up with the Wiz Integrated bulbs, went ahead and built a Neopixel using your instructions and actually was able to get that running beautifully with HueSync, so I stopped trying Dynamic. Since last night I think, it stopped functioning. The Hue app said the bulbs needed an update. So I went into Home Assistant and updated the DIYHUE bridge. Now the Hue App doesn't see the lightstrip at all. I can connect via the IP, and I have gone ahead and done the Ping while searching, 0 packets lost. Any ideas?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not been verified. If this is still an issue, please provide the more information so that we are able to understand the issue. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically closed as it has not had any recent activity. Thank you for your contributions.