audi_connect_ha icon indicating copy to clipboard operation
audi_connect_ha copied to clipboard

Feature Request: isMoving as attribute

Open ThomPre99 opened this issue 3 years ago • 2 comments

Hi all,

I used the iobroker ioBroker.vw-connect adapter with the attribute "isMoving". This attribute describes, if the car isMoving (=true) or not (=false). This is a nice Feature an I used it in automations. Now I change to home assistant and i miss this attribute.

Is it possible to implement this attribute in the HA-Integration?

In the iobroker-adapter in the file main.js the code is (starts at line 3622): ... if (resp.statusCode === 204) { this.setState(vin + ".position.isMoving", true, true); resolve(); return; } else { this.setState(vin + ".position.isMoving", false, true); } if (body && body.storedPositionResponse && body.storedPositionResponse.parkingTimeUTC) { body.storedPositionResponse.position.parkingTimeUTC = body.storedPositionResponse.parkingTimeUTC; } }) .catch((error) => { this.log.error(error); }); } ...

Thanks a lot, gerat work und greets Thomas

ThomPre99 avatar Jul 05 '22 11:07 ThomPre99

+1 for this feature please

robleeskyuk avatar May 10 '23 08:05 robleeskyuk

This issue is stale because it has been open for 60 days with no activity. Are you still experiencing this issue?

github-actions[bot] avatar Mar 14 '24 02:03 github-actions[bot]

This issue was closed because it has been inactive for 30 days since being marked as stale.

github-actions[bot] avatar Apr 07 '24 02:04 github-actions[bot]