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

Shelly app discovers already added devices. #229

Closed
v61 opened this issue Jun 27, 2024 · 6 comments
Closed

Shelly app discovers already added devices. #229

v61 opened this issue Jun 27, 2024 · 6 comments

Comments

@v61
Copy link

v61 commented Jun 27, 2024

I have restarted Homey but the issue still exist.
Best Regards, Valter

@jghaanstra
Copy link
Owner

I can not reproduce. Could you post a screenshot of the details of a device in the developer console that is being discovered again.

@v61
Copy link
Author

v61 commented Jun 28, 2024 via email

@jghaanstra
Copy link
Owner

jghaanstra commented Jun 28, 2024

You need to respond on Guthub if you want the images to show up.

@v61
Copy link
Author

v61 commented Jun 28, 2024

redescovered original

The one with "local" in the ID is the rediscovered.

In the Shelly device itself it says.
{
"web_id": "240213111718-ce341dc8-HEAD",
"deviceInfo": {
"name": "Multiswitch",
"id": "shellyplusi4-c049ef89dd68",
"mac": "C049EF89DD68",
"slot": 0,
...

Best Regards, Valter

@jghaanstra
Copy link
Owner

What version of the Shelly app on Homey are you using? I use the hostname of the device as unique ID. Some time ago Shelly changed the hostnames of the Shelly devices and added .local. This resulted in already added device showing up again. So I added something to the Shelly app which also filters out these duplicates.

This is the first time I see an issue with this again and it seems to be because the hostname of the .local device is now using capitals as well next to the added .local. That might mean these duplicate devices arent matched with existing and previously added devices. Not sure why this is happening and Allterco Robotics is now using capitals as well. I'll see if I can make sure it will add them always in lowercase to make the matching easier.

Your solution however is removing the device without the .local.

@v61
Copy link
Author

v61 commented Jun 28, 2024

Hi,
I use v3.30.7 and I noticed first yesterday.
(Hav not tried to add anything for a while before yesterday)
Best Regards, Valter

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

No branches or pull requests

2 participants