kevinVl / NissanConnect-HomeAssistant

19 stars 1 forks source link

Sunroof status missing in the MQTT broadcast #2

Open Krolykke opened 9 months ago

Krolykke commented 9 months ago

It almost works for me, even though there should be a "Authentication broken" issue. I even changed the MQTT topic to "ariya", only thing is that I dont get the sunroof status in the MQTT broadcast:


batteryStatus
timestamp = 2023-10-07T10:19:52Z
batteryLevel = 69
batteryAutonomy = 325
batteryCapacity = 87
batteryAvailableEnergy = 0
plugStatus = 0
chargingStatus = 0
chargingRemainingTime = 73
hVacStatus
lastUpdateTime = 2023-10-07T10:20:07Z
internalTemperature = 20
hvacStatus = off
location
gpsDirection = 0
gpsLatitude = 55.09862941
json = {"longitude":14.70470998,"latitude":55.09862941}
tripHistory
1
summaries = [{"tripsNumber":33,"distance":83.880859375,"duration":178,"firstTripStart":"2023-10-01T00:00:00Z","lastTripEnd":"2023-10-07T10:20:03Z","consumedFuel":0,"consumedElectricity":12.9500350952148,"savedElectricity":0,"co2Saving":14410.973609118764,"month":"202310"}]
LockStatus
lockStatus = locked
doorStatusFrontLeft = closed
doorStatusFrontRight = closed
doorStatusRearLeft = closed
doorStatusRearRight = closed
doorStatusDriver = closed
doorStatusPassenger = closed
engineHoodStatus = closed
hatchStatus = closed
lastUpdateTime = 2023-10-07T10:19:52Z```

Any ideas?