[BUG] Matched People Sensors Not Showing Up in HA
Describe the bug
Everything is working as designed. MQTT, Deepstack and frigate are all connected and working... that said, for some reason, the People I have matched in the model are not showing up as sensors in HA. I see double_take_unknown and I see 3 double take camera sensors, but none of the 4 people I have matched show up. I'm assuming I'm not doing something write or there's a bug of some kind.
Version of Double Take
v1.13.1-8e2728d
Expected behavior I expect a person sensor to show up in HA so I can use for triggers in automations
Screenshots
Hardware
- OS: Home Assistant 2023.5.3
- Browser (if applicable) [e.g. Chrome, Safari]
Additional context Add any other context about the problem here.
@kksligh have you created a sensor yourself in yaml? I found creating my own one, using the names of people I have defined in DT got round this issue:
mqtt:
sensor:
- name: Cheryl
icon: mdi:account
state_topic: 'double-take/matches/cheryl'
json_attributes_topic: 'double-take/matches/cheryl'
value_template: '{{ value_json.camera }}'
availability_topic: 'double-take/available'
I didn’t think of this - I’ll give it a try
Thanks,
Kale Sligh
From: James T @.> Sent: Friday, May 19, 2023 2:54:07 PM To: jakowenko/double-take @.> Cc: kksligh @.>; Mention @.> Subject: Re: [jakowenko/double-take] [BUG] Matched People Sensors Not Showing Up in HA (Issue #314)
@kkslighhttps://github.com/kksligh have you created a sensor yourself in yaml? I found creating my own one, using the names of people I have defined in DT got round this issue:
mqtt: sensor: - name: Cheryl icon: mdi:account state_topic: 'double-take/matches/cheryl' json_attributes_topic: 'double-take/matches/cheryl' value_template: '{{ value_json.camera }}' availability_topic: 'double-take/available'
— Reply to this email directly, view it on GitHubhttps://github.com/jakowenko/double-take/issues/314#issuecomment-1555162412, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AT3AQU4ECRIGFYHHROPHFR3XG7FV7ANCNFSM6AAAAAAYIEYTWU. You are receiving this because you were mentioned.Message ID: @.***>
FWIW, I'm having a similar issue right now, but only for new users. 3 of my first users are working, but my 4th is not. I have tried variations of the name (only simple ASCII in lowercase and not long or anything) but to no avail. Nothing obvious in the logs about failures or other pointers to the issue thus far.
Running into the same problem. First 3 users created were working. I then deleted my third user from DT, but it still shows in home assistant which was odd. Any user created after that does not show on home assistant. They appear in DT, but can't find out what would be causing it not to show in home assistant. All cameras showed up on home assistant just fine.
seeing the same thing with my install. the face is recognized but i do not get a sensor in HA for the person. there is a HA sensor for the camera but not for the person.