Hi all,
I’m running into an issue trying to track Grocy chores. I want to pass them all through to HA as their own separate sensors. I’ve tried 2 different way to try to get them to display in home assistant, but I seem to get roadblocked by some issue either way.
With attempt 1, I created REST API sensors which, while it worked initially, they slowly started disappearing by themselves. I hadn’t even touched HA and they were just gone. They were in an !include_dir_merge_list
, fwiw. I have abandoned this method for now.
- Attempt 2 went slightly better and displayed exactly how I wanted, following another post and what u/VMCosco did. However here I run into another issue, where I cannot add more than 1 sensor at a time, and it only displays the last one on the list. This resides in
sensor grocy: !include_dir_merge_list grocy
.
I’ve tried 2 different versions of yaml here and here, and neither seem to work. The templates display correctly when testing it through the built-in template checker.
I currently running the latest HA Core on Docker - through unRAID.
I feel like I’m misunderstanding packages/how the configuration works. Please feel free to let me know what I’m doing wrong, I’m ripping my hair out chasing down what I’m doing wrong. Thanks!
1 post - 1 participant