grzech1983

Results 5 comments of grzech1983

On my end only solution for MVC apps was to rename Global.asax and web.config, perform verification and rename files to their original names. I've tried various things like virtual directories,...

This can be hacked (and probably done in much better way) by adding: ``` 'CF-Connecting-IP': '"?(?P[\w*.:-]*)"?' ``` to fields array right after: ``` 'time-taken': '(?P[.\d]+)', ``` and then just replace...

Hello, I've just connected esp32 to my old EKHB 016BB (I don't have exact model). In manual there is no X10A mentioned but when you open your Altherma and see...

It looks like upgrade pygrocy to 1.5 is also fixing other issue: https://github.com/custom-components/grocy/issues/241#issuecomment-1252092857

On my end logs show error: > Error fetching grocy data: Update failed: 2 validation errors for ProductDetailsResponse quantity_unit_stock -> name_plural none is not an allowed value (type=type_error.none.not_allowed) default_quantity_unit_purchase ->...