Markus Ressel
Markus Ressel
### The problem As seen through the Home Assistant integration for OctoPrint, the sensors become unavailable sometimes, especially often when OctoPrint is actively printing. While researching a bit in this...
This PR is a **breaking change**. Implements new methods for the newer N26 API endpoints.
Hey there, great Library so far but I have a problem wich im not able to fix myself. I have a custom DilaogFragment in my App and I'm trying to...
When running `balias` to list existing aliases, this error is printed below the list of aliases: ``` [...] alias uninstall-package remove-package expr: syntax error: unexpected argument ‘^sudo ’ complete: Too...
Hey there, I installed this plugin on an OpenWRT machine and when I use balias to create a new alias it prints this message: ``` expr: warning: '^sudo ': using...
As mentioned in #283 the identification of a sensor using its "channel" instead of the index is not yet implemented. The original PR only implemented this for fans, see: #206...
Hey there, great library :+1: I am using your lib to cache the response data of a REST api, see [here](https://github.com/markusressel/grocy-telegram-bot/blob/master/grocy_telegram_bot/cache.py). The cache is accessed from multiple threads concurrently and...
**Is your feature request related to a problem? Please describe.** Currently only telegram is supported, which is pretty limiting. **Describe the solution you'd like** Evaluate the use of [apprise](https://github.com/caronc/apprise) as...