Pieter Rautenbach

Results 50 comments of Pieter Rautenbach

Some more info: I've created a GIT clone and upon debugging the test app included in the source, I see it's the native WriteFile method that returns false, but that's...

I solved my problem: I was writing my data directly from a byte buffer, instead of first creating a report. As a novice, I didn't quite understand input and output...

@hram: It's a shot in the dark without knowing what type of device you're communicating with, but remember that USB devices are block devices and that you have to write...

Again, you're providing very vague information. What is the other library that works? Isn't it more important to stick what works? All I can say, is that a report length...

I have an issue where `double_tap_entity` is also not working on the **main entity**. ``` - type: custom:multiple-entity-row entity: switch.grid_charge_point_1 name: 01:00-05:00 icon: mdi:clock-time-four-outline state_header: Grid style: text-align: right tap_action:...

Awesome, thanks for testing! I now see the difference. I can confirm that when I do what you are, then it works (i.e. double clicking on the label/name). Would you...

If you don't have anything constructive to contribute, find another outlet for your frustration. You have no right to demand anything from an open source project.

I figured out a workaround for when you use named colours or variables: Set a lower and upper bound on the primary y-axis (`lower_bound` and `upper_bound`). Unfortunately, this might not...

This also affects graphs where you have a secondary series, such as displaying night or day. You don't want that first in the legend, but you also don't want it...