sommo

Results 48 comments of sommo

Cause it seems it has been translate like the charging door on the back(tail)

Anyway is there a way that your plugin once connected to the fordpass account could read what it can be done? For example I can't turn on and off the...

It's really like shooting in the dark 😅 but couldn't be so simple like trigger that "name" instead of the one you use for lock the vehicle. There is no...

I watched https://github.com/Brandawg93/homebridge-fordpass/issues/143 but really do not understand how to inspect what's into [object]

i managed to did so now i can see this: lockStatus: { value: 'UNLOCKED', status: 'CURRENT', timestamp: '08-21-2021 14:12:47' }, alarm: { value: 'NOTSET', status: 'CURRENT', timestamp: '08-21-2021 14:12:47' },...

this output is after open the "back" door, but now how to manage it? the only different when close is: lockStatus: { value: 'LOCKED',

so how to get deeper informational data under: doorStatus: { rightRearDoor: [Object], leftRearDoor: [Object], driverDoor: [Object], passengerDoor: [Object], hoodDoor: [Object], tailgateDoor: [Object], innerTailgateDoor: [Object] ? to see if it can...

This data could be also useful to have in homekit: gps: { latitude: '43.4999200', longitude: '11.1043467', tirePressure: { value: 'STATUS_GOOD', oil: { oilLife: 'STATUS_GOOD', oilLifeActual: 99, distanceToEmpty: 313.3,

i get this error while compiling with npm run build: src/fordpass.ts:63:14 - error TS2304: Cannot find name 'data'. 63 console.log(data.tailgateDoor); ~~~~ src/fordpass.ts:64:14 - error TS2304: Cannot find name 'data'. 64...