Has anyone looked at building an ESPHome display based mini-dashboard for ChoreOps? #92
Replies: 2 comments 4 replies
-
|
Maybe a static sensor on the lines of sensor.<user>_choreops_chorelist that has an attribute or a status of the specific chore IDs due that day? I'm not currently seeing a way through this without some more custom entity presentation on the HA side so I can build the list of labels and buttons to handle things. |
Beta Was this translation helpful? Give feedback.
-
|
If you are able to access a sensor and process json, the main dashboard helper sensor has almost everything you need to know for a particular user. i.e. sensor.kaden_choreops_ui_dashboard_helper I put together this wiki "cookbook' about several of the patterns you can use to access common data in ChoreOps, maybe it will help point you in the right direction? https://github.com/ccpk1/ChoreOps/wiki/Tips-&-Tricks%3A-Template-Cookbook-for-Chores,-Rewards,-and-Approvals It sounds like a cool use case and honestly one of the reasons I wanted to do this all native in Home Assistant so add data is available. Let me know if there is something specific I can assist with. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some esphome powered devices with screens in my kids rooms acting as environmental/presence sensors and alarm clocks. I would like to add another page to the system to display, say, top 3 chores (based on due date) for the relevant child and an ability to mark them as done. Especially for my younger, I don't want them to have to open a tablet to see their chores (and get distracted by other things) and he isn't big enough to use our wall mounted dashboard screen. This doesn't leverage the HA dashboard capabilities and I haven't dug too deeply yet so wondering if anyone has taken a stab at this yet?
Beta Was this translation helpful? Give feedback.
All reactions