You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After testing #67 for the past week or so I've noticed a view issues:
JSON error on the /status output and some related Tesla API calls:
Update: status output JSON has been fixed by c3f36e9. The other JSON issues remain, I wasn't sure how the nested JSON was supposed to work?
No enabled / disabled status in /config, this will become an issue when we come to build the UI for this feature?
Laggy UI, I've noticed when this feature is enabled the UI and RAPI calls can be unresponsive, requiring the interface to be reloaded to correctly display the EVSE status. More testing needed to figure out of this feature is the case of this.
Token expiry? After about a week the Tesla info disappeared from /status/ and /configdisplaystesla_user: "",, my Tesla login seems to have been forgotten. The serial debug periodically displays requestAccessToken()`. Is it possible for the Tesla login expire?
Often seeing 404 Not Found errors with full server response via the serial debut
The Tesla config does not survive a module reboot. After the modules is restarted the config is lost, the config output shows tesla_user: "", . However, I can see via the serial debug output at startup that the config is being retrieved from the EEPROM but the .com of the email address username is missing the m
After testing #67 for the past week or so I've noticed a view issues:
/status
output and some related Tesla API calls:Update: status output JSON has been fixed by c3f36e9. The other JSON issues remain, I wasn't sure how the nested JSON was supposed to work?
No enabled / disabled status in
/config
, this will become an issue when we come to build the UI for this feature?Laggy UI, I've noticed when this feature is enabled the UI and RAPI calls can be unresponsive, requiring the interface to be reloaded to correctly display the EVSE status. More testing needed to figure out of this feature is the case of this.
Token expiry? After about a week the Tesla info disappeared from
/status/ and
/configdisplays
tesla_user: "",, my Tesla login seems to have been forgotten. The serial debug periodically displays
requestAccessToken()`. Is it possible for the Tesla login expire?Often seeing
404 Not Found
errors with full server response via the serial debutand if the car is sleeping I get the following error (accompanied by the full nginx response), waking the car up via the app and the errors goes away
tesla_user: "",
. However, I can see via the serial debug output at startup that the config is being retrieved from the EEPROM but the.com
of the email address username is missing them
Have you @chris1howell or @lincomatic experienced any of these issues?
The text was updated successfully, but these errors were encountered: