-
Notifications
You must be signed in to change notification settings - Fork 42
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 #104
Comments
@Jefferson25625 Do you have access to description.xml on port 80? Can you see the SSDP messages on debug listed in #66. |
Since i updated to version 0.1.10 i got the same problem. |
Downgrading node-red-contrib-amazon-echo to v0.1.9 fixed the issue and I was able to discover the new device: |
@station7, can you help me to find what the problem is. Can you try to remove the Amazon Hub Node and drag a new node from the palette, before upgrading again to v0.1.10 Or Disable / Enable the SSDP option after the upgrade. |
datech, I am happy to help. How can disable/enable SSDP? |
You made a typo in your command. Added an extra 0 to the version. it should be this;
|
@thebigpotatoe: Thanks, you are right. I edited my post to avoid further confusion |
Device discovery on the Hub settings is responsible for SSDP The idea is to try the following steps:
Thanks |
Enabling the checkbox "Device discovery" in the Hub Node settings did the trick and I was able to find a new device with the recent version v0.1.10. Sorry, if I missed it before. |
I have a question, may you please try this, when you discovered a device and after that you disable the discovery, will the device keep working fine? Even after a reboot? (Echo and raspberry, if you use that) Thank you a lot for this test |
It all works fine, even after a reboot and with "Device discovery" disabled. |
Thanks @station7 @Jefferson25625 Can you confirm that the workaround above works for you too? |
just to share my 6 hours troubleshooting session's result. I had another docker (zigbee2mqtt) running with --net=host. If nodered started AFTER zigbee2mqtt it was not working; it was not receiving SSDP messages sent to 239.255.255.250. If nodered runs by itself with no other docker and it's started when all other dockers are already off it WORKS thanks for this product datech |
@beppe2k Thanks for this hint! I tried with version 0.1.9. Now I will upgrade to 0.1.10 Also from my side: thanks for this product datech |
In my environment it works after upgrade to 0.1.10 I did:
Thanks |
@datech I have a sonos one which is not listed as a supported device. I have been trying to search for new devices using the Alexa mobile app without any success. Is it supposed to work with the Alexa app? edit: My setup is Hassio on Rpi B+ (32 bit) with Node-red running in docker containers. Port 80 is free. |
@sameersbn I don't have any info if Philips Hue Bridge v1 is working with Sonos. If it does, probably this module should work too. Maybe debugging of SSDP will help you to check if both systems are communicating with each other at all. |
thanks for the quick reply. |
Sure thing. I will do this as well. |
I ran into similar problems, this solved it, BUT It would be great to include this info in the description (Readme.md file). I deleted (using the Alexa App) all old devices (created by the "emulated_hue" integration) enabled the "Device discovery" option, ask me Girlfriend Alexa to "discover devices", and every thing worked! |
it's a pity no one here writes the answer...
It does not work with most of them because it is not saved permanently and the port forwarding is gone again at the next restart. Therefore save the iptable or port forwarding at the end. Ich finde es schade, dass keiner hier die Lösung schreibt...
Es geht bei den meisten nicht da es so nicht dauerhaft gespeichert wird und beim nächsten Neustart die Portweiterleitung wieder weg ist. Deshalb am Ende das iptable bzw. die Portweiterleitung speichern. |
SUMMARY
After Installing Node Red Table, i cannot find any device i created
ECHO DEVICES
Using the newest Version of ioBroker, NodeRed and node-red-contrib-amazon-echo
Tried all whats listened here
#66
tried default port 80 and remapt port to 8080 from 80 over iptables nat rules
The text was updated successfully, but these errors were encountered: