grocy support for online ordering? #139
2t2operator
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
This sounds like a feature request for grocy itself, not the grocy home assistant addon: https://github.com/grocy/grocy |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Frenck any thoughts on adding support for instacart or something similar?
Some mobile apps use what appears to be an iframe, the shopping list "item" is forwarded to the iframe to allow the user to select the product based on choices available from the store.
Once the item is selected in the iframe it is added to the Cart (Grocery Store). Process repeats until all items on the shopping list are handled, e.g., skip it, add it, etc. This is all handled on the Grocery Store side, we just need the lookup or push to take place :-)
Example:
grocy shopping list
Item: Ground Beef
LOOKUP: https://www.instacart.com/store/publix/search_v3/ground%20beef
NOTE: Not sure what other parameters on the URL are required if any?
Displays all of the available choices of Ground Beef for my example at Publix
Select Product > Add to Cart
Next item
Once shopping is complete, grocy inventory is updated! This should reduce the amount of "scanner time". On that note, now just have to figure out how to get the data from the online service; other then a image!
Beta Was this translation helpful? Give feedback.
All reactions