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

[Support] No shelly devices found #465

Open
smolleman opened this issue Jan 15, 2024 · 0 comments
Open

[Support] No shelly devices found #465

smolleman opened this issue Jan 15, 2024 · 0 comments

Comments

@smolleman
Copy link

smolleman commented Jan 15, 2024

Describe your problem
I've read the wiki about issues with multicast but I am able to receive multicast messages inside my docker container using tcpdump -s0 dst 224.0.1.187 and port 5683. Running shellies listen however doesn't result in any log messages. What am I missing?

Describe what you have tried so far
I've also tried to switch to unicast by entering my server's ip:5683 in my shelly dimmer2 but tcpdump and shellies commands don't get any data. Maybe that is expected? I also don't see device turning up in the homebridge logs.

Environment:

  • Shelly device(s): Shelly dimmer2 (latest firmware: 20230913-114008/v1.14.0-gcb84623)
  • Plugin version: 0.19.1
  • Device running homebridge: Small server but running inside a docker container

Docker compose file

  homebridge:
    image: homebridge/homebridge:latest
    restart: always
    environment:
      - PUID=1006
      - PGID=1001
      - TZ=Europe/Amsterdam
      - UMASK_SET=007
    network_mode: host
    volumes:
      - /home/homebridge:/homebridge
    logging:
      driver: json-file
      options:
        max-size: "10mb"
        max-file: "1"
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