#How to display the count for the number of times the door is been opened
1 messages · Page 1 of 1 (latest)
You can use that to create an entity that gives you that value, and then display that entity
Let me try.
so, this is my config
- platform: history_stats
type: count
name: MDOpenCount
entity_id: binary_sensor.md_door
state: on
start: "{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}"
end: "{{ now() }}"
The counts stays at 0 what am I missing here?
Is there a way to check if the door "on" and "off" is recorded in history_stats?
Do you have the new sensor.mdopencount entity?
Then head over to #1284966582375813201 where somebody can help you fix the integration
Sure. Thanks for your help.