jimz011 / homekit-infused

Homekit Infused 5 2023
https://jimz011.github.io/homekit-infused/
Other
868 stars 138 forks source link

New install (on top of 3+ year install) but Pop-ups in top right not working #189

Closed itsaints closed 1 year ago

itsaints commented 1 year ago

Installed the homekit and checked: -

Watched all the youtube vidoes, what can I check next ?

Thanks.

J.

jimz011 commented 1 year ago

Could you share a screenshot of those popups and profile menu?

itsaints commented 1 year ago

image

image

jimz011 commented 1 year ago

The profile menu is working correctly, you will need to fill it with whatever you want. It is fullscreen because otherwise it looks horrible on a phone, but you can change this in hki-user/config/config.yaml as described in the docs.

I also see you are running HA 2022.11.x, unfortunately HKI is not yet fully compatible with that. It will work fine, though it has some ugly lines that need to be addressed (I will push the update this weekend).

As for the device counters is it a completely new install (as in you do not have entities yet) or did you install all entities you have? If the latter is true share the device_counters.yaml file

itsaints commented 1 year ago

Not added everything but some to see what it would look like:-

Homekit Infused Device Counters

Fill this file to have the badges and device counters work in HKI.

You can use these sensors in your badges.

All Radiator Valves or Climate entities (ONLY climate entities can be used here!, if you have a single thermostat put it here as well)

all_climate_entities: entities:

All Fans (Enter all your fans in here)

all_fan_entities: entities:

Window Sensors (This is used in the header badges, without this the header badge won't work)

all_window_sensor_entities: entities:

Door Sensors (This is used in the header badges, without this the header badge won't work)

all_door_sensor_entities: entities:

Motion Sensors (This is used in the header badges, without this the header badge won't work)

all_motion_sensor_entities: entities:

All Detectors (smoke/gas/fire etc)

all_detector_entities: entities:

All Binary Sensors (put all your binary sensors here e.g. smoke/gas/fire/door/window/motion etc. You can use this as a counter on the security button)

all_binary_sensor_entities: entities:

All Lights

all_light_entities: entities:

All Devices

all_device_switch_entities: entities:

All Covers

all_cover_entities: entities:

All Garage Doors

all_garage_door_entities: entities:

All Entities # Put ALL of the above entities in here to get the most out of HKI on mobile phones

all_entities: entities:

jimz011 commented 1 year ago

That looks fine to me. So if you turn on a light it will not show a badge number?

itsaints commented 1 year ago

Sorry I assumed they would appear even if not on when I clicked on the badges and because the pop-up looked wrong I just went looking for errors. All working and I'll review the setting for changing the full screen look.

Great work by the way :-)

Thanks for the super-fast support.

J.