Devlog
Companion app
- Added manual mode for comparison.
- Engine start/stop now works in normal mode.
Before pushing, I forgot to fix one thing:
{"error":"Failed to retrieve data from unofficial API.","detail":{"detail":[{"type":"dict_type","loc":["body"],"msg":"Input should be a valid dictionary","input":"{ \"runtimeMinutes\": 10}"}]}}
The fix was simple: I forgot to use json.loads().
I pushed a quick fix commit right after.
The photo shows the manual comparison page. I’m still working on the comparison logic, which is why it doesn’t have any CSS yet.
Sorry for not adding Volvo API keys so you can see the differences between both APIs, but that would have taken too much time today.
Its also the reason why Im creating this app
Main app
- Worked on the documentation.
- The notifier now supports more than one updated attribute at the same time. It’s not the best implementation, but I’ll improve it after the first ship.
- Fixed snapshot loading and added exception handling.
- Scenario loading now reports malformed JSON files.
- Fixed a dashboard bug where tire information was shown three times. I think I planned to add more data there… and then forgot.
I should probably test everything before making a devlog or committing, but I also don’t want my devlogs to have to much time.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.