andig

Results 374 issues of andig

Seems it's currently not implemented.

After running pip3 install -r requirements.txt: ``` Installing collected packages: oauthlib, requests_oauthlib DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near...

Does anyone know how the status of a refresh command can be retrieved as executed in https://github.com/mitchellrj/kamereon-python/blob/146904802301aa0b0008e2bdb3a88ed10ff50acf/kamereon/kamereon.py#L1075 The command returns a refresh id: {"data":{"type":"RefreshBatteryStatus","id":"10105284-e42b-4376-819e-fe50cf52c9df","attributes":{}}} that should be queryable?

Hello Stellantis, similar to https://github.com/Stellantis/stellantis.github.io/issues/128, I'm developer of the [evcc.io](https://evcc.io) home energy management system. I have already applied to API access twice, but not received an answer. Kindly advise how...

Fix https://github.com/grid-x/modbus/issues/56 This is an alternative approach. It features *much* smaller api surface but leaves responsibility up to the user to understand the transporter's shared nature. **Note**: decide name. Is...

Currently, packers and transporters are closely coupled in the `New*ClientHandler`. This creates problems when sharing a single physical connection (part of the transporter) amongst multiple clients where each client talks...

Consider this build log from Github: https://github.com/evcc-io/evcc/runs/5268484862?check_suite_focus=true ``` Warning: rning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested ```...

I've noticed the code contains a commented out `DEEPREFRESH` command. Is it possible to request a status refresh from the vehicle, i.e. update the vehicle's soc value?

Trying to run this project I've encountered two issue: ``` go: github.com/andig/gxui@upgrade (v0.3.0) requires github.com/andig/[email protected]: parsing go.mod: module declares its path as: git.sr.ht/~nelsam/gxui but was required as: github.com/andig/gxui ``` Solved...

## Description The error docs read: ```go // Error asserts that a function returned an error (i.e. not `nil`). // // actualObj, err := SomeFunction() // if assert.Error(t, err) {...

bug
pkg-require