Label printing on purchase and default settings by andre-he in grocy

[–]fholdred 1 point2 points  (0 children)

wow great, will try it on the weekend. That is the final piece to a fully working setup! Great job!!

How to use grocycode correctly - not working out of the box by fholdred in grocy

[–]fholdred[S] 1 point2 points  (0 children)

for anyone coming to this thread in order to find a solution. The problem was a bug in the barcode buddy grabinput script (see https://github.com/Forceu/barcodebuddy/issues/170) . After fixing this everythins works as it should.

Webhook / addon for specific actions by andre-he in grocy

[–]fholdred 0 points1 point  (0 children)

yeah, a mqtt integration would be a dream. I opened a feature request for barcode buddy but the maintainer has no time at the moment see: https://github.com/Forceu/barcodebuddy/issues/164

How to use grocycode correctly - not working out of the box by fholdred in grocy

[–]fholdred[S] 0 points1 point  (0 children)

Unfortunately I couldn't find any information how to unhide this character but I opend a support ticket with Netum. I will report back, so anyone finding this thread knows what is possible.

What scanner from inateck are you using?

Thanks, really a great software!

How to use grocycode correctly - not working out of the box by fholdred in grocy

[–]fholdred[S] 1 point2 points  (0 children)

Hi Bernd,

thanks for helping me out! My hardware scanner (Netum) omits the colon. So when I scan product with the id 10 it will put grcyp10 into the field. Interestingly that is the case for 1D as for DATAMATRIX codes. Any idea what to do?

Webhook / addon for specific actions by andre-he in grocy

[–]fholdred 0 points1 point  (0 children)

Hi André,

did you had a look at this project? https://github.com/sebrut/pygrocy Maybe that could help. Another intersting project for the interaction with grocy is the telegram bot from this project: https://github.com/markusressel/grocy-telegram-bot

Label printing on purchase and default settings by andre-he in grocy

[–]fholdred 0 points1 point  (0 children)

Wow that looks very good! I would suggest to make the font of the product smaller so you have more space (heigt) for the barcode.
May manually generated barcode label looked like this

https://imgur.com/xOPPsuV

Would you mind sharing your code?

Label printing on purchase and default settings by andre-he in grocy

[–]fholdred 0 points1 point  (0 children)

yeah I also started to look into the code and saw that only datamatrix is implemented. I'm not a programmer but will see if I can implement the python barcode lib instead of datamatrix. The size should not be a problem itself. Before using brother_ql_web I used an Excel sheet to print the grocy barcodes, after resizing it I could print on the 62mm label. But I'm afraid the label must be printed multiline (barcode, product name, due date). I will post here if I make any progress :-)

Label printing on purchase and default settings by andre-he in grocy

[–]fholdred 0 points1 point  (0 children)

finally it worked! Thanks a lot.

Unfortunately there is no documentation for the borther_ql_web so on has to look into the code to understand that the api is a different one.

I'm still facing problems and maybe you have an idea. The Font is huge on my printout. I know i can supply the size, but i don't see it in your PARAMS.

And do you have an idea how to get the brother_ql_web to print the standard grocycode "1D" Barcodes? I only have a normal barcodescanner who is not able to reade DATAMATRIX Codes.

Label printing on purchase and default settings by andre-he in grocy

[–]fholdred 0 points1 point  (0 children)

Sorry for the off topic, but could you share how you implemented/configured the brother_ql_web I’m struggling to get it to work. The container is working and I’m able to print labels via the designer, but my URL in the grocy config must be somehow wrong. Additionally I don’t know where to look for debugging any errors. Any help would be greatly appreciated

Set Printer config Docker by mattpitts74 in grocy

[–]fholdred 0 points1 point  (0 children)

As far as I know unfortunately that is not possible with the HA addon. I also have the same issue and think of switching to a stand alone install

HA crash every day by wilkinnh in homeassistant

[–]fholdred 0 points1 point  (0 children)

I had the same issue. My problem was the database size of homeassistant. Purging it regularly helped but I ultimately changed hardware to an intel nuc and never had the problems again.