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

Bosch/Siemens HomeConnect appliances dont show up in latest release of Devices App #3

Open
jmtatsch opened this issue Aug 4, 2024 · 1 comment

Comments

@jmtatsch
Copy link

jmtatsch commented Aug 4, 2024

Hi,

first of all - thank you for filling the void of creating an open source eebus implementation!

I tried the latest release from releases on Mac and am unable to find any devices on the web ui:

image

This is the console output:

2024/08/04 12:16:26 Web Server running at port 7050
2024/08/04 12:16:26 EEBUS Service running at port 4815
2024-08-04 12:16:26 INFO  Local SKI:  4114b594bf4b30e35c6fdec6772bbb598d07b557
2024-08-04 12:16:26 DEBUG starting websocket server on :4815
2024-08-04 12:16:26 DEBUG mdns: announce
2024-08-04 12:16:26 DEBUG mdns: using zeroconf
2024-08-04 12:16:26 DEBUG mdns: start search
2024/08/04 12:16:48 Sent:  {"name":"allowremote","ski":"","services":null,"enable":true}
2024/08/04 12:16:48 Received {"name":"serviceslist"}
2024/08/04 12:16:48 Sent:  {"name":"serviceslist","ski":"","services":[{"ski":"4114b594bf4b30e35c6fdec6772bbb598d07b557","trusted":false,"state":0,"error":"","brand":"Enbility.net","model":"Devices App","itself":true,"discovery":"","usecase":""}],"enable":false}
2024/08/04 12:16:59 Sent:  {"name":"allowremote","ski":"","services":null,"enable":true}
2024/08/04 12:16:59 Received {"name":"serviceslist"}
2024/08/04 12:16:59 Sent:  {"name":"serviceslist","ski":"","services":[{"ski":"4114b594bf4b30e35c6fdec6772bbb598d07b557","trusted":false,"state":0,"error":"","brand":"Enbility.net","model":"Devices App","itself":true,"discovery":"","usecase":""}],"enable":false}
2024/08/04 12:18:42 Sent:  {"name":"allowremote","ski":"","services":null,"enable":true}
2024/08/04 12:18:42 Received {"name":"serviceslist"}
2024/08/04 12:18:42 Sent:  {"name":"serviceslist","ski":"","services":[{"ski":"4114b594bf4b30e35c6fdec6772bbb598d07b557","trusted":false,"state":0,"error":"","brand":"Enbility.net","model":"Devices App","itself":true,"discovery":"","usecase":""}],"enable":false}

I would expect a

@DerAndereAndi
Copy link
Member

Hi, looks like the device doesn't show up in mDNS. Is EEBUS enabled? Is it on the same network? Does the disscovery mDNS app (free app on the app store) show the device?

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

2 participants