I just installed browser mod. I read the doc and now Iām trying out some things:
It seems popups only work over secure (HTTPS) sessions. So, it works over my Nabu Casa account, but not over a local (HTTP) connection. Is that intentional?
Not for the life of me can I get the alias working. Itās like a catch 22. When I access Lovelace from a client, all three devices/entities gets created with the deviceID. In my case light.browser_5697e4d9_ee89c964. When I add name: in the yaml file, it does not change the devices or entities to remove the deviceID.
In reading the following issues link, it states that you cannot change the name of already created entities. It recomends changing the deviceID. But upon doing so, it creates a NEW entitiy with the deviceID, hence putting you back in the same loop.
How are you supposed to change the name of the entity?
Could it be that what is missing in the config data is the deviceID:browsermod-device-id-or-alias that will tell browsermod which device you want the popup to appear on.
Why does the popup card for more-info only works on local network but not when your outside of local network?
When i use my phone(android) on local network the popup card shows up, but when i turn off my phoneās wifi and try to use the popup more info it does not show up.
To follow upā¦it seems that there are quite a few issues since 2022.5. Now that Iām confident about my syntax, here are the things Iāve observed as a new browser_mod user:
Camera entity enabled without camera: true specified in the configuration. In the case of this device, I donāt mind, but itās still a bug.
Integration page currently shows 3 devices and 4 entities, but with my configuration should show 3 and 7 (3 * (light + sensor) + binary_sensor) or 8 if counting the camera from (1) above.
If I clear out the integration filter and search all entities for ābrowser_mod,ā I get 17 entries including all of the 3 missing sensors from (2) and the binary_sensor for my fully kiosk browser. The rest appear to be a mix of restored entities for which I have not yet set an alias, butā¦
The browser_mod prefix seems to work for some entities, but not others. I know that it wonāt work for entities with an alias, but see (5).
The alias name seems to work for some entities, but not others.
@thomasloven Do you have everything you need to troubleshoot these issues? Like I said above, I think theyāre covered one way or another by current GitHub issues. Also, along with an alias entity_id, is there a way to change the friendly_name of each entity via the configuration? Thank you.