commit 7875dc9f80d8513f0b030fd806a522f0112325bc Author: Stephen Casner Date: Sat Dec 26 08:47:03 2020 -0800 Root OvmsCommand also needs non-NULL m_usage_template commit ce293b65347f1d7ade0abec6a7b331d6a0e32670 Author: Michael Balzer Date: Sat Dec 26 16:38:16 2020 +0100 Vehicle framework: generic single OBD2/UDS request shell command & API call New commands: obdii can[1-4] request device [-t] [-e] txid rxid request obdii can[1-4] request broadcast [-t] request commit f2bec58acde027e722feac6bf2732bae11b5fe5d Author: Michael Balzer Date: Sat Dec 26 16:35:30 2020 +0100 Poller: add missing OBD2 modes commit 42df03aba7876bbbfd58b51677cc373720ffdcd1 Author: Stephen Casner Date: Fri Dec 25 17:04:32 2020 -0800 Correct the default value shown for homelink duration commit b40e4346aba4bee85b6195ca907a895cecdf0026 Author: Stephen Casner Date: Fri Dec 25 12:04:13 2020 -0800 vfs command usage string no longer accurate, use default commit 2240fa0d7ccd93ee7e6bad243403e0e28ce865f7 Author: Alexander Kiiashko Date: Fri Dec 25 12:52:33 2020 +0200 VA: fix lock/unlock for Volt 14 MY, set doors and lighting metrics - lock/unlock status determinated by bit value, not a whole byte - log of lock/unlock source - set doors, trunk, hood, lighting metrics commit 6a1c40a9309b3f79bbc7bace273c569c531b0e20 Author: Stephen Casner Date: Thu Dec 24 23:17:38 2020 -0800 Facilitate more default arguments to RegisterCommand() - Move the translation of the default usage string argument "" to "$C" from OvmsCommand::PutUsage() into OvmsCommand::ExpandUsage() so it works for the recursion to handle "$L" as well, and expand the translation to "[$C]" for instances with optional children as indicated by the presence of an execute function. This allows more command instances to use more default arguments. - In the OvmsCommand constructor, translate NULL as the usage string argument to the default "" so the rest of the code does not have to check for NULL. - Reduce explicit RegisterCommand() arguments to use defaults for: egpio status egpio monitor status location action enter homelink location action leave homelink location action rm enter homelink location action rm leave homelink ota status ota flash auto power adc|can1|can2|can3|egpio|esp32|sdcard|simcom|spi|wifi simcom status log monitor module tasks - Adjust usage string to follow syntax conventions for: tpms set commit 185916c5fe321c8a30cf3879ad7b0aa0f5ab61fe Author: Stephen Casner Date: Thu Dec 24 15:38:29 2020 -0800 Add "test commands" to output CSV table of full OvmsCommand tree commit eb453845c131a155deca16d1e0f12c5fc74e1379 Author: Michael Balzer Date: Wed Dec 23 15:17:36 2020 +0100 VW e-Up T26: minor init log correction commit 2698b8708eba1437314a07890a797b7d548fee57 Author: Michael Balzer Date: Wed Dec 23 15:14:18 2020 +0100 VW e-Up T26: minor init log correction commit b62bda8002a7edda04edd60ced2107ee0bb13989 Author: Michael Balzer Date: Wed Dec 23 15:05:11 2020 +0100 Location: fix build issue commit 47c229c400d5ad2f0293c205620fa5b0d500e5ce Author: Michael Balzer Date: Wed Dec 23 15:00:15 2020 +0100 Vehicle: split module source, extended API comments commit db4e6aefe907a21f814409bcba64d4311ee428a3 Author: Michael Balzer Date: Wed Dec 23 11:09:29 2020 +0100 OBD2ECU: add bus can4 commit 3f25db676c32324b81a08592cbada01081b6d728 Author: Michael Balzer Date: Wed Dec 23 10:51:12 2020 +0100 CANopen: add bus can4 commit ec43f4b5fb2312137456a671630e64db7f2cfd2d Author: Stephen Casner Date: Tue Dec 22 22:58:34 2020 -0800 Improve some vehicle commands - Derive map_vehicle_t from CNameMap rather than map and implement a validate function so tab completion works for vehicle types. - For fake vehicle types that use the base OvmsVehicle::Status() function, change the status message to include the vehicle type name and add capitalization to those names. - For climatecontrol command, implement on and off as subcommands that work with tab rather than as a text parameter that must be compared. - Correct the syntax of homelink usage string. commit b9b2705ecd7acf62c78488f92bd1f6af4d6b927a Author: Stephen Casner Date: Tue Dec 22 19:41:55 2020 -0800 Generalize NameMap for non-ptr T to replace NameStringMap, add CNameMap commit 68ce4c1dc4c48e665e7d061efd3fed73a064d8a2 Author: Michael Balzer Date: Tue Dec 22 20:03:24 2020 +0100 Wifi: option to immediately disconnect/reconnect on bad signal level, add this + SQ good/bad levels to web UI New config: [network] wifi.bad.reconnect [bool], default no commit 2201b76856ce08c6a93aa8d3722ef46dc250ebf1 Author: drc38 Date: Tue Dec 22 17:07:02 2020 +1300 NL: updated remote heat/cool logic 0x54b d[1] does not appear to contain a bit for remote timer on 2016 model, using alternate logic based on if car is off and heat/cool is on commit 61b3bf5a5560d75680a20837694452d38da8114c Author: Stephen Casner Date: Mon Dec 21 13:29:35 2020 -0800 Fix "config" command parameter validation and completion - can't be validated if was not valid. - There is no validation for . - OvmsCommand::Complete() needs to start by marking the array of completion tokens as empty in case m_validate() does not set any. commit 8cb7bb21e708b6bc0d5e9289aecadce129c93642 Author: Stephen Casner Date: Mon Dec 21 10:30:31 2020 -0800 Improve conditions for network.wifi.sta.bad event - Avoid Wifi disconnect due to not-yet-stable signal level in WifiStaGotIP(). - Issue network.wifi.sta.bad event if the Wifi connection is lost before bad signal level is detected based on timer. commit fb77c2a62ff9984921728289c22c597d72a54217 Author: Michael Balzer Date: Mon Dec 21 11:03:43 2020 +0100 Twizy: full cleanup on module unloading commit b447bcafffa7624c7bd73d835e1b924aca7995a6 Author: drc38 Date: Sat Dec 19 19:33:48 2020 +1300 NL: extra non-hvac state found commit 2455c1ea99e4a7d8f7eb06b0daea30d493dd29bd Author: Stephen Casner Date: Fri Dec 18 18:11:26 2020 -0800 Improve '?' handling for location command - Don't allow setting a location named "?" ("location set ? 22 114" would do that) - In any command using NameStringMap::Validate() or NameMap::Validate(), don't print the message "Error: ? is not defined" since it is not really an error but a request to show the usage. commit c660e7a4b11c9fe9b439ad47e745ae7fe4948acb Author: Michael Balzer Date: Thu Dec 17 20:34:05 2020 +0100 Plugin ABRP: documentation updated according to issue #496 commit b18a52f8a7dbf948a1ad93f036604a1c8d7ee3e5 Author: greiling Date: Mon Dec 14 23:01:04 2020 +0100 Update page-command.html Needs firmware >= 3.2.015-212-g86346abe Reloads page, if values could not been set Reads from metrics which limitation or drivemode is set Limit values changed to shown values commit 86346abe615ede1e84b1265f1538245b811c06ca Author: Michael Balzer Date: Mon Dec 14 20:29:34 2020 +0100 Twizy: fix valet mode persistence, add valet & lock mode detail metrics New metrics: xrt.v.e.locked.speed -- Speed limit [kph] set for Twizy lock mode xrt.v.e.valet.odo -- Odometer limit [km] set for Twizy valet mode commit b75555625395f0f84545c60073842c92496a7a9b Author: greiling Date: Mon Dec 14 19:04:23 2020 +0100 Update page-command.html fix POST value to /xrt/drivemode open websocket - highlight chosen drive mode load limitation config - highlight chosen limitation harmonize values of limitations commit 9a071599195b592439b39df3508fdfc55faefdc9 Author: Michael Balzer Date: Sun Dec 13 17:11:41 2020 +0100 Vehicle: poller support for ISO-TP extended addressing scheme commit ba6ee74168c51fc37326fd778c091c213b9f3756 Author: Michael Balzer Date: Sun Dec 13 13:34:56 2020 +0100 Script/Duktape: fix duplicated backtrace output commit 5434da4cbc6505e7229228ce7e11fec4e09d28e5 Author: Michael Balzer Date: Sun Dec 13 13:21:21 2020 +0100 Script/Duktape: minor stack fixes commit e8a94efd4f67b98879435734b6194fd59d84f00e Author: Michael Balzer Date: Sun Dec 13 13:21:06 2020 +0100 Script/Duktape: backtraces on errors commit 1fe8ba1970561c145d70293f2d89d18829dbd96a Author: Michael Balzer Date: Sun Dec 13 13:19:49 2020 +0100 Script/Duktape: log garbage collection times commit 2b8f16019ff770bd581e89c2451c8e288540bbcb Author: drc38 Date: Sun Dec 13 13:03:17 2020 +1300 NL: fix remote test commit 8deef6e8493c2fe673962581663148dc7067e2dd Author: drc38 Date: Sun Dec 13 12:13:56 2020 +1300 NL: separate 2016 climate metrics commit d1972c0028e2b6a0147b561f1260e034ccc3faf9 Author: Michael Balzer Date: Sat Dec 12 16:30:32 2020 +0100 Web UI: optimize log line unwrapping commit 49222f7f3ea5d9c8cdcc4219b4000dc1c49513c8 Author: Michael Balzer Date: Sat Dec 12 15:48:54 2020 +0100 Smart ED: fix OBD request for additional payload (bug copied from Twizy) commit 1fbed4cbda4b83aa52be10c6a168af26a82ae27f Author: drc38 Date: Sat Dec 12 22:43:19 2020 +1300 NL: improved climate settings >2013 commit e60f66c31803981aff29019d49651da5f245ead1 Author: drc38 Date: Fri Dec 11 22:11:40 2020 +1300 NL: improved hvac criteria for remote turn off commit a776aa89839d1731de99f33920f918aa83a2c97a Author: drc38 Date: Fri Dec 11 19:11:41 2020 +1300 NL: fix lock unlock repeating commit ec689478904ae072c8a20ef6ae1ed1460e65a39d Author: drc38 Date: Fri Dec 11 19:09:22 2020 +1300 NL: tidy up voltage scaling commit 9374267d2202328f55e23b35d0189d05f1ac6513 Author: Michael Balzer Date: Wed Dec 9 20:49:10 2020 +0100 OTA/events: no abort during OTA flash operation commit 4edda4bda6818e060056e3e8f23b1339bc673121 Author: Michael Balzer Date: Wed Dec 9 20:21:43 2020 +0100 BMS monitor: cell alert text rework (re issue #483) commit 3b2a632fccd9c5f5cea81fdb7e48c34ee9bcb0ae Author: sharkcow <40037034+sharkcow@users.noreply.github.com> Date: Wed Dec 9 20:16:35 2020 +0100 ovms_server_v2: change charge current to float otherwise the decimals in the android app aren't of any use :) commit 1b534fcb9f35506817d564df1783b7a7f49e567e Author: Michael Balzer Date: Wed Dec 9 16:59:00 2020 +0100 Twizy: fix OBD request for additional payload commit 5b75b635acb8c258afa86dc1eaf6eb8e2ceee94c Author: drc38 Date: Wed Dec 9 23:18:42 2020 +1300 NL: extra adjustments for remote climate function commit 550a6a99cfa4338e3e45467ae39714e0373f46f5 Author: drc38 Date: Tue Dec 8 21:05:22 2020 +1300 Update vehicle_nissanleaf.h commit 7d38ada0be68aab27835c270120c11beb1e284cc Author: drc38 Date: Tue Dec 8 20:17:17 2020 +1300 NL: use setpoint to indicate hvac status commit 047f3111a54618ae2b759a1b010661096215fbff Author: Michael Balzer Date: Sun Dec 6 19:45:29 2020 +0100 New plugin: Twizy/Page-Command by Matthias Greiling commit 180ccc5e4155a082250a1aa6dca09612b688a6ad Author: Dimitrie78 Date: Sun Dec 6 10:13:31 2020 +0100 SmartED: remove indoor TempPoll from Wakeup commit 3981acdd9ec375b07a1e50fb9de3e27ff5a6a9bd Author: Dimitrie78 Date: Sun Dec 6 10:12:04 2020 +0100 SmartED: change DC Fault to correct value commit 99551063026f156a14380e897cc38eb8fbbb3ed5 Author: Dimitrie78 Date: Sun Dec 6 10:10:38 2020 +0100 SmartED: change recu Button sitze commit 19ccc235ad711dba46b18b97c170adcca9166787 Author: drc38 Date: Sun Dec 6 08:26:58 2020 +1300 NL: add user scaling for AC charger voltage commit 0a0c6ba577dca3e444853097383235323cfcc1a8 Author: Michael Balzer Date: Sat Dec 5 13:17:43 2020 +0100 Wifi: allow longer scan time per channel to improve network detection Background: Android hotspots were only found on ~ every second scan. The default active scan time seems to be limited to 200 ms per channel. With max 500 ms per channel, a full scan may need up to 4 seconds, but will find Android hotspots reliably. commit de4913ed3b408a0989e564b4b883d535dccfae1b Author: jaunius@gmx.com Date: Sat Dec 5 12:49:40 2020 +0200 moved bat. heaterpresent metric commit 0489d6fc2705f83e11dc76f6214210a34b1ba6a2 Author: jaunius@gmx.com Date: Wed Dec 2 11:12:01 2020 +0200 validate MY for bat. heaterpresent commit 13edf613749ef531c611793a3377769d626b1916 Author: jaunius@gmx.com Date: Wed Dec 2 01:34:32 2020 +0200 fix cabintemp, add battery heater metric commit 10232c581097729beb3414cdd9734ecc0d449f74 Author: Michael Balzer Date: Sun Nov 29 15:19:06 2020 +0100 DBC documentation: add primer on creation & usage commit ed388481e6f567b6e1c6eef6a39be4d49df6ac49 Author: Michael Balzer Date: Sun Nov 29 15:18:26 2020 +0100 DBC: change vehicle log tag to conform to framework standard commit 4a703abc7c42a67456a9ed55c402383740beafdf Author: Michael Balzer Date: Sun Nov 29 15:17:52 2020 +0100 DBC: fix endianness value on signal dumps commit 5cb3b79f54c2e4aefce6c84e1ba8288aca671c92 Author: devmarxx Date: Sat Nov 21 09:01:04 2020 +0100 Respond to vehicle turning climate control off Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp commit 8a45de1820be98f199162b2cc0933a26751091f5 Author: Chris Staite Date: Wed Nov 18 12:30:12 2020 +0000 CI: Add Travis-CI build script to build commits to the OVMS.V3 code. commit 3eea3b49749d346420a40d8ecd079897824e010f Author: swifty99 Date: Sun Nov 15 21:29:17 2020 +0100 Update can_logging.rst typo on CAN boud rates commit 0d1070d72dacd63965b18e1d1d502549f0a0339e Author: devmarxx Date: Sat Nov 14 14:55:25 2020 +0100 Added some documentation Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst commit 14c1828641d684b10a69ea150f00556cc8867fec Author: Michael Balzer Date: Fri Nov 13 11:01:00 2020 +0100 MGEV: fix vmax/vmin typo (https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/pull/466#issuecomment-726665828) commit a6bc3f6d721390caa883c859af6642f83df130a1 Author: Chris Staite Date: Thu Nov 12 19:49:50 2020 +0000 MG: Change cell voltage conversion. commit 53c2664d8cccda0bbc9df3d12529b8afe1b63128 Author: devmarxx Date: Mon Nov 9 14:00:32 2020 +0100 Corrected some documentation Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst commit 10630fce7e9be2f63c02a6dc8296d38f2a22db20 Author: devmarxx Date: Mon Nov 9 13:54:02 2020 +0100 Corrected version number and added some documentation Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp commit f6121dddb9171bed44de4053c4a99512ce8e32ed Author: Michael Balzer Date: Sun Nov 8 11:45:32 2020 +0100 Build: merged new idf release/v3.3 config options commit 3176671b52b14961cfbffa07821ec440fabed03d Author: Michael Balzer Date: Sun Nov 8 11:38:07 2020 +0100 Web UI: force line breaks on preformatted dialog text commit 370ebbdf53154d0971a8fca0d2bb68705369a926 Author: devmarxx Date: Wed Nov 4 08:43:44 2020 +0100 Added ability to set modell year and cabin temperature parameters from the app. Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup_web.cpp commit 6fd3af882d1f2186ca9472a3630ef8104444ba32 Author: Chris Staite Date: Wed Oct 28 19:47:33 2020 +0000 It's the VCU not the BMS that has the max charge rate. commit 6a55b08cb0cf6410299536e7360ccdd287c2b92e Author: Dimitrie78 Date: Tue Oct 27 19:09:54 2020 +0100 SmartED: add recu wippen detection add recu wippen detection change custom obd polling commit b1e9142669ca8d30ec33bc09d209f196c1b04646 Author: Michael Balzer Date: Mon Oct 26 21:27:45 2020 +0100 Docs: Twizy auxiliary charger & charger fan howto commit 48b9b43cf0def943d269f4f5678ab05988824bf7 Author: Chris Staite Date: Tue Oct 20 19:51:27 2020 +0100 Increase the time that the SO is attempted for. commit 9a6c55047a7afbe0fbf258461c5fb41f963b4c7f Author: Chris Staite Date: Mon Oct 19 20:47:48 2020 +0100 MG: Change logic for SO to check whether the battery is charging every time it is sent. commit 5b20f47b21dbdfa2ca6681fd3fd166ee5ec768b5 Author: Chris Staite Date: Sun Oct 18 21:17:43 2020 +0100 MG: 70A sets CAN to Awake, cope with that when detecting it. commit 19e478896df8a98e11418f665ce0515b642b5e31 Author: Chris Staite Date: Sat Oct 17 22:10:01 2020 +0100 MG: Do a lot of work around the 12v readings. commit dec31a9715b0ecf0163f379fef3eb888d33b1bb2 Author: Chris Staite Date: Sat Oct 17 21:23:37 2020 +0100 MG: Don't keep trying to wake the car fruitlessly and kill the battery. commit 9ab6b6b852b05f09f3b9e94b66778ded0d9276b6 Author: Michael Balzer Date: Sun Oct 18 15:53:57 2020 +0200 Location: add metric for name of current location New metrics: v.p.location -- Name of current location if defined commit 12ddfbd8745b7a0afa6692f323962155c2e15b37 Author: drc38 Date: Thu Oct 15 22:26:48 2020 +1300 NL: add timerwait state commit e92bb0b9648c83c47362de66239aab4ff5629fe9 Author: Chris Staite Date: Sun Oct 4 21:19:30 2020 +0100 MG: Allow longer to wake from zombie mode. commit 13e038f2fd178e5b7642630dbbc6b5266622fcaf Author: Chris Staite Date: Fri Oct 2 12:58:13 2020 +0100 MG: Change lower battery threshold to 6%. commit 7246dd36f7c169701d9a9ef064e4159cf7631dbe Author: Chris Staite Date: Thu Oct 1 21:09:57 2020 +0100 MG: Use 70A message to detect zombie mode. MG: When the car is unlocked check more regularlly for the charger. MG: When the car is unlocked check more regularlly for the charger. MG: When detecting zombie mode, reset CAN to avoid a loop. MG: Use 70A frame to detect Zombie rather than CAN errors. commit b532332b2a0b0472345ca4000be39bbccd47609d Author: Chris Staite Date: Tue Sep 29 20:13:57 2020 +0100 MG: Don't keep the charge port locked when car is unlocked. commit 9280fa7b81efdb856c44f7b4e298628fad2756b1 Author: Michael Balzer Date: Sat Oct 3 19:56:00 2020 +0200 Twizy docs: added notifications info commit 087b963ec074476382f9443105e42d6912226b81 Author: Michael Balzer Date: Sat Oct 3 19:55:24 2020 +0200 Docs: added system notifications guide commit 6e6b6d412063ba93adc15d734d72d6f162ddbbc8 Author: drc38 Date: Wed Sep 30 20:57:12 2020 +1300 NL: tidy up charge current commit 8bd32cd328105a1affdf20247ba66682da96e989 Author: drc38 Date: Wed Sep 30 20:45:39 2020 +1300 NL: alter charger voltage to reflect evse power commit 41d08b741a9f26cdc577b1d4c890c66beb596fa0 Author: devmarxx Date: Tue Sep 29 23:41:33 2020 +0200 Corrected cabin temperature Changed vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp commit 5a31ab792624fe3dc8f2215fe5123973aada9798 Author: Chris Staite Date: Tue Sep 29 07:05:16 2020 +0100 MG: Disable all BCM functions as alarms are going off across the country. commit 98b94be37334f731ffdb73e862c92f29a2a04730 Author: devmarxx Date: Tue Sep 29 07:50:26 2020 +0200 Corrected estimated range Change: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp commit c56569e13fe5c9616e5ef7fc315c31a5d037cc0b Author: devmarxx Date: Mon Sep 28 15:06:50 2020 +0200 Corrected ICCB detection Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp commit 8b37bffa65ffb5e09378ddc82f100a00e3f3db00 Author: devmarxx Date: Mon Sep 28 14:42:56 2020 +0200 Implemted ICCB charging detection Changed components/vehicle_vweup/docs/index.rst components/vehicle_vweup/src/t26_eup.cpp commit 8d4a9da0e73dcc6411951ac3fb96ea0bda3bff04 Author: Chris Staite Date: Sun Sep 27 19:57:36 2020 +0100 MG: Don't poll for the software version of the BCM if the car is locked. commit 0fbb4489d9b772170af270e01cfbd03ed85bd8f3 Author: Chris Staite Date: Sun Sep 27 19:20:13 2020 +0100 MG: Add support for battery cell voltages. commit ec25060093569f84208704a95293e40fa580729f Author: Chris Staite Date: Sat Sep 26 13:27:35 2020 +0100 MG: Add charging current and voltage. commit 0834a90f2b0fdab40e46dfb31c53a5a3bae49296 Author: Michael Balzer Date: Sun Sep 27 16:13:03 2020 +0200 Docs: added SW_CTL/SW_12V load info commit 0aba7ea625aa84697afc8b1136ac23162e28d831 Author: Michael Balzer Date: Sun Sep 27 14:25:43 2020 +0200 Plugin ABRP: documentation update commit 7205c4a809a4a66bc76b4f6c39ac60a579ec02c6 Author: Chris Staite Date: Fri Sep 25 13:14:00 2020 +0100 MG: Add more ECUs to version checker. commit f53abdbd8246afced76ba9434c7113f3d5d52c1d Author: Chris Staite Date: Fri Sep 25 12:02:11 2020 +0100 MG: Change the order of poll state checks to compensate for PEPS weirdness. commit f1f801b2227bedf9f3510cde8fbea956117bcca3 Author: Chris Staite Date: Mon Sep 21 20:53:51 2020 +0100 MG: Complete re-write of the poll states and keep alives. Now supports "zombie" mode when the car is woken by the charger. commit 3572081a56a510dc660f74a23e5381281c0affc5 Author: devmarxx Date: Wed Sep 23 15:11:44 2020 +0200 Corrected Version date Changed: vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp commit 40639c4f96f84fb4caa8a3adc6c0f6ba4fbc5a79 Author: devmarxx Date: Wed Sep 23 15:02:17 2020 +0200 Bufix estimated range, remote command updates, edited documentation Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.h commit 0808a86463ef73e9ea32c68a2f4b004803cd2493 Author: drc38 Date: Wed Sep 23 17:48:15 2020 +1200 NL: add motor power, inverter efficiency and 12V charging commit d1c1d6146bbc09f561df8ef9b44f9f6c938be527 Author: Glyn Hudson Date: Tue Sep 22 23:36:39 2020 +0100 docs: add node regarding ZE0 SoC display fix #154 commit 6d1ce45f57159e2d9171530c673d9e3427f72453 Author: Michael Balzer Date: Mon Sep 21 23:40:23 2020 +0200 Docs: add average power usage commit 3422f7b68e5f67dcbae0261c6281c1e0996cf774 Author: drc38 Date: Tue Sep 22 06:36:56 2020 +1200 NL: fix cabin metric defs, inv temp and add motor temp commit 8f319580483f688a77e300cfe07f27604528c9b7 Author: Michael Balzer Date: Mon Sep 21 19:12:28 2020 +0200 Web UI: docs addition for local development commit 0d903fdd04966f110f616bc18aded8a511f0f163 Author: Michael Balzer Date: Mon Sep 21 19:01:24 2020 +0200 Web UI: local development framework commit 4902f5e6a4edf5c0635b56dc8508608ed5471c90 Author: Michael Balzer Date: Sun Sep 20 13:06:18 2020 +0200 CAN/esp32can: fix write concurrency commit 99fd1549c6d9a7e81758822349ce02415ec43c90 Author: Michael Balzer Date: Sun Sep 20 13:04:38 2020 +0200 CAN/mcp2515: fix write concurrency, fix log spam on bus errors commit c0e2c7a6a513e13c38716519d3fe73f197a8539a Author: Michael Balzer Date: Sun Sep 20 13:02:34 2020 +0200 CAN: raise TX queue to 30 frames, add frame sequence number to "test cantx" commit 47d099259dd72a391b7b4e0a7489f500cad5489d Author: Michael Balzer Date: Thu Sep 17 22:09:27 2020 +0200 OBD2 PID scan: allow PID ranges beginning at 0000 & ending at ffff, check 8 bit poll type PID range commit 730db5e698f39cfe9873b697007fdf3b20ae3b96 Author: Michael Balzer Date: Thu Sep 17 12:52:53 2020 +0200 README: Vehicle updates commit ee97fe73b79ff7d7dcebd023e22ebaaf81cf8ec5 Author: SokoFromNZ Date: Thu Sep 17 11:03:06 2020 +0200 VWUP.OBD: sign correction on metrics and other improvements commit 28058c45a53a040340e1b71b374157e7f7c346d1 Author: Mark Webb-Johnson Date: Thu Sep 17 10:17:57 2020 +0800 ECU userguide documentation fix for OvmsMetricFloat => OvmsMetrics.AsFloat commit 2e776f69753c587c9ce2ae8c69a801f6e1fd3440 Author: Chris Staite Date: Wed Sep 9 17:09:29 2020 +0100 Add initial support for MG ZS EV, likely to work with other future MG EVs. commit 039cc3eafc7a61742139d2934624183115ba9635 Author: Mark Webb-Johnson Date: Wed Sep 16 10:59:53 2020 +0800 Add clock.HHMM and clock.dayN events, to simplify scripting commit 8a67239aa649fb3fcba937bf5396cbd8d8d7ed5d Author: Michael Balzer Date: Tue Sep 15 23:35:34 2020 +0200 RE OBD2 scan: support rx id ranges, poll types (8 & 16 bit), add timeout option, reduce default timeout to 3 seconds, fixed end of scan detection on timeout, output results on stop Extended command syntax: re obdii scan start [-r[-]] [-t] [-x] commit 6e0dad92fb0f01013547c33657963f6996779963 Author: Chris Staite Date: Tue Sep 15 19:45:09 2020 +0100 Store the responses of the PID scan and output as part of the status. commit d6dad3e5981c8e12bf8de904e4018006e8c9fbd2 Author: Chris Staite Date: Tue Sep 15 12:16:59 2020 +0100 Add a tester present tool. commit 11d8d27f44aa2d306b07898c7f03c63fe5cf8cf2 Author: Chris Staite Date: Mon Sep 14 14:57:26 2020 +0100 Add a PID scanning tool. commit 3cca94ee19f122f5f778f0aa55598faa690c53a0 Author: Chris Staite Date: Tue Sep 15 11:05:09 2020 +0100 Don't set the vehicle to ready if it's unknown. commit 524e29c1f33b0d668d656765b5b038b2c052099b Author: drc38 Date: Tue Sep 15 19:44:12 2020 +1200 NL: swap energy accumulators to match new batt current sign commit 088352e4aa6b20fe555e7635e471807d490a6d35 Author: drc38 Date: Tue Sep 15 19:35:49 2020 +1200 NL: remove vin init as not required commit 7c784c754ffbb01bf8620e62b590904936da63d6 Author: drc38 Date: Tue Sep 15 19:32:04 2020 +1200 NL: use new charge standard metrics, correct batt current sign commit a6715f777c18f6d3caa32da8e2a4a94a369c23fe Author: devmarxx Date: Mon Sep 14 22:53:29 2020 +0200 Bugfix lights and locked detection Changed: vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.h commit c046d64edb601e1ba1f93ad7cd00a87cf74b32c0 Author: devmarxx Date: Mon Sep 14 21:08:38 2020 +0200 Added lights, rear doors, hood and trunk detection Changed: vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.h commit 0dc23f9042d18ec0b6fc4e44e26ab5978fa64d98 Author: devmarxx Date: Mon Sep 14 07:52:43 2020 +0200 Added car locked detection and Homelink climate control. Changed: components/vehicle_vweup/docs/index.rst components/vehicle_vweup/src/t26_eup.cpp components/vehicle_vweup/src/t26_eup.h commit 7999a3b368c39732e8745f442e6c7868e5f7a54d Author: SokoFromNZ Date: Mon Sep 14 00:50:09 2020 +0200 VWUP.OBD: supply new standard metrics commit 12fe678737cdd0d951660bdbd0bc14c3f8de10b4 Author: SokoFromNZ Date: Sun Sep 13 23:06:17 2020 +0200 VWUP.OBD: Normalized value for SoC commit 1af075e664299568e57da1c4fd3349d1a21caec2 Author: Michael Balzer Date: Sun Sep 13 20:01:15 2020 +0200 Server V2: add new standard metrics to state & location messages commit 8e21ddf2db663a58fe14bb3fc5518a45ea5c331e Author: Michael Balzer Date: Sun Sep 13 19:41:36 2020 +0200 New standard metrics: v.c.power -- Momentary charger input power v.c.efficiency -- Momentary charger efficiency v.i.power -- Momentary inverter motor power (output=positive) v.i.efficiency -- Momentary inverter efficiency commit 6009bc4b53c27a4f0de24d67ce095d27a96f9f06 Author: drc38 Date: Sun Sep 13 22:39:04 2020 +1200 NL: add custom charger power and efficiency metrics commit 1ef4993e32f892caa57ff9fd9020c22d214f611a Author: Glyn Hudson Date: Sun Sep 13 02:54:36 2020 +0100 VWUP: use correct metric for cabin temp now app support commit 15c83e1a92cd44f713cfb3c88b6717f00a0c9ae1 Author: devmarxx Date: Fri Sep 11 13:08:53 2020 +0200 Updated user documentation commit 036cad58664265040b2d82c8095f3d9a778a8b36 Author: drc38 Date: Fri Sep 11 20:58:47 2020 +1200 NL: fix lock on drive option commit 8e8506f372a03de82ac20240870e0d8398c018eb Author: drc38 Date: Wed Sep 9 19:43:20 2020 +1200 NL: correct chademo charge voltage and current commit aae836afb7504bc215818371c9201a6734fce160 Author: drc38 Date: Tue Sep 8 20:44:03 2020 +1200 NL: enable polling of bms cell shunts, tidy up metric initialisation commit c7b03734f3fe5aa28aabd1f7be9755149900f75b Author: SokoFromNZ Date: Mon Sep 7 18:39:51 2020 +0200 VWUP.OBD: correct v.b.energy.used.total calculation commit d6c8e72df846636d6ee28ffad93447093bb332d6 Author: SokoFromNZ Date: Sun Sep 6 13:49:43 2020 +0200 VWUP.OBD: Web plugin corrected commit 26a6c102989583c018dae6a55e3d967a3c06a11d Author: SokoFromNZ Date: Sun Sep 6 13:31:28 2020 +0200 Revert "changes.txt" This reverts commit 4b93bc74c0d3fba5f11db629ff517c3d9fbde0c0. commit 4b93bc74c0d3fba5f11db629ff517c3d9fbde0c0 Author: SokoFromNZ Date: Sun Sep 6 13:30:05 2020 +0200 changes.txt commit 75184afaa317a44f07b791552e8914b1b39b3c96 Author: SokoFromNZ Date: Sun Sep 6 13:28:18 2020 +0200 Total Energy is stored in Standard Metrics now commit 2ab8d0623f1f56183d50cd37ee0608fca9ec85a4 Author: Michael Balzer Date: Sun Sep 6 08:41:00 2020 +0200 Poller: fix response type PID identification commit 1e7fe6c3e269e232aebf661edb083cfba0bdabe0 Author: SokoFromNZ <33326277+SokoFromNZ@users.noreply.github.com> Date: Sat Sep 5 21:29:59 2020 +0200 Update metrics.rst User Guide for new std metrics commit 1403e2190a28dfb24fd74d39b8460e91cb8aca84 Author: Michael Balzer Date: Sat Sep 5 15:52:29 2020 +0200 Twizy: support additional OBD/UDS request types & arguments on command "xrt obd request" Example: read DTC information from BMS: OVMS# xrt obd request bms 19020f commit d742383e3ac93afc961f8b0a9a0aa85189b411b7 Author: Michael Balzer Date: Sat Sep 5 15:48:49 2020 +0200 Poller: support more UDS service types, support service types w/o PID echo (e.g. clear DTC), support additional request arguments (e.g. read/clear DTC) commit eb2ed4f0600245644a9d0199d83d78aa1c2c3c05 Author: Michael Balzer Date: Sat Sep 5 15:21:58 2020 +0200 Utils/config: code refactorization for hex string codec commit 88f6579102c396fe59d91856443d3d1ccffc94cd Author: SokoFromNZ Date: Sat Sep 5 13:24:39 2020 +0200 persistent_version increment commit ffd0cace2bca4c4dd7802007d378f4cc2b2f25d1 Author: Michael Balzer Date: Sat Sep 5 09:27:12 2020 +0200 History correction: e-Up OBD moved to release 3.2.016 commit 13c10bcf74f4851e39640769eefd937739843bb9 Author: devmarxx Date: Sat Sep 5 09:05:32 2020 +0200 Added changes to vehicle/OVMS.V3/changes.txt commit 0ec48ec9d15085a866598e881b78d3a2f7993b56 Author: devmarxx Date: Sat Sep 5 07:19:30 2020 +0200 Readded upgrade check Changed: vehicle/OVMS.V3/main/ovms_config.cpp commit 63164d00cfe99961677dce7731cf3e23fc800ef7 Author: devmarxx Date: Fri Sep 4 21:29:38 2020 +0200 Climate Control et al. Changed vehicle/OVMS.V3/components/vehicle_vweup/docs/fakra_sma.png vehicle/OVMS.V3/components/vehicle_vweup/docs/index.rst vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.cpp vehicle/OVMS.V3/components/vehicle_vweup/src/vehicle_vweup.h -> vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup.h vehicle/OVMS.V3/components/vehicle_vweup/src/vweup_web.cpp -> vehicle/OVMS.V3/components/vehicle_vweup/src/t26_eup_web.cpp vehicle/OVMS.V3/components/vehicle_vweup/src/vehicle_vweup.cpp vehicle/OVMS.V3/components/vehicle_vweup/src/vehicle_vweup.h commit 6c6e2a7b29a1f07ee96bc84aa38bc7485d2fe647 Author: SokoFromNZ Date: Fri Sep 4 21:24:59 2020 +0200 Increase persistent metrics size and name commit 284d154366034ac0e167516c4132255a90af399d Author: SokoFromNZ Date: Fri Sep 4 20:28:48 2020 +0200 Correction of changes.txt commit 1280c6bf7f4a7fff888e77a6f56e55ac30ab425b Author: SokoFromNZ Date: Fri Sep 4 20:22:59 2020 +0200 New standard metrics for total (life time) energy and coulomb commit 3397409b1edfbeedb220ea66b808c76d91d89a29 Author: Michael Balzer Date: Fri Sep 4 14:12:51 2020 +0200 Vehicle/Poller: minor init fix commit c35a8ac1415dff2d56f8eba268bb563e3fbfcfb7 Author: SokoFromNZ Date: Wed Sep 2 08:15:16 2020 +0200 Renaming custom metrics commit c8e67c39c6224ee151ad30fcfc2fd0170b51046c Author: SokoFromNZ Date: Wed Sep 2 08:00:46 2020 +0200 vehicle.cpp from master commit 4516300955061ff38709e1bcb5125a10efb226d0 Author: Mark Webb-Johnson Date: Wed Sep 2 08:18:41 2020 +0800 Changes.txt for 3.2.015 commit 967be030c618afe2d2455ae2dad7a10e175114a3 Author: SokoFromNZ Date: Tue Sep 1 16:10:05 2020 +0200 vehicle.cpp from master commit 2cc9f8447ef00d5ef86f0d5d5ecffae810637c59 Author: SokoFromNZ Date: Tue Sep 1 16:05:55 2020 +0200 Final touches and index.rst commit cc17fc1211e47a9bc32cba1fe7d1ba03c4e56bef Author: SokoFromNZ Date: Tue Sep 1 14:07:55 2020 +0200 finishing grind. better vehicle state detection. commit e145cf63d1c3888501f3c613fd35348dece33695 Author: drc38 Date: Tue Sep 1 07:19:04 2020 +1200 NL: reserve custom BMS monitor for future use commit b969266c424104cdc4bf65303a5751eec1dd4d4e Author: drc38 Date: Tue Sep 1 06:53:28 2020 +1200 NL: add obdrequest shell command, poll shunt state and tidy up incoming poller commit 3e5945ec8f72a18515defec8799b4b4231990484 Author: Michael Balzer Date: Mon Aug 31 19:16:01 2020 +0200 Poller: multi bus code polish commit cccd72a1d646edcaf91284d7efbdc34088d6e77a Author: drc38 Date: Sun Aug 30 21:31:44 2020 +1200 Revert "NL: updates relating to poller-rework and poll_pid_t" This reverts commit d21cc1656dff6b77d2dba3a491de7eca752f065a. commit 5a788fd5e7c084c243d636dce6ab5f7310c1754c Author: drc38 Date: Sun Aug 30 21:31:36 2020 +1200 NL: actual poller-rework and poll_pid_t updates commit d5e0ccf698e7fc33987152cffb620a78e0e3d237 Author: drc38 Date: Sun Aug 30 21:29:09 2020 +1200 NL: updates relating to poller-rework and poll_pid_t commit ca6fe9845478422257b906ef55d1cbf019721e1e Author: drc38 Date: Sun Aug 30 21:19:18 2020 +1200 vehicles (ex NL): update poll_pid_list to remove compiler warning commit cff563dece64404c8c1860d90fa12b9c7e038be6 Author: drc38 Date: Sat Aug 29 22:13:29 2020 +1200 Revert "Revert "wifi: fix switch back from static ip by re-enabling dhcp"" This reverts commit 19a10124f9886e68a68bd8dad5c2328e38b1e089. commit c920364ec3bb129de9ab09e00f75bce056ec1cb8 Author: drc38 Date: Sat Aug 29 21:42:32 2020 +1200 vehicle: update debug, add back whitespace commit d2e8f951bcf77655c0e4898a0a7c6ddf6f87b5ac Author: drc38 Date: Sat Aug 29 20:51:47 2020 +1200 Revert "NL: add obdrequest command by canbus and improve polling" This reverts commit e119db0e21f62611fef91662a8a9f2f28ca44227. commit 2e5f47b7cb2f6e0c83f7bcd7562ed0df58da0c6b Author: drc38 Date: Sat Aug 29 20:49:20 2020 +1200 Revert "NL: set RespSepTime to 0, add poll once function" This reverts commit 99207ca5d9ad67b16c25302f9361fa5d2627b7a2. commit ce21a699a7556369c0b58946a3f79f91f8a83a3f Author: drc38 Date: Sat Aug 29 20:46:19 2020 +1200 Revert "NL: tidy up code no longer required" This reverts commit 76e681ee4bc2d27bee6136838f50fcac4c871e5f. commit 0f255ed1527e59d006a1bd56dc3e05d9461628f3 Author: drc38 Date: Sat Aug 29 20:39:32 2020 +1200 vehicle: improve code order/logic commit 13d3862641c23b00690622e43a428202c164adac Author: drc38 Date: Sat Aug 29 08:37:08 2020 +1200 NL: tidy up code no longer required commit 10b9f731de982b742666683ab2956f08a7085484 Author: drc38 Date: Sat Aug 29 08:29:09 2020 +1200 vehicle: add optional can bus specifier for pid polling commit 25bf89c4cd50a21e05e3c9210e27a76d406567f6 Author: drc38 Date: Sat Aug 29 08:28:44 2020 +1200 Revert "wifi: fix switch back from static ip by re-enabling dhcp" This reverts commit 000fc55dc1e4e158ed5c899887ca6adf56928ea1. commit 602992a3a704e600e25d230af8ddcdba738f1ef4 Author: drc38 Date: Fri Aug 28 19:22:56 2020 +1200 NL: set RespSepTime to 0, add poll once function commit 7305b92071071e52fd080a9c4249d61bf1b6d011 Author: drc38 Date: Wed Aug 26 23:00:29 2020 +1200 NL: add obdrequest command by canbus and improve polling commit dbeb0194ae2c6bbeb7f274a800045fb0aeed9d41 Author: Michael Balzer Date: Mon Aug 31 18:50:31 2020 +0200 User history update commit d2c2b1edd696f9c94446a332ef4efff4e29b8359 Author: Michael Balzer Date: Mon Aug 31 18:49:03 2020 +0200 Notify: add explicit channel exclusion config syntax config set notify <…> <…> options are now: a) explicit inclusion: e.g. 'ovmsv2,ovmsv3' (only enable these) b) explicit exclusion: e.g. '*,-ovmsv2,-ovmsv3' (only disable these) '-' to disable all, empty/'*' to enable all commit 07f25e3578e669ec0be3a12dd826c01dec009264 Author: Michael Balzer Date: Mon Aug 31 10:16:52 2020 +0200 Events/Scripting: fix event decoupling (re 6b709a0cb399d1a7c3866f68d7f9dbf92f9246c8) (re https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/issues/418) commit ab079cdb4a8165eb15ec4757a4dffa754599ce3f Author: Dimitrie78 Date: Sun Aug 30 20:08:23 2020 +0200 SmartED: add missing obd_rxwait commit b7bb27758beb46016622bcda66822e331323cf09 Author: Dimitrie78 Date: Sun Aug 30 15:48:43 2020 +0200 SmartED: add PollError handling and fix cabintemp commit 6bdbd3f3b41ecfdb1dbfbe464a0de7f361f71f11 Author: Dimitrie78 Date: Sun Aug 30 14:59:28 2020 +0200 SmartED: remove valet alerts and fix ingition when soc < 20% commit 6b709a0cb399d1a7c3866f68d7f9dbf92f9246c8 Author: Michael Balzer Date: Sat Aug 29 15:51:20 2020 +0200 Events/Scripting: decouple events task from Duktape execution; - let Duktape process events asynchronously - let Duktape do per minute garbage collection asynchronously - raise Duktape queue 20 → 40 for events backlog Should solve https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/issues/418 …and potentially the spurious event starvation crashes. commit 6ecbe748390a2d4de7fe8d78cfa5c5fda253b920 Author: Michael Balzer Date: Sat Aug 29 15:47:14 2020 +0200 WolfSSH: raise RSAKeyGen stack size, use standard logging commit f5c89d686f08629b68763982226d687259bc059e Author: Michael Balzer Date: Sat Aug 29 10:29:18 2020 +0200 WolfSSL: fix RSAKeyGen task triggering WDT see https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/issues/418 commit 861aa9a589be063d99e1c92817bdcfd1b4926e15 Author: Michael Balzer Date: Sat Aug 29 08:29:21 2020 +0200 Poller: minor log optimization commit 0df6490b6c701bec26e4bb260adfab7e911fc137 Author: Dimitrie78 Date: Fri Aug 28 20:04:33 2020 +0200 SmartED: update canPolling for PollerReceive fix commit 4853653ee245520a59a6633e3396bab2e158b6f9 Author: Michael Balzer Date: Fri Aug 28 18:52:09 2020 +0200 OBD/UDS Poller: support NRC code 0x78 "ResponsePending" commit f5f66c336c17544aec7aaa7249d6080de6518c31 Author: SokoFromNZ Date: Fri Aug 28 17:07:24 2020 +0200 merged poller-rework branch commit 000fc55dc1e4e158ed5c899887ca6adf56928ea1 Author: drc38 Date: Fri Aug 28 20:00:44 2020 +1200 wifi: fix switch back from static ip by re-enabling dhcp commit 63e1d102ea6d0f84f368c6eaffb689c2e3b22b88 Author: Michael Balzer Date: Thu Aug 27 21:22:10 2020 +0200 Twizy: add OBD/UDS error response handling commit 0b306ad4f5e7a1eb63a471a11ec7f1a6d69d8647 Author: Michael Balzer Date: Thu Aug 27 21:21:08 2020 +0200 OBD/UDS Poller Receiver Rework: - Fix race condition between CAN RX and PollerReceive - Separation of ISO-TP & OBD/UDS layer meta data analysis - Fix incomplete meta data validation - Allow single/multi frame responses on all service types - Validate multi frame response sequences - Fix single frame payload lengths - Fix type 0x22 first frame payload offset & overall length - Add negative response code handling → IncomingPollError() - Add response frame timing control → PollSetResponseSeparationTime() commit 8719e700c839310e94b30603e282e6f1bc2ecd41 Author: SokoFromNZ Date: Thu Aug 27 10:31:21 2020 +0200 PollerReceive() OBDIIExtended corrections commit 421c4b4982f722b3d727df6b8aced1f6f0614782 Author: Mark Webb-Johnson Date: Tue Aug 25 14:44:39 2020 +0800 Add SKU for 9730443 OVMS Data Cable for Later Tesla Model S/X commit ae6b6b8ef01be34c5e6bfd6cd4de8bb13b358d8a Author: SokoFromNZ Date: Tue Aug 25 08:28:15 2020 +0200 First trys TCP client commit 89029f7f40db8049e5306129d9f6adec81bdf65b Author: Michael Balzer Date: Sun Aug 23 14:34:29 2020 +0200 Fast polling: fix poll sending loop, clarify throttling variables commit cb7eb8d703eb0d3212e2593b221f9954ed3cd45c Author: Michael Balzer Date: Sat Aug 22 12:10:03 2020 +0200 Nissan Leaf: fix building with poller rework commit 70519f084a9e278bae886138e066cb8a9a1156f2 Author: SokoFromNZ Date: Sat Aug 22 10:52:35 2020 +0200 Remember ticker loop start in instance var commit 51b6e75034ac2fc8a32e3f1c9791d2f9c886b45a Author: SokoFromNZ Date: Sat Aug 22 10:37:14 2020 +0200 cleanup commit 7aabedccda53780de6a98ce0830ceb684d64d0cf Author: SokoFromNZ Date: Sat Aug 22 09:30:16 2020 +0200 Only one loop when throttle set to 0 commit 0b8f75f457b6f12071877c091f9b24aecd830064 Author: SokoFromNZ Date: Sat Aug 22 09:29:04 2020 +0200 Cell voltages commit 8a3453fd5e07c017c06cd1e940b0917c69d8e286 Author: SokoFromNZ Date: Sat Aug 22 08:23:13 2020 +0200 Mutex correction commit cbbe1a9f44b601c08cabf9ed8e4059701a5edb7f Author: SokoFromNZ Date: Sat Aug 22 08:20:59 2020 +0200 Corrections for special cases commit b7aec222da06faf6ec76599f37808fece934f89c Author: SokoFromNZ Date: Fri Aug 21 16:35:40 2020 +0200 PollerSend() recursion/loop optimizaton commit 85fc65e37ee6e72914b6e0935af8953c8f3353fe Author: SokoFromNZ Date: Fri Aug 21 16:27:16 2020 +0200 Energy counter corrected commit 09d65c61cacb91dd399b12a82f5084e8cd1169af Author: SokoFromNZ Date: Fri Aug 21 13:15:15 2020 +0200 Revert "added PollSetBusDirty method" This reverts commit f2f4a48db52b6429ef0d150813738a4d7e29de19. commit 44141328ba59eb6c8c0a1fce9dfc125a7dd50eeb Author: SokoFromNZ Date: Fri Aug 21 13:14:15 2020 +0200 Odometer and power metrics commit f2f4a48db52b6429ef0d150813738a4d7e29de19 Author: SokoFromNZ Date: Thu Aug 20 10:27:00 2020 +0200 added PollSetBusDirty method commit 0ddc20518965d7feed97a4b7d85bde780c5a0e84 Author: SokoFromNZ Date: Thu Aug 20 10:22:50 2020 +0200 cleaner set of m_poll_ml_remain and m_poll_wait commit 9f94f02a50561c9048aa479633d027c462c14c2b Author: SokoFromNZ Date: Wed Aug 19 19:13:38 2020 +0200 Refactor poll_reply_helper commit 4ee53075abd03b2a99b0cc88c22b9943c9841d65 Author: SokoFromNZ Date: Wed Aug 19 16:16:49 2020 +0200 Logs and better behaviour in some use cases commit fb68a6862aa60bfd38a11a085877b6d4e6165f5e Author: SokoFromNZ Date: Wed Aug 19 16:11:09 2020 +0200 Set Poller Throttle commit 41ac2f1b04fccfef296e4369ebd4bc04e033521a Author: drc38 Date: Wed Aug 19 22:03:53 2020 +1200 NL: implement use of can write parameter to allow/block TX writes commit 9417fc7e357ca02a66e44f717f68faf4b4fc97db Author: SokoFromNZ Date: Wed Aug 19 11:19:34 2020 +0200 First source files commit c87786a2d3e630e32f34605dce16c6664a183282 Author: SokoFromNZ Date: Wed Aug 19 02:16:04 2020 +0200 New wait mechanism for single polls and bytes remaining commit 2afa80b3a2b910f7c6ec2dacfa1d309da23a2d81 Author: SokoFromNZ Date: Tue Aug 18 23:17:40 2020 +0200 Mutex und concurrency correction commit 2758319ae224dd2632bb462b2eee21ded7760c69 Author: SokoFromNZ Date: Mon Aug 17 20:07:23 2020 +0200 Corrected merge of https://github.com/Dimitrie78/Open-Vehicle-Monitoring-System-3/commit/a862715ecca06554018ce23aad3533b112a2ffb6 commit db98f06cae739f0c498e84d0b7592533b82fd875 Author: SokoFromNZ Date: Mon Aug 17 10:53:41 2020 +0200 Better controlability and concurrency addressed commit ad58f3acea87639e309614359d29657f78ae5607 Author: SokoFromNZ Date: Mon Aug 17 10:05:18 2020 +0200 Merged PollerReceiveFix https://github.com/Dimitrie78/Open-Vehicle-Monitoring-System-3/commit/a862715ecca06554018ce23aad3533b112a2ffb6 commit 32db78581959c8a45ea00bd5d36f32c9286cabc6 Author: drc38 Date: Sun Aug 16 18:52:48 2020 +1200 NL: switch bus prior to polling, fix chademo charge metrics + other minor improvements commit fc44fb471b2290fa2441ea4d71c432d0749fd8b0 Author: SokoFromNZ Date: Thu Aug 13 12:15:42 2020 +0200 Faster Poller option when needed commit 390b475943aa9f481f4c281b3c46b5ead8fe5657 Author: Michael Balzer Date: Wed Aug 12 08:18:37 2020 +0200 Wifi: fix scan command output for none found commit a2718c577dfc753c3e0b266996d910bfa1244fcc Author: Mark Webb-Johnson Date: Tue Aug 11 08:03:09 2020 +0800 Support Devel PCP status, for simcom development commit b5d97330f37c8211bba0629680f70b083d6daa26 Author: Mark Webb-Johnson Date: Tue Aug 11 08:02:45 2020 +0800 Add a "devel" power mode to put PCPs into development status commit 6c884ce6a6f0829e392b15bf61553503c41dc6f7 Author: Michael Balzer Date: Sun Aug 9 13:05:37 2020 +0200 CAN: fix TX callback processing priority commit e099602c73f935cb5b6e54e07b0c1d48941b81f8 Author: drc38 Date: Sun Aug 9 08:55:56 2020 +1200 NL: set charge state last to avoid missing info commit 870a83c911b756b030f712270f1d68d4c83eaf4f Author: Michael Balzer Date: Sat Aug 8 16:02:33 2020 +0200 Plugin update: Twizy eDriver BMS monitor: added cell balancing time totals + SOC & voltage use/charge range commit bb35be39fe9f36c9e1f70252856526f9360337db Author: Michael Balzer Date: Sat Aug 8 15:21:42 2020 +0200 Twizy: add eDriver/Virtual BMS data to RT-BAT-C & RT-BAT-P logs RT-BAT-P: + ,,,, RT-BAT-C: + ,,, … been_balancing = cell has been balancing since last log record … balancetime = count of 0x700 frames with balancing active commit 8898a91fb749f880f0acd3f449b1cafc2c7e8c2e Author: drc38 Date: Sat Aug 8 22:43:47 2020 +1200 NL: improve charge current/limit precision commit 641528f778491ebe0cfe741d356ba2617fe64d7f Author: drc38 Date: Sat Aug 8 18:20:37 2020 +1200 NL: consolidate charger code, add logic for gen1/2 differences, custom notify delay commit a8a547a50085118d22690637f77585bca16bf65d Author: Michael Balzer Date: Fri Aug 7 19:19:43 2020 +0200 Wifi: static IP finish, web UI exclusion (todo) commit 111bf1ca09bb860091d41565f983c147e5227ddb Author: Tamas Kovacs Date: Tue Aug 4 18:13:41 2020 +0200 Calculate trip distance from TripB, more accurate than odometer 100m vs 1000m commit ace75984be14d678ad331275bd0ed12f5c07e956 Author: drc38 Date: Tue Aug 4 22:28:22 2020 +1200 NL: add charge mode for App commit f1885f751e87e2d4c0962e49e36bc07c81430cf6 Author: drc38 Date: Tue Aug 4 21:02:07 2020 +1200 wifi ip static or dhcp command structure commit cb7a667b27cb91276e7db4c7bb83174606ee847d Author: drc38 Date: Tue Aug 4 17:42:28 2020 +1200 Revert "Update .gitmodules" This reverts commit 0dbe47b9f382f61282ec8bed342c9b5021301f4a. commit b5a8abef1a045ac2c2a2634bac50f79f5e986b9d Author: drc38 Date: Sun Aug 2 21:46:50 2020 +1200 Incorporate into one command commit 0dbe47b9f382f61282ec8bed342c9b5021301f4a Author: drc38 Date: Sun Aug 2 14:10:05 2020 +1200 Update .gitmodules commit 88c6dca09fd2f81aa832558ba85df7ea314eac16 Author: drc38 Date: Tue Jul 28 18:12:21 2020 +1200 params reinstated, dns set via param, extra checks commit 13a6c4c88aa6e961c335a3fe6ffd37376c3944c9 Author: drc38 Date: Fri Jul 24 23:43:44 2020 +1200 bind to ssid.ovms.staticip commit c67a9656c25ff40a6ecfc7711e26d8d76f65e104 Author: drc38 Date: Fri Jul 24 19:27:31 2020 +1200 fix "code check" This fixes conflicts in commit 06fb87155f462f1903c68e49ca22d09c6fb1288f. commit 06fb87155f462f1903c68e49ca22d09c6fb1288f Author: drc38 Date: Thu Jul 23 22:55:08 2020 +1200 code check commit 2a7426e858c493000680de5dc6b8d35a616d89de Author: drc38 Date: Tue Jul 21 21:30:10 2020 +1200 wifi enhancement #386 commit 0b18a0e60dc938e54e4d27e779ccd34eafe8a0b7 Author: Tamas Kovacs Date: Fri Jul 10 20:42:54 2020 +0200 Fix soc < 0 OBC Polling preparation commit f37571a6122d30b12bebd791d17712c70888878d Author: Tamas Kovacs Date: Sun Jun 28 09:23:53 2020 +0200 Remove some comment commit c249d687cf1891f64ee630020a6ea13e54b74962 Author: Tamas Kovacs Date: Sun Jun 28 09:18:36 2020 +0200 Use polling for - cabin and external temperature (beta) - meter Trip A/B value - cac and some sharge value replace V1.06 version commit 3ec5d399067fde43cd84db6141455c11856187d0 Author: Tamas Kovacs Date: Mon Jun 8 21:18:15 2020 +0200 Some update