flarider
RVF Regular
- Joined
- Mar 7, 2020
- Messages
- 85
- RV Year
- 2018
- RV Make
- Newmar
- RV Model
- 4327
- RV Length
- 43
- Chassis
- Spartan K2
- Engine
- Cummins L9 450
- TOW/TOAD
- 2023 Jeep Wrangler
I was looking to see if I could hook Home Assisatant to a DSDP KIB system and have a custom dashboard. Have you figured it out any more?Any new learnings from playing with this device? I'm settled for the winter and going to see what I might be able to do with it.
I've looked through the source for the app, and things are fairly straightforward, but as stated, the hosted web server does all the real work...not much good logic in the app. I was able to see how to detect the board and initialize communications with it over the pi serial. I've already built a python program I can send and receive commands from the board so I don't need to run the coach app anymore...that was all pretty easy. If I can figure out the commands, I'll be able to build my own interface and tie this into HomeAssistant and Homekit.
That said, I hooked it up to a ch341a, was able to detect the chip just fine (AT25QF641) and dump it...but it all came out as FF. Just did this tonight, so haven't tried to dig any further. I figure worse case, I can figure out what the onboard xmega microcontoller is up to and reverse engineer...unless someone has already figure out the commands for our Dutch Stars...
Anyway, wanted to post my success so far and see if anyone else had made any progress.
Marc