Florian Karuhtz
Florian Karuhtz
> In that class those variable already exist > Yes, I found them while doing my replacements and assigned new values to them when parsing the 'G' option in [L646](https://github.com/flesser/php-smartypants/blob/german-quotes/Michelf/SmartyPants.php#L646)....
> It might be helpfull if you can post whats ZHA exposes from the Thermostat I'm using ZHA with [Eurotronic SPZB0001](https://zigbee.blakadder.com/Eurotronic_SPZB0001.html) and [Popp 701721](https://zigbee.blakadder.com/Popp_701721.html) (mostly identical with [Danfoss 014G2461](https://zigbee.blakadder.com/Danfoss_014G2461.html)?) and...
same problem here
I really like the read-only and directory-first approach of PiGallery2, which is what makes it much better suited for light-weight installations than e.g. Lychee (which seems to use its own...
Here's my Work in Progress (and mostly quick&dirty) fork with support for trashing images/videos while playing, similar to what the OP @knguyen0105 asked for: https://github.com/flesser/pigallery2/tree/trashsupport Basically, once you enable the...
Similar error when trying to create events with dates after 2038 (in my case: via DAVx⁵ from Android Smartphone): ```xml OC\DB\Exceptions\DbalException An exception occurred while executing a query: SQLSTATE[22003]: Numeric...
I does not only happen for uploads from mobile but for any upload via the API. I am currently uploading a bunch of photos using https://github.com/simulot/immich-go and they also appear...
I must admit that I currently use it as "a feature, not a bug" to have a nice visual feedback of my current CLI upload progress. But it's definitely a...
Can confirm, I have the same issue with a fresh install from master on a Raspberry 3B+ with RFID-RC522 connected to the default pins. It hangs at `self.device.wait_for_tag()` ( https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/master/scripts/Reader.py.experimental#L91...
Unfortunately with `skip_irq` (or commented out line) the "remove card to stop playing" does not work because `reader.readCard()` in https://github.com/damaev/RPi-Jukebox-RFID/blob/develop/scripts/daemon_rfid_reader.py#L88 now immediately returns even if there is no card, resulting...