indykoning

Results 93 comments of indykoning

> Do i get this correctly, the _pressed_action_ is added because the _hold_action_ would execute the action delayed? Not specifically because of that but it can be used that way,...

Yeah i'm actually using it right now 😉 I've made a mistake in the comments here calling it "pressed_action" It shouldve been press_action as shown in the new readme https://github.com/custom-cards/button-card/pull/360/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R104...

Have a look at: https://github.com/vaimo/composer-patches/issues/46#issuecomment-769016997 for a workaround

My guess is if we add glob around this line and merge it with the paths glob patterns could work https://github.com/vaimo/composer-patches/blob/aba4a6bac8d5bbb44facf2f47ec6e5d5e13c8445/src/Patch/SourceLoaders/PatchesSearch.php#L101

You might need to be a little more specific on what data you want to get. I do suggest looking at the [Examples](https://github.com/indykoning/PyPi_GrowattServer/blob/master/examples/simple.py) And the readme to see how to...

Could you try using the deviceSn that shows up if you run: `api.device_list(plant_id)` Maybe the alias (which is what shows up on the website) differs from the inverter ID

Are you certain it is only an inverter and not a different device? e.g. mix/hybrid, battery You can do so by checking the `deviceType`

Hmm after some digging it could maybe be a username/password issue as well https://github.com/DiedB/Homey-SolarPanels/issues/105#issuecomment-654303602 Could you maybe try changing your password and see if this fixes the issue? Maybe they...

Thank you! i agree that this is something that should be addressed because the current messages are not clear. I'd prefer to leave the error messages to the implementation of...

Is it okay if i implement the raise_for_status, and think about the other exceptions a little longer? I'm afraid of losing context for the developer using it instead of gaining...