#NETWORK
1 messages · Page 1 of 1 (latest)
My Home Assistant sees my Home Assistant
Its more fun when you have 12 on the network
The only people I believe who have that are you and @fringe wedge
oh this is great!
for exactly this reason
trying to get people to find forgotten installations is a common thing in support
Not so much anymore since the warning about linking multiple instances with the same nabu casa account was added, but still...
But
pls check your network
I want to auto discover more integrations
even if its a cloud based integration
Would be nice if the browser would show existing linked devices/integrations.
My Samsung television has 4 groups in the SSDP browser (different ports)
I don't remember if the SmartThings integration only discovered my television before setting up or also my soundbar.
the thing with smartthings is that I am not sure if every device we discover supports it
Or do you get some smartthings related things
You're right, I just realized it was airplay stuff
Don't use Apple devices in my home
I mean, I am sure that we have mac address ranges, but samsung produces that many devices, I don't think we are able to pinpoint them well enough
The problem is that you probably dont remember it
the thing I am searching for are integrations which could be automatically discoverd, but are not yet
And it doesn't matter if the device is cloud based or not
So if you could go through your zeroconf ones and see any devices that you know
I think the best way for you to tell if an integration can be discoverd is via the docs
as it will tell you this
Hi, so there are probably hundreds of devices listed for me
Awesome
Anything in particular you wanted to know about that?
Well, I want to see what devices you have that could have been discovered
Okay I'll send you a video screen shot
So for example, I don't know if you still have your knocki set up, but I am for example wondering what their mac and hostname is
because currently we don't discover them
Is the Knocki is still set up I will check
And if you have a list of them I can compare them with what we know and maybe we can improve it 😄
knocki is there, MAC address and ip
Why not? let’s get devices/entities from a remote HA
I mean you're free to do it, but I have other things on my wishlist 🙂
How can we share what’s discovered? Or how to check what’s not already discovered?
SSDP: only HA is discovered here
I have some devices listed which I'm not sure of let me get into my router and see
Compare with the documentation
but its probably easier to share here
@proven turtle In theory we can add DHCP discovery to airthings 👀
Isn't that one using standards ESP chips and thus their vendor macs?
Home Connect is a good candidate I believe
I was checking that one with @worthy shuttle today 🙂
a custom component used zeroconf which Diego couldn't see on his network
_homeconnect._tcp.local on zeroconf
Yes a dryer
Because Diego saw that the appliance id was the hostname
So even though its a cloud integration, we could match the mac with the device
Nothing that's not already discovered
Can you restart your dryer
(Except for a custom component)
Oh I meant explicitly your dryer
Ah it can’t because different subnet
okay, but can you check what it then exposes on your router controller?
@worthy shuttle can that be a valid ha_id?
oh nvm that is the mac
Also, did we ever see something along these lines for a ha_id?
Maybe WTX87M40 is the ha_id? maybe is just the model?
We can know that from diagnostics file
from a quick google search its the model
Josef, can you cat the device registry and grep home_connect and check the identifier?
Where's the registry located again
/config/.storage/core.device_registry
I believe
I am mostly unsure about the file name
I can’t copy it out, because I'm on mobile rn, but the hostname ist the same as the value under the identifiers home_connect key
oh really
So you are saying that your mac address is also the device id?
Whoops, I now open my DHCP browser and I see that my grandma came by today and I didn't hear her
Because of the HA feature that allows to discover devices from DHCP hostnames, we are trying to get as much data as we can about how does the appliances’ hostnames look like. This post is to ask the community that has BSH appliances that use Home Connect how does their appliances’ hostnames look like: Hostnames we know so far: FYI, ha_id...
You're always missing a „C“ in Bosch 😉
Thank you hahaha
pretty sure this fire-stick is not being discovered but is listed under /config/ssdp
How do you connect to it?
I do not connect to it, but it looks like it is supported by the Android Debug Bridge integration - I'm just saying it does not appear to be getting discovered and is not prompting me to set it up
https://www.home-assistant.io/integrations/fire_tv/
@eager idol considered making it discoverable?
Ok, thanks - I see I need to enable ADB Debugging for that to happen - I guess I misunderstood your request - I thought you were prompting us to provide information about devices that are 'technically' HA discoverable but which had not been discovered. I suppose I thought that HA would be able to say 'Hey, we found ... Fire TV stick Living Room - here's the integration for that'
Yes, that's what I'm looking for
So this is a valid case, as we could show the fire TV stick
But since it has extra steps, we probably also need to explain more in the flow about how to integrate it
BTW, the three new network interface views... fantastic work with lots of good diagnostic information - thanks
Hmm. Airthings doesn't support local API, only BLE / cloud, so I don't think we can do anything with DHCP
but we can still propose the user to setup the integration
Had to look this up. We at Airthings have 2 different devices. The Hub (wired, and now discontinued) and View series (wifi). The hub seems to be D0:14:11:9x:xx:xx and is reserved for Airthings, like you mentioned. The View devices are using a Texas Instruments chip (6C:79:B8:xx:xx:xx). And I think the device name is always airthings-view. Might be other variants as well, I asked the hardware people
We can match on both 😄
@south fjord Seems to be working pretty well 🎉 Added this to the manifest file:
{
"hostname": "airthings-view",
"macaddress": "6C79B8*"
},
{
"hostname": "airthings-hub",
"macaddress": "D0141190*"
}
],
Have to wait for the HW devs tomorrow to see if there are other mac addresses / names I need to include. Or should I just make a PR with this and add more (if there are anything to add) later?
Is that Texas Instruments one always the same?
Otherwise you could also only check on hostname
And a test that tests the config flow from a dhcp packet
What do you mean by “always the same”? You mean the mac prefix (6C:79:B8)?
Not sure, but all my 4 View Pluses have this. Old and "new"
Like if you're confident it's only that range we can pick that
Otherwise we can just match hostname
After looking into it, I belive we bought a bunch of TI chips a while ago, and we probably will run out of those chips soon (maybe we already have), and will then use another range. So I think only using the name would be the best for the Views, for now