jrester

Results 18 comments of jrester

Running a personal instance of paperless-ng and was always wondering how the project is going to continue after this inactivity. Glad to see it there is a new movement keeping...

What about [tesseract](https://github.com/tesseract-ocr/tesseract) with [tesseract-ocr-for-php](https://github.com/thiagoalessio/tesseract-ocr-for-php)? The binaries are available for many distros and could also be easily integrated into the docker image as well as the php package can be...

But I am not sure if this would be a good addition to grocy, because it is quite heavy. Maybe it would be better to run this as a standalone...

I got the same error when first installing cltk, removing it and adding crystal-dfa to dependencies, but deleting shard.lock fixed that error. It seems to be an issue with the...

We are only using standard components to perform the HTTP requests and don't work with any low level connection primitives. This is all handled internally by the widely used python...

Try to perform the request manually with `curl` as described in vloschiavos documentation. This may result in a more descriptive error message and explain why the powerwall isn't accepting the...

Using `curl` is just for testing and to examine the error. That way we can find out how to interact with the powerwall and later implement it the library. I...

@omaliphant What you are referring to is the external Tesla API but this library uses the local API which works differently afik. @BJReplay I currently don't have access to a...

Great! I will prototype an implementation for you to test.

A test implementation is on the `operation` branch. Would be glad if you could test it!