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

Cannot find Devices (HA Node-red) #108

Closed
pirakleous opened this issue Mar 29, 2020 · 4 comments
Closed

Cannot find Devices (HA Node-red) #108

pirakleous opened this issue Mar 29, 2020 · 4 comments

Comments

@pirakleous
Copy link

SUMMARY

Alexa cannot find devices using HA node-red addon. I tried using the app or asking alexa to discover devices but it cannot find anything.

ECHO DEVICES
  • Echo Dot 2nd Gen
  • Fire TV
MODULE VERSION
I am using Home Assistant node-red addon
XML Response
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.0.213:80/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>Philips hue (192.168.0.213)</friendlyName>
<manufacturer>Royal Philips Electronics</manufacturer>
<manufacturerURL>http://www.philips.com</manufacturerURL>
<modelDescription>Philips hue Personal Wireless Lighting</modelDescription>
<modelName>Philips hue bridge 2012</modelName>
<modelNumber>1000000000000</modelNumber>
<modelURL>http://www.meethue.com</modelURL>
<serialNumber>93eadbeef13</serialNumber>
<UDN>uuid:00112233-4455-6677-8899-333cccd5a59454</UDN>
<serviceList>
<service>
<serviceType>(null)</serviceType>
<serviceId>(null)</serviceId>
<controlURL>(null)</controlURL>
<eventSubURL>(null)</eventSubURL>
<SCPDURL>(null)</SCPDURL>
</service>
</serviceList>
<presentationURL>index.html</presentationURL>
<iconList>
<icon>
<mimetype>image/png</mimetype>
<height>48</height>
<width>48</width>
<depth>24</depth>
<url>hue_logo_0.png</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<height>120</height>
<width>120</width>
<depth>24</depth>
<url>hue_logo_3.png</url>
</icon>
</iconList>
</device>
</root>
JSON from api/1028d66426293e821ecfd9ef1a0731df/lights
{
  "c6cbfeffce023": {
    "state": {
      "on": false,
      "bri": 254,
      "hue": 0,
      "sat": 254,
      "effect": "none",
      "xy": [
        0,
        0
      ],
      "ct": 199,
      "alert": "none",
      "colormode": "ct",
      "mode": "homeautomation",
      "reachable": true
    },
    "swupdate": {
      "state": "noupdates",
      "lastinstall": "2020-03-29T16:36:40"
    },
    "type": "Extended color light",
    "name": "test",
    "modelid": "LCT007",
    "manufacturername": "Philips",
    "productname": "Hue color lamp",
    "capabilities": {
      "certified": true,
      "control": {
        "mindimlevel": 5000,
        "maxlumen": 600,
        "colorgamuttype": "A",
        "colorgamut": [
          [
            0.675,
            0.322
          ],
          [
            0.409,
            0.518
          ],
          [
            0.167,
            0.04
          ]
        ],
        "ct": {
          "min": 153,
          "max": 500
        }
      },
      "streaming": {
        "renderer": true,
        "proxy": false
      }
    },
    "config": {
      "archetype": "sultanbulb",
      "function": "mixed",
      "direction": "omnidirectional"
    },
    "uniqueid": "c6:cb:fe:ff:ce:02:30:00-00",
    "swversion": "5.105.0.21169"
  }
}
STEPS TO REPRODUCE
  • Install node red from HA addons
  • Add node-red-contrib-amazon-echo
  • Add an echo hub and a device
  • Ask alexa to discover a device or using alexa app try to add a new device.
@Nachtfalke49
Copy link

I have the same problem. Ha-bridge has it too. After "Forget All" in the Alexa app, no device is found.

@pirakleous
Copy link
Author

i have plex server running in a docker container and port 1900 was used by plex and that is the reason it was not working. maybe allow to change the default port of SSDP would be useful in this case

@oooseun
Copy link

oooseun commented Apr 3, 2020

I see this too and stopping plex didn't help. i can't set up any new devices.

@datech
Copy link
Owner

datech commented Apr 5, 2020

@panagorn, I will closed it as resolved.
@oooseun, you might want to check all resolutions suggested in #104

@datech datech closed this as completed Apr 5, 2020
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

4 participants