kondas

Results 28 comments of kondas

@chris3081's solution works for me too, thanks a lot!

I have the same issue, Pi4B + SKR mini 1.1. Also tried setting over_voltage in rpi boot/config but it did not help. Other devices recognize the board, rpi4 doesnt, dmesg...

Hello @tigerblue77, thanks for the effort here. I was able to build and install 8.1.1.371 with Your script. According to [this](https://github.com/torvalds/linux/commit/a8affc03a9b375e19bc81573de0c9108317d78c7) BIO_MAX_VECS has been renamed to BIO_MAX_PAGES in the block...

I can compile the module successfully from Your 8.2.1.2.fixed archive, after changing BIO_MAX_VECS to BIO_MAX_PAGES and completely remove the failing include from num-utils.h. Disclaimer: I have no idea what am...

Hello, i'm using 1.6.2, and shell commands does not work regardless of the authentication method used. The configuration: ``` [shell] onTrackSeeked = "" onStartedLoading = "" onConnectionDropped = "rm -rf...

I'm using the json store. Is it possible already? I've tried searching to no avail

Thanks for clarification. If there is possibility to modify something in the HTTP request from the client would be adequate, that way one could make each printer accessible under a...

+1, i'd love to see this implemented. I'm using Sonoff Pow R2, with Prometheus metrics exporter so at any given time the accumulated power consumption can be read from a...

@PSandro Thanks for stepping in, i'd be eager to help with testing if needed. IMHO adding extra "capabilities" to the power device is a good approach. Defineable MQTT topics for...

Awesome! Works flawless using generic power meter, example config: ``` [sensor powermeter] type: mqtt name: Power state_topic: zigbee2mqtt/pow-printi state_response_template: {% set notification = payload|fromjson %} {set_result("energy", notification["energy"]|float)} [energy_meter] sensor: powermeter...