commit da6e0045bd3a55f27986048b28f3cd9f41fbff6a Author: Ludovic LANGE Date: Fri Nov 18 21:34:34 2022 +0100 small change to the way the metrics listener are registered (use std::string instead of const char * for second parameter) For consistency with `OvmsEvents::RegisterEvent`, the second parameter to `OvmsMetrics::RegisterListener` is converted to `std::string`. Signed-off-by: Ludovic LANGE commit 40b0fa2b718b49391848d7dd770a52850d27d3ac Author: Ludovic LANGE Date: Fri Nov 18 00:57:14 2022 +0100 small change to the way the metrics listener are registered (use std::string instead of const char * for first parameter) Previously the metrics listeners were registered by storing the `caller` parameter as a `const char *`. This made mistakes possible when we would register and deregister with the same string but not the same memory address. This patch changes the `caller` parameter type to `std::string` which will prevent this kind of mistakes. Signed-off-by: Ludovic LANGE commit 406e2250ade76d3577609850575d59b69df6487e Author: Michael Geddes Date: Fri Nov 18 06:58:00 2022 +0800 Ioniq 5 - Version 0.0.3 commit 5e9736d564d019d31a6d86f81499c882e53a2df2 Author: Michael Geddes Date: Wed Nov 16 09:26:25 2022 +0800 Ioniq 5 - Fix case in legacy Get Feature commit 807b45a6cd9625e4b3364bbdc053ae84b5a12729 Author: Michael Geddes Date: Sun Nov 13 20:31:15 2022 +0800 Ioniq 5 - Increase top voltage for dashboard commit f2b33ac587ba25bf05d2ca501e21662177a29565 Author: Michael Balzer Date: Thu Nov 17 19:20:46 2022 +0100 Vehicle: emit standard events on charge/generator connection type changes New events: vehicle.charge.type -- Vehicle charge connection type has changed (e.g. ccs/type2/…) vehicle.gen.type -- Vehicle generator connection type has changed commit 7f3700c53ec615bb22fd8e9a08fa23d7f9ee42b9 Author: Michael Geddes Date: Sun Nov 6 17:35:46 2022 +0800 Ioniq 5 - Move known values to _Full decode commit 4ebe624692c27db562796f099b43bab72fcb1e98 Author: Ludovic LANGE Date: Wed Nov 16 22:26:15 2022 +0100 add a free() that seems to be missing if the message has not been able to be sent to the queue, we need to free() the msg.text memory that we just allocated with strdup() (When the message is successfully sent to the queue, then the free() will occur when the message is retrieved.) Signed-off-by: Ludovic LANGE commit e5de99d70b206a81b8036aaa79905f25603d57be Author: Michael Balzer Date: Mon Nov 14 20:11:36 2022 +0100 History update commit c98c60c5240136902571d61d9bce14674c32710f Author: Michael Geddes Date: Mon Nov 14 16:52:02 2022 +0800 Ovms Metric - fix whitespace commit 7da7501f588a8cd75f0d3c145ced328cbb857416 Author: Michael Geddes Date: Mon Nov 14 16:51:22 2022 +0800 Unitcode metrics - Improve scripting documents commit 9a9a7e84f9a6c25cc0f33ca2903963f5169ab164 Author: Michael Geddes Date: Sun Nov 13 16:35:00 2022 +0800 Metrics Unit Groups - Fix Pressure spelling / rename Signal Group commit f1f3dcdddcded3c82d37a49c5968700bc6756b1e Author: Ludovic LANGE Date: Sat Nov 12 15:18:06 2022 +0100 normalize path before analyzing it Using `realpath()` we can ensure that the path is expressed in its canonical form before analyzing it. Signed-off-by: Ludovic LANGE commit 519ea8391073c459210ba14a64372aa5c7a81af8 Author: Ludovic LANGE Date: Sat Nov 12 15:19:33 2022 +0100 backport realpath() from esp-idf 4.4 realpath() has been introduced in esp-idf 4.4 and is useful to cleanup a path and check its existence. Signed-off-by: Ludovic LANGE commit 8f9a1491007f46d5732a903d19b68b1cb47d5eb2 Author: billatq <8d8k@anmt.net> Date: Sat Nov 12 16:53:03 2022 -0500 Update Fiat 500e documentation. commit 804983fab8aba02dda4441bb27020812c849d82b Author: Ludovic LANGE Date: Fri Nov 11 17:17:24 2022 +0100 rewrite `vfs ls` by sharing a common implementation with `vfs rls` Signed-off-by: Ludovic LANGE commit beadcd17e3ed8f986ac88761bf66d7ff411df91b Author: Ludovic LANGE Date: Fri Nov 11 16:28:49 2022 +0100 add `vfs rls` command to recursively list a path this implementation uses recursion but should be easy on the stack by limiting the number of big local variables. If wanted, `vfs ls` can be rewriten with this implementation. Signed-off-by: Ludovic LANGE commit 21424b10920b25580d4f724bb9aed7695a6e7a20 Author: Michael Geddes Date: Sat Nov 12 08:16:55 2022 +0800 Metrics - Add 'Metric' and 'Imperial' conversion UnitCodes - Converts metric to the metric/imperial equivalent commit 2aef93496dc6d434080969d4b651c75a7ad73afb Author: Michael Geddes Date: Thu Nov 10 06:40:36 2022 +0800 Duktape - Add OvmsMetrics.HasValue commit ed3bee1c9a228446df8ad15ccdfd64316ecdbb3b Author: Michael Geddes Date: Sun Nov 6 09:42:37 2022 +0800 Duktape - Extend functions to get metrics in alternate units - OvmsMetric.ValueUnit and OvmsMetric.AsFloatUnit commit 2a2c2174a2a12d199f316f1bd99af82012ba5022 Author: Michael Geddes Date: Sun Nov 6 09:41:19 2022 +0800 Shell - Support command to get metric with alternate units - Adds metrics get and metrics units commands. - Insure that the unit description printed is the one converted to. - Puts all the data into a lookup table for metrics. commit cf46cf4707cd8ca253648238c531792bde05b0cf Author: Michael Geddes Date: Thu Nov 10 06:43:59 2022 +0800 Metrics - Add acceleration unit FeetPSS Adds the imperial equivalent to Metres Per S^2 commit c6babc0288da1272248f11038c3b8d84410155eb Author: Michael Geddes Date: Sat Nov 12 07:50:33 2022 +0800 Niro/Soul - Update docs and release notes for power consumption metrics commit 561a9d22d9d079750bd5ba8bea2c4d882db77afa Author: Michael Geddes Date: Fri Nov 11 22:05:49 2022 +0800 Ioniq 5 Version - Fix compile commit b915f11f0211fb08ca1e99e55d26f8840e03f843 Author: Michael Geddes Date: Fri Nov 11 06:23:33 2022 +0800 Ioniq 5 - Update module version 0.0.2 commit ac9c55979e693e230bd07bedc3b6517f10a531e3 Author: Michael Geddes Date: Sat Nov 5 11:22:51 2022 +0800 Ioniq5/Kia* - Use new power consumption metrics. - Modify old power metrics that don't follow rules commit adfefa19621a54dc41ddbd7f231241bafd9fbd99 Author: Michael Geddes Date: Fri Nov 11 06:23:33 2022 +0800 Metrics - Fix capitalisation of 'KPkWh' commit 4b0d826970913e12ada060ba63dddbbc0369c5e8 Author: Michael Geddes Date: Sat Nov 5 11:22:31 2022 +0800 Ioniq 5 - Make custom metric naming more consistent commit 99af6f406f00deeaa1001eb1a936e5d46abef40f Author: Michael Geddes Date: Thu Nov 3 17:24:19 2022 +0800 Ioniq 5 - Load battery capacity from cell count commit 3ccccd4305d702069e75737ff754103488b89455 Author: Michael Geddes Date: Thu Nov 10 06:32:14 2022 +0800 Metrics - Fix names for new consumption metrics commit bfc8031bd7aaaf0438097fdd624884a94679692b Author: Michael Geddes Date: Thu Nov 10 06:19:38 2022 +0800 Metrics - Use pmi_to_pkm alias for clarity in conversion WattHoursPM to kwHP100K was using km_to_mi commit e1d383d245aceca29fb5e30421b7fe003bf42b96 Author: Michael Geddes Date: Thu Nov 10 06:16:20 2022 +0800 Metrics - Add space round ternary ?: operators commit cc821a349ae333c330227bb169c753c081d4b60e Author: Michael Geddes Date: Thu Nov 10 06:12:34 2022 +0800 Metrics - Fix names for new consumption metrics (lower case h for hours) commit d171ac12dbb6d4a57ff71aaa9f88aab5da984514 Author: Ludovic LANGE Date: Sat Oct 22 17:35:00 2022 +0200 add more information on the wifi scanning mode - and CLI instructions commit 1633120c6aedd63c061850686b675daec153bf70 Author: Michael Geddes Date: Sat Nov 5 11:18:03 2022 +0800 Metrics - Add commonly used power consumption units - Adds kWh/100km, km/kWh, and miles/kwh commit 4343d49b8bef2b7a665f4155a7d747cd247c5fb8 Author: Michael Balzer Date: Sat Nov 5 11:00:07 2022 +0100 VW e-Up: fix command crashes when T26 bus unavailable commit ab9b917d2152a9942bb5b3fec0ca89d13b551804 Author: Michael Geddes Date: Sun Nov 6 08:04:42 2022 +0800 Metric Conversion - Fix Metres -> Feet commit 796a2c966453e26a93fc84bd15be9437aafc3e4a Author: Michael Geddes Date: Sat Nov 5 11:16:17 2022 +0800 Metrics - Improve accuracy/consistancy km <--> mi conversion - Use functions for int and float conversions that have better precision. commit dd7c63f306ed69c9357a393333a9b8a8d2ec7194 Author: Ludovic LANGE Date: Wed Nov 2 22:45:57 2022 +0100 dbc : fix a regression on sign extension Fix a small regression accidentely introduced in ecec210 commit 878fa8cba50cd29b54238b2861bc964060d60e42 Author: Michael Geddes Date: Wed Nov 2 16:49:39 2022 +0800 Implement Vehicle - Hyundai Ioniq 5 - Initially Copied from Kia(/Kona) commit 73db0551dc145408c3e50e4894c589d04c17436d Author: Michael Geddes Date: Sun Oct 23 18:39:27 2022 +0800 Vehicle - Add consts for OBD Broadcast commit 4fa22d50098205bc7ecc9f2861898740fb5471e5 Author: Michael Geddes Date: Wed Nov 2 06:56:31 2022 +0800 BMS - Tidy up of bms status/temp/volt command for release commit 9335d0e95ff069078f7f61808fca125355750fbf Author: Michael Balzer Date: Tue Nov 1 16:48:28 2022 +0100 VW e-Up/T26: fix odometer processing commit 5623eee351c1355c9f9d432dc0b75d5c8c2d7ce8 Author: Michael Geddes Date: Sun Oct 23 14:23:43 2022 +0800 Ovms Logs - Add macros for hex-dumping buffers commit abc1560235ac3bf1434117dc3d9f88bf6faa0103 Author: Michael Geddes Date: Tue Nov 1 17:42:41 2022 +0800 BMS - Add separate temp/volt commands commit daa4eb24c27e12f0000a0bbbcacb73f60f605a47 Author: Michael Geddes Date: Sun Oct 30 19:06:09 2022 +0800 BMS - Tidy Status display to allow for Temp/Voltage missing - Also makes sure there are no more than 5 columns of temp+voltages commit d40f5d582ed49ba381345d540bdd96a74558b542 Author: Michael Geddes Date: Tue Nov 1 19:05:42 2022 +0800 BMS - Add Function to resize BMS Temperatures commit 0a64d47c720b9008ccc8c47711d97b3221866eaa Author: Michael Geddes Date: Tue Nov 1 19:04:32 2022 +0800 BMS - Fix CheckChangeCellArrangementVoltage commit 9fa12cbe5034e922798c73d0672f32f6f2f3cdce Author: Michael Geddes Date: Mon Oct 31 09:59:32 2022 +0800 Vehicle - Method to change voltage cell arrangement, preserving existing data commit 6ef146d3d2aed5d7dd0734c6da83f5c8b29dffa8 Author: Michael Balzer Date: Mon Oct 31 20:24:24 2022 +0100 Boot/crash debugging: capture stack overflow & current tasks, optimize task watchdog data capturing Test framework: add stack overflow test command commit 6ed0daac3707d4a56d9bfff4f87d534c66c70a0d Author: Michael Geddes Date: Sun Oct 30 17:24:23 2022 +0800 Vehicle - Use Enum for Bat/Temp status commit 295ce251397e5b9f154646a7b37f78a872dd1931 Author: Dimitrie78 Date: Sun Oct 30 10:22:39 2022 +0100 SmartED: CommandStats string fix commit 1dc6f5f16978c14ca5e8584f2f33ed6987dfa7b4 Author: Michael Balzer Date: Sat Oct 29 11:31:47 2022 +0200 README: include Zoe Ph2 commit 3e5ac7747b03603661a51eb791386e976bcd2b32 Author: Michael Balzer Date: Sat Oct 29 11:12:28 2022 +0200 Task stack size adjustments addressing issue #741 Note: the MDNS stack size reduction needs https://github.com/openvehicles/esp-idf/commit/6e214dc33550d92b71b6ba226d0e2c431aac1aad commit 92387875d0954c3d6d38d1d12ce12b6d59200cb0 Author: Michael Balzer Date: Sat Oct 29 11:04:45 2022 +0200 Config restore: shutdown SSH RSAKeyGen as necessary, fixes issue #702 commit 28b1a7b67c2ddbb513e1dfb68e46e280da349cf3 Author: Michael Balzer Date: Sat Oct 29 09:45:46 2022 +0200 Toyota RAV4EV: include in default build commit f0d721490bb31783095a4e749e9547ccd4ae7f9a Author: Michael Balzer Date: Sat Oct 29 09:44:03 2022 +0200 Duktape: mark DuktapeConsoleCommand TODO, silence warning commit 29f9230bcc68337cee6687c901b4ce141643f099 Author: Michael Balzer Date: Sat Oct 29 09:42:04 2022 +0200 DBC: silence warning about unused yy_flex_strncpy() commit 541298334457680a05a3921e530dfd577002192d Author: Michael Balzer Date: Sat Oct 29 09:40:04 2022 +0200 Zoe Ph2: include in standard build, fix tag warning commit 7c88063415cb72af4e2b9e35aa9755829d4b222c Author: Michael Geddes Date: Tue Oct 25 09:40:24 2022 +0800 Bit/Byte Utils - Fixes and improvements - Factor the integer type in the template - Add missing sign-extension in get_int_bytes_be - Add extract of sign/unsigned sub-sections from uint values - Add Run-time specified versions of bitwise operations commit ecec2108e324b964764eec2d1b053d23f8f0ff81 Author: Michael Geddes Date: Sat Oct 22 07:26:13 2022 +0800 Vehicle - Add buffer handling tools to ovms utils - Slight improvement / extension to sign_extend commit 8d39f1a4907166f1dc29de763048ee822580595b Author: Michael Balzer Date: Sun Oct 23 20:23:56 2022 +0200 Server V2 & V3: fix race condition on stopping commit e65e294872f1aa8abc6e53a2cf636345b734e702 Author: Michael Balzer Date: Sun Oct 23 16:21:06 2022 +0200 Boot: minor calculation optimization on 12V check commit 133b93d38a7bdd7ba45e3885dfb4270d95fdcf3f Author: Ludovic LANGE Date: Tue Oct 11 14:31:14 2022 +0200 fix negative integer DBC numbers having wrong values When non-32-bits negative numbers were processed by the DBC processor, there was an issue where the resulting metric values were incorrect. As an example: A 16-bit signed value coming from the can bus as 0xFFF7(-9) is being multiplied by a factor of -1. When handled by the DBC processor, the incoming number is stored as 0x0000FFF7 ; which is not -9, but 65527. After multiplication, it comes as 0xFFFF0009(-65527). (While those should be: 0xFFFFFFF7(-9) and 0x00000009(9)) The root cause is that the sign of the non-32-bit number is not extended to the left, thus making it a different number. The fix is to sign-extend the number to the left (it should work from 2-bit numbers to 32-bit numbers) when we're dealing with signed numbers. Co-Authored-By: Michael Geddes Signed-off-by: Ludovic LANGE commit 57dbf5e294aafb7dba0f33ce387efde0f3b8ae64 Author: Craig Leres Date: Tue Oct 18 17:46:33 2022 -0700 Chevrolet C6 Corvette: Simplify "is running" logic, minor whitespace cleanup commit 736c5318acd44beb1d2cf5638178fd6ae88a8c02 Author: Ludovic LANGE Date: Thu Oct 13 20:47:55 2022 +0200 document deprecation of scp protocol in scp command commit 022b2331b81f328752b5052b33feea77e0dfe64a Author: Douglas Urner <4495780+DouglasUrner@users.noreply.github.com> Date: Thu Oct 13 01:39:36 2022 -0700 Update index.rst Fix small typo. commit 00b15362f609d060d3f3630aced616a94d76f20f Author: Ludovic LANGE Date: Mon Oct 10 23:05:56 2022 +0200 small addition to time configuration commit d722d6c1f444a7321ebd17ded57a41676cfe73a7 Author: Ludovic LANGE Date: Mon Oct 10 23:05:25 2022 +0200 warn about limits in SD card configuration commit 7892f05b2c0f79df1d5d08d06c850fdb70700fba Author: Ludovic LANGE Date: Mon Oct 10 23:04:53 2022 +0200 show research/wip modules in index commit 12779fa816f6a42d005ec33ab00354810b85ce68 Author: Ludovic LANGE Date: Wed Oct 5 21:20:06 2022 +0200 fix small typos/re-formatting in documentation commit 9eb7153cbf765200839854f5666f6bb337662086 Author: Michael Geddes Date: Sun Oct 9 17:10:51 2022 +0800 Vehicle - Fix RestartCellTemperatures to resize the correct vector commit 4e3339065669127d3243d6a57192ca1c4d8cd7d3 Author: Craig Leres Date: Sat Oct 8 18:10:59 2022 -0700 Add back missing PollSetState() call. commit 678099cc09de0374044d0f9a319bc9a64d5e21a7 Author: Craig Leres Date: Sat Oct 8 13:09:01 2022 -0700 2nd gen Cadillac CTS: Leverage spontaneous PIDs to avoid polling when the car is off. We only use two poll states, remove unused polltimes from the poll_pid_t list. Minor whitespace. commit 46b144e4f109039db55f0d3a9c558236e3bc6925 Author: Craig Leres Date: Thu Oct 6 20:54:07 2022 -0700 Chevrolet C6 Corvette: Leverage spontaneous PIDs to avoid polling when the car is off. Minor whitespace. commit aa7cdb1ef66680730dbe42f633927594486523f1 Author: Michael Balzer Date: Mon Oct 3 16:16:56 2022 +0200 History update commit c8440c93b81bc17581e0f6ce4eb72da6bb7c47e8 Author: Carsten Schmiemann Date: Mon Oct 3 13:06:07 2022 +0200 Add renault zoe phase 2 obd vehicle module commit e2cb4b77b833635967c66710061567c62f87eeaf Author: Michael Geddes Date: Sun Oct 2 15:54:11 2022 +0800 Fix issue with use of char * after object deallocated - Uses Metrics ->IsDefined() rather than checking for "-" commit 854b54fc6f19554892a4fda61539cb2468173b88 Author: Michael Balzer Date: Sun Oct 2 10:05:27 2022 +0200 Cellular: reduce UART queue overflows by distributing status poll commit 64597b0caa959c99c80de613429c0295dda2a7a9 Author: Ludovic LANGE Date: Fri Sep 30 21:24:32 2022 +0200 rename `lawricel` format to `lawicel` (#728) Typo - this format name (`lawicel`, a.k.a. `slcan` in the Linux Kernel) comes from the LAWICEL AB company and its product : http://www.lawicel.com/can232/can232.pdf Signed-off-by: Ludovic LANGE commit 2cfb86d9fe4e2c78e47dae442439ee8eae0b4e1a Author: Ludovic LANGE Date: Fri Sep 30 21:17:14 2022 +0200 fix `cs11` (canswitch) tag, and reference this format in the documentation (#728) * the TAG was wrong for this format and has been fixed * this format (`cs11`) is now metionned in [the documentation](https://docs.openvehicles.com/en/stable/crtd/can_logging.html#logging-to-sd-card) Signed-off-by: Ludovic LANGE commit 8865d1d3405d995f82fafd5882db08e43b3b35c4 Author: vbarat Date: Fri Sep 23 10:09:52 2022 +0200 Improvements of the TCP client CAN logger fix by using a semaphore instead of a wait loop. Code clenup. commit b2427f1da18ceb1380719e49106fb4e5fb8bda71 Author: vbarat Date: Wed Sep 21 15:21:43 2022 +0200 Fix the TCP client CAN logger so that it waits for the state of the connection to be known before returning. commit d00de6c03c70ed43f437039a9b7626879e914a70 Author: Mark Webb-Johnson Date: Fri Sep 2 14:36:59 2022 +0800 Support PANDA can logging format commit 431ece18580d7765c35f881fc34a4fc0cdc18e2e Author: Mark Webb-Johnson Date: Fri Sep 2 13:47:30 2022 +0800 Add can log udpserver feature commit a5a42b62e50cf3ba013fdb09814a3a364cbf011f Author: Mark Webb-Johnson Date: Thu Sep 1 08:24:22 2022 +0800 Changes.txt for 3.3.003 commit ffed950290d49c5a4bee634c9ec5f429eb185802 Author: Mark Webb-Johnson Date: Wed Aug 31 16:13:53 2022 +0800 Use StatusPoller() for all cellular polls, to better support CGREG and CEREG commit 44e0bc3744009858f430400c2bca46fc5b0bef51 Author: Mark Webb-Johnson Date: Wed Aug 31 08:09:31 2022 +0800 Start work on standardised vehicle alert code -> msg system commit fd3554f7aef81aea725d39985c62fd400192f220 Author: Mark Webb-Johnson Date: Mon Aug 29 08:42:03 2022 +0800 revert 89963ceee8fe8da1b5718c7cd238ff9c4fc4eb43 to allow further testing commit 89963ceee8fe8da1b5718c7cd238ff9c4fc4eb43 Author: Mark Webb-Johnson Date: Fri Aug 26 14:51:55 2022 +0800 Permit connections to wifi APs with empty password commit 42546636a379b49ab7366bea3063db60b12492c3 Author: Mark Webb-Johnson Date: Fri Aug 26 14:14:05 2022 +0800 Support multiple network registration types, including GSM, GPRS, and EPS (E-UTRAN) commit e30ffed86b3dc97cde8a8aeba6816728e102f8f9 Author: Mark Webb-Johnson Date: Fri Aug 26 12:04:08 2022 +0800 Enhance "cellular cmd" to show output from modem commit 533641ee75319fff45df74d05be02ec874ff0c6a Author: Mark Webb-Johnson Date: Fri Aug 26 12:03:41 2022 +0800 Revised 3.3 top schematic commit 0afbac30f5ac06dff98d36b6a4bfaef48a3b58f0 Author: Michael Balzer Date: Thu Aug 4 13:51:48 2022 +0200 Docs: added multilingual quickstart info sheet commit 8273c4d31bc32c30121cc5dda94e5956db733a3d Author: Peter Harry Date: Mon Aug 1 15:22:12 2022 +1000 Improve time to charge to Range Limit (#723) Adjust time to charge to Range Limit to account for battery SOH commit 7eb1d103ee19beed4f85d380a7bd216fedab65f4 Author: Alexander von Gluck IV Date: Mon Jul 25 07:43:03 2022 -0500 Bolt EV: Better status reporting of DCFC sessions; fixes #705 commit e32280e21d151a60c5c0470cff81701e806eb98c Author: Michael Balzer Date: Tue Jul 5 18:39:00 2022 +0200 Docs/Userguide: add battery cell monitor UI explanation Battery monitor: enable horizontal zoom commit cdc41c28e8f45eab5f8a5f0c992a69507101178b Author: Michael Balzer Date: Sun Jul 3 18:15:00 2022 +0200 Docs/Userguide: add general web UI intro commit 2b25287fbef5fa968236cb8e556ea11da7c8f579 Author: Mark Webb-Johnson Date: Wed Jun 15 12:05:15 2022 +0800 Support detection of SIM card not inserted in cellular modem system commit 05b69a8a99e4ccbff05c509c3b73b06ad95a35ad Author: Michael Balzer Date: Thu May 26 10:13:38 2022 +0200 Location: fix concurrency between park position update & check commit 9708258fe45fbf4e9c6ffe0599bfc4a1c4a2a95b Author: Robert C. Maehl Date: Mon May 23 22:24:46 2022 -0400 Fix Kia Soul Vin Checker? https://www.youtube.com/watch?v=rR4n-0KYeKQ Credit to Eva S.#4574 for compacting my original patch idea commit 8aa6004efbf39d87e3077d01c8fefda59496def0 Author: Michael Balzer Date: Fri Apr 29 15:42:53 2022 +0200 GPS: add normalized signal quality level, add web UI live status info Location: flatbed movement alarm only with reliable positioning New metrics: v.p.gpssq -- GPS signal quality [%] (<30 unusable, >50 good, >80 excellent) v.p.gpstime -- Time (UTC) of GPS coordinates [Seconds] New configs: [vehicle] gps.sq.good -- SQ level for location state "reliable", default 60 [vehicle] gps.sq.bad -- SQ level for location state "unreliable", default 40 New events: gps.sq.good -- GPS position is now reliable gps.sq.bad -- GPS position is now unreliable commit 444ed08df570250ff32b40ceb296aa711703b2d8 Author: Michael Balzer Date: Sun Apr 24 15:31:44 2022 +0200 ServerV2: fix dropped notifications from network switching commit 229171f012925afdb3b9b5a80b619098c394ca0a Author: Michael Balzer Date: Sun Apr 24 15:30:47 2022 +0200 Docs: add SIM7600G info, add Medlock&Sons info commit 297ace0507663082303232f50f38bc2587a7300e Author: mikeiimura <85041778+mikeiimura@users.noreply.github.com> Date: Tue Apr 19 10:16:24 2022 -0700 Fix ODO display units to km commit 81e319bf584ea917ae343b462f2b6ceeca16af79 Author: mikeiimura <85041778+mikeiimura@users.noreply.github.com> Date: Tue Apr 19 10:01:57 2022 -0700 Remove change to .gitignore commit 791d7a1c9f7695378ecd4cc83ba37cb350e5a2d5 Author: Michael Balzer Date: Sun Apr 17 09:44:49 2022 +0200 VW e-Up/Docs: add alternative installation option by donaldduck8 commit e8e0b717782b243dd9b3330e231d330c17f1ba83 Author: mikeiimura <85041778+mikeiimura@users.noreply.github.com> Date: Sat Apr 16 17:00:27 2022 -0700 Update index.rst Added instruction about installing Web Plugin. commit 880b17d4055a378e18b95f316f3c8b89725e5121 Author: mikeiimura Date: Sat Apr 16 16:54:18 2022 -0700 JdeMO DC Charging Detection Added DC charging detection and charge modes, ideal range calc, gear letter metric, odometer. commit b6f08c2614d170e4408b7d699541347b12b1116c Author: Michael Balzer Date: Sat Apr 2 15:09:10 2022 +0200 Zip: update zlib to version 1.2.12 From https://www.zlib.net/: Version 1.2.12 has these key improvements over 1.2.11: * Fix a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses. * Fix a deflate bug when the window is full in deflate_stored(). * Speed up CRC-32 computations by a factor of 1.5 to 3. * Use the hardware CRC-32 instruction on ARMv8 processors. * Speed up crc32_combine() with powers of x tables. * Add crc32_combine_gen() and crc32_combine_op() for fast combines. Due to the bug fixes, any installations of 1.2.11 should be replaced with 1.2.12. commit 34a62be123998e1c7d1f61d2a80ef2e777acd372 Author: Michael Balzer Date: Sat Apr 2 14:52:24 2022 +0200 Docs: add hint on early config restores commit bb857be2fcc04dcf1553cbef11ce05b917a6bcc9 Author: Michael Balzer Date: Sat Apr 2 14:51:05 2022 +0200 Zip: fix error message for out of disk space commit 7a1892440ff57f974e335977c2bf88bafc72176f Author: Michael Balzer Date: Thu Mar 31 22:12:48 2022 +0200 Location: add HDOP debug logging, enable continued logging & repeated alarms New configs: [vehicle] flatbed.alarminterval -- in minutes, default 15, 0 = single alarm commit 435b5004659de041701cf25e67d279ee01be7c68 Author: Mark Webb-Johnson Date: Thu Mar 31 09:58:20 2022 +0800 Minor changes to wording on fasttech stock items commit 76ed560323b893ee92a10552bea0cbfca7abf347 Author: Mark Webb-Johnson Date: Tue Mar 29 20:02:52 2022 +0800 OTA status display for operations in progress commit 0716b7b4fb3fe4f83802d2138f01b6a6868d784b Author: Mark Webb-Johnson Date: Wed Mar 23 13:50:36 2022 +0800 Add OTA erase and copy commands commit 0c949b7dc8bface3cc34d059ddfde4b15f5cc5bb Author: mikeiimura <85041778+mikeiimura@users.noreply.github.com> Date: Thu Mar 17 21:18:34 2022 -0700 Update index.rst commit 24f6cd029b0df5387e60a600822e64e102eefcb3 Author: mikeiimura Date: Thu Mar 17 21:09:24 2022 -0700 Stable Release-Tesla Bus Read-Only First stable release for RAV4 EV with only Tesla bus decodes and read-only display of vehicle information. Vehicle ON state and Charge state implemented with some debug and verbose logging. commit 42f3185c75e75048db640acd5aa1682e65cb4cee Author: mikeiimura <85041778+mikeiimura@users.noreply.github.com> Date: Sun Mar 13 15:11:48 2022 -0700 Update README.md Added link to Toyota RAV4 EV index doc commit d708680c8a0d2f5cd6bb083ddb5add4243de4eb8 Author: Mike Iimura Date: Sun Mar 13 14:59:04 2022 -0700 Initial RAV4 EV Support with docs commit 78b478424ba16bd562eb6e219fe95e8cd33c875e Author: Michael Balzer Date: Sat Mar 12 10:04:15 2022 +0100 Web UI: update monospace font families for better & broader OS support (based on latest stackexchange font family update) commit 196eea79e313fc74ebf4f11f666cb8d05281d430 Author: Michael Balzer Date: Sat Mar 12 09:20:01 2022 +0100 OTA: perform async flashing from SD (fixes issue #706) commit 543f24d3e1d53c4071e26d9877879e39567e7905 Author: mikeiimura <85041778+mikeiimura@users.noreply.github.com> Date: Sat Jul 17 00:37:42 2021 -0700 Delete charts.js.gz commit 4dbd64d47b033c958b01c32b42e4e3ff5353fb05 Author: mikeiimura <85041778+mikeiimura@users.noreply.github.com> Date: Fri Jul 16 15:58:51 2021 -0700 Delete RAV4 EV Shoreline Stock Photo.jpg commit 8d71636469c66e875b0cff8405754b6927912aea Author: Mike Iimura Date: Fri Jul 16 10:20:03 2021 -0700 Revised Initial RAV4 EV Support commit b25161f57824fddf21e8de8390ee387fde163c43 Author: Mike Iimura Date: Fri Jul 2 21:19:00 2021 -0700 Add Toyota RAV4 EV Support