pyze icon indicating copy to clipboard operation
pyze copied to clipboard

Renault switched "cockpit" to v.1

Open iw2been opened this issue 10 months ago • 2 comments

Issue: Since last week pyze stopped working. Digging around on Internet I found that Renault switched "cockpit" back to v.1 , while pyze is using v.2. Fix/Workaround: in api/kamereon.py modify line#209in this way: def mileage(self): return self._get('cockpit', 1) In this way PyZE works and "pyze status" get results except: Other It seems Renault also did something about battery, 'cause pyze is not able to get percentage of charge. Modify "battery-status " to "1" or "2" doesn't solve the problem.

iw2been avatar Apr 27 '24 08:04 iw2been