Kidus Adugna
Kidus Adugna
I understand. And I apologize for not checking thoroughly, it seems that fuel level and consumption is implemented. But there are still features not implemented, especially many commands. Will leave...
Hi Anton, I want to slowly implement this (and learn java in the process.) I want to start with canbus data uploading (0x0705) and telephone handling (0x8400 and 0x8401). Do...
Thank you @tananaev. I'm looking at the class and one question came up. The can bus data comes on its own, not attached to the location report. It is a...
Thank you, will continue working on #4904.
Hi Anton, I implemented 0x0705 (can bus data decoding), wrote a test which passed and all but when I tried it with a real device, I get this log entry:...
@tananaev can I just change the column type to `character varying` (without a limit)? That would change it for all protocols but I don't think it will break anything.
Ok can we make it bigger? Like 100k?
Ok so I'll save it across multiple positions as a workaround, although I fear it'll perform a little worse and bloat the database. Another question, is it ok if lists...
Right, the device sends [CAN bus data]( https://www.csselectronics.com/pages/can-bus-simple-intro-tutorial), good info about the vehicle, in a format most of which is a sequence of 4 byte `can id` and 8 byte...