I do no longer develop for this integration, if anyone is interested in taking over the work, contact me.
The plan is to integrate more of Grocys functionality in sensors and also make more cards to display in Lovelace. I am quite new to python, and am doing my best with this, in my free time, so I don’t know how fast the pace will be in developing.
Feel free to look at the plan here. Please make suggestions and leave feedback, as well as report bugs if you find them.
I just released a card for tasks (basically a slightly altered chores card). The readme just shows basic config for now. Also, the tasks are having a few bugs that needs sorting (without due date it crashes for example). GitHub - isabellaalstrom/lovelace-grocy-tasks-card
Edit: Just got the brilliant opinion that I should have one card with the option for chores or tasks, and of course I am going to do that. So see this as a preview if you try it out.
Thanks for the cards! I’m curious if there is a possibility to synchronize the shopping_list component of HA with the shopping-lists in Grocy with an automation or script. Any thoughts about that?
I would also like to be able to automate the shopping list with other shopping lists (for myself mainly Ica here in Sweden, which I always use), but the automating it self would be out of the scope for this component. But I would dare to say it should be possible to do, surely.
It’s not just me who is working on it either There has been at least one other contributor the last week, and @SebRut is still working on the underlying python library! It’s fun to see that this is appreciated!
OK Since the OP had “feel free to make suggestions” here is mine.
Something I’d love to see is help managing the Expired, or soon to be expired medication in Home Assistant by location…
The current sensor is OK – it shows whether or not I have expired products, but it doesn’t let me filter by subproduct and location. Plus it would be nice to include those product images to show a virtual medicine cabinet.
I have my Grocy set up like this:
Product Group: Medication (I have another product group for alcohol but haven’t gotten around to inventory yet )
Location: I have 2 medicine cabinets – one in my kitchen and one in the master bathrom
Then Product Name (and most default product fields)
A custom Category (Pain Releiver, Allergy, etc.
Expiration Date
A custom field indicating whether its kids medication or not.
While i’m using this for medicine, I guess the feature that would help me most is to be able to get a list of inventory by product group and location… Add or subtract inventory and see items that have or will expire soon.
As I’ve said, this works just fine in Grocy but I’d love to pull this data into Home Assistant
v2.0.0 is out in beta now, if you fancy trying it out. It’s mostly a huge rewrite and should take care of some of the issues as well as make the component more maintainable. You can now choose which sensors you like to have, and it doesn’t fail as much without good error messages if things are not as expected in Grocy.
If you have any feature requests, please make an issue for them so they’re easier to keep track of.
But do note that some things might be out of the scope for the component, and also some things need to be put in the Pygrocy api lib and/or Grocy api before they can be achieved - and I’m not the one responsible for those.
Hello, i am fairly new with HA and grocy.
I got my black lovelace loading… problem tackled down to an grocy json error caused by anything on the shopping list.
I updated to the 2.00 beta 6 version and the error is gone.
Now i try to create some sort of button to consume products using the grocy service.