This commit is contained in:
Your Name
2024-02-14 01:59:13 -06:00
parent f2559a0f93
commit 483f5c0297
3 changed files with 42 additions and 15 deletions

7
notes
View File

@@ -35,6 +35,10 @@ hyundai/interface ENABLE_BUTTONS = (Buttons.RES_ACCEL, Buttons.SET_DECEL, Button
- disable lat turn signal below hwy speeds
- setting: disable lane change assist alltogether
- setting: auto passive dash cam recorder / uploader
- new home screen - weather, radar, location, car status, other fun things
- car location tracker automatic upload / api of car location
- can i get the cabin temprature from the comma??? display on home screen?
- review "BBOTCRASH" - rewrite the crash handler
Weather:
Ideally we intercept the info buttons on the wheel to control this.
@@ -42,6 +46,9 @@ UI: https://github.com/jclarke0000/MMM-OpenWeatherForecast/blob/master/README.md
Radar: https://github.com/jojoduquartier/MMM-RAIN-RADAR
Embed possibility: https://cefview.github.io/QCefView/docs/intros/buiding
Get modem tempratures:
gdbus call --system --dest org.freedesktop.ModemManager1 --object-path /org/freedesktop/ModemManager1/Modem/1 --method org.freedesktop.ModemManager1.Modem.Command "AT+QTEMP" 50
Goals:
1 - get current dash speed via calculate_speed_limit_canfd
2 - issue set decel button via LFA button (proof of concept)