commit a01d26863d95be85227ec37942b583c4b3b8d57e Author: Mark Webb-Johnson Date: Tue Sep 17 13:57:08 2019 +0800 Changes for 3.2.003 OTA release commit 5d8bee61fa3a796634da3ef20df6fbf84b4a2331 Author: Michael Balzer Date: Mon Sep 16 17:38:13 2019 +0200 History & sdkconfig update commit ffac2f07f87fc218d417ac8f641cbc682ac78c0c Author: Michael Balzer Date: Sun Sep 8 11:27:05 2019 +0200 History update commit 99e4e48bdd40b7004c0976f51aba9e3da4ecab53 Author: Michael Balzer Date: Sun Sep 8 11:18:27 2019 +0200 Module: add per task CPU usage statistics, add task stats history records To enable CPU usage statistics, apply the changes to sdkconfig included. The CPU usage shown by the commands is calculated against the last task status retrieved (or system boot). Command changes: - "module tasks" -- added CPU (core) usage in percent per task New command: - "module tasks data" -- output task stats in history record form New config: - [module] debug.tasks -- yes (default) = send task stats every 5 minutes New history record: - "*-OVM-DebugTasks" v1: + per task: Note: CPU core use percentage = runtime / totaltime commit 950172c216a72beb4da0bc7a40a46995a6105955 Author: Michael Balzer Date: Sun Sep 8 10:43:35 2019 +0200 Build config: default timer service task priority raised to 20 Background: the FreeRTOS timer service shall only be used for very short and non-blocking jobs. We delegate event processing to our events task, anything else in timers needs to run with high priority. commit 31ac19d187480046c16356b80668de45cacbb83d Author: Michael Balzer Date: Sun Sep 8 10:31:37 2019 +0200 DukTape: add build config for task priority, default lowered to 3 Background: the DukTape garbage collector shall run on lower priority than tasks like SIMCOM & events commit e0a44791fbcfb5a4e4cad24c9d1163b76e637b4f Author: Michael Balzer Date: Sun Sep 8 10:28:37 2019 +0200 Server V2: use esp_log_timestamp for timeout detection, add timeout config, limit data records & size per second New config: - [server.v2] timeout.rx -- timeout in seconds, default 960 commit 684a4ce9525175a910040f0d1ca82ac212fbf5de Author: Michael Balzer Date: Sun Sep 8 10:23:16 2019 +0200 Notify: use esp_log_timestamp for creation time instead of monotonictime to harden against timer service starvation / ticker event drops commit a46820200c6242210e2efbd252a289d45befc0b8 Author: Glyn Hudson Date: Sat Sep 7 15:48:18 2019 +0100 docs: CAN logging over network commit 95ab5dd28a7dd50a5d513d11a576a641dcbe0c26 Author: Dimitrie78 Date: Fri Sep 6 12:45:16 2019 +0200 SmartED: add Save/Recover Status add Save/Recover Status to get last state back if module reboots commit 52b5b2b727c972d419f53df5a0c0ace49a6795ab Author: Dimitrie78 Date: Fri Sep 6 12:27:38 2019 +0200 SmaerED: fix charging status commit 2dbf886f6cc1c9fd144bb920982ee71b8c0dd537 Author: Dimitrie78 Date: Fri Sep 6 12:23:26 2019 +0200 SmartED: add command setChargeTimer commit d24cc94559bd964032f6c770803a4babc7413d74 Author: Dimitrie78 Date: Fri Sep 6 12:13:48 2019 +0200 SmartED: add Trip commit b1dc4044a14f62c946c5e219bc3540b8c6ffb6b0 Author: Michael Balzer Date: Thu Sep 5 19:04:57 2019 +0200 Network: workaround for issue #241 (restart network if RX stops working) Note: no server v3 issue detection implemented yet. New command: - network restart commit 4487038ce7c89548919353d89fae4768ab11b6c9 Author: Michael Balzer Date: Tue Sep 3 21:40:21 2019 +0200 Wifi/Netmanager: optimized interface change detection - Enabled events "system.wifi.sta.lostip" & "system.wifi.ap.sta.ipassigned" - Clear wifi STA IP accordingly - Update wifi STA AP info in per second ticker - Replaced CSI RSSI by AP info RSSI (smoothed over 4 seconds) - Set default interface on all relevant STA connection changes commit f74fc878de07a253024903ca5fba69f3a36d2e5c Author: Glyn Hudson Date: Mon Sep 2 01:14:40 2019 +0100 add note about edge FW commit ae1edf881be7f8938d6d3fc3af1fa41d5925ea7f Author: Glyn Hudson Date: Mon Sep 2 00:00:37 2019 +0100 docs: move dev docs below vehicle specfic docs commit 0ce252c5fd8cc738052bcb29dda4033830fe49ca Author: Glyn Hudson Date: Sun Sep 1 23:54:10 2019 +0100 start can logging docs commit fd619754f31112078cce3454d3e9829a2bc9c120 Author: Glyn Hudson Date: Sun Sep 1 23:35:50 2019 +0100 docs: minor fixes to NL docs commit 8979efe2bace37655dd85a8e33d686995272c581 Author: Glyn Hudson Date: Sun Sep 1 23:18:33 2019 +0100 instructions to preview docs locally commit c02c01f513b4e4d45a3ba43bd0d59cc15f366d0d Author: Michael Balzer Date: Sat Aug 31 18:05:04 2019 +0200 Twizy: trip init fix commit 57c1554115789dd64486eed34f64d8ad8107006c Author: Michael Balzer Date: Sat Aug 31 17:56:14 2019 +0200 Twizy: fix trip init & temperature processing commit 9daa86bc52c2f8b49b5cc962a3286d429f29cc80 Author: Michael Balzer Date: Sat Aug 31 17:53:37 2019 +0200 Web Dashboard: display energy counters floored, not rounded commit 18c886c8ddd85d9404ed893063916955feea81e8 Author: Michael Balzer Date: Sat Aug 31 17:52:15 2019 +0200 Server V2: fix L msg trip field commit e7f31b889dd71cb55fb9760de34fff0476ea134e Author: Michael Balzer Date: Sat Aug 31 17:50:33 2019 +0200 Wifi: add textual disconnect reason code to log output commit 6faa84fb95901052aa87967d9fd37da88d373d60 Author: Glyn Hudson Date: Fri Aug 30 16:32:08 2019 +0100 docs: fix typos commit 511dcf5bdccd8ae74024c0dc46411e6eb99bbf3d Author: Glyn Hudson Date: Wed Aug 28 01:12:41 2019 +0100 fix URLs, add video link, minor TCU nissan docs commit 1a99d78c58ee5734aef7cd727bb636ba5337c190 Author: Glyn Hudson Date: Tue Aug 27 23:24:25 2019 +0100 Add more details on how to un-plug LEAF TCU commit 8d532fbbadd6cda190f34fa9f2d430f943f9ad0c Author: Michael Balzer Date: Sun Aug 25 11:38:50 2019 +0200 Web framework: fix missing path quoting in FileBrowser widget Fixes issue #253 commit 057f14442ba96c2711d1887a5da2faf85b0f2517 Author: Michael Balzer Date: Sat Aug 24 21:39:52 2019 +0200 Network: workaround against data loss on poor wifi connection The wifi blob does a bad job at detecting when to leave a network, leading to message losses when the signal quality is on the edge. To circumvent this, this change delays using the wifi net until the signal is good, and disconnects as soon as the signal gets bad. New configs: [network] wifi.sq.good [dBm], default -87 [network] wifi.sq.bad [dBm], default -89 New events: network.wifi.sta.good network.wifi.sta.bad commit ccfa50e4f75a202e558b7f215f318e5f4f001f19 Author: Michael Balzer Date: Sat Aug 24 21:32:55 2019 +0200 Network: add dedicated metrics for modem & wifi channel states New metrics: m.net.mdm.network m.net.mdm.sq m.net.wifi.network m.net.wifi.sq commit 9530770c13cc1e9129db8f5a04ea6c758a1df5f7 Author: Michael Balzer Date: Sat Aug 24 21:25:18 2019 +0200 Wifi: fix CSI readings & metric rounding, store STA AP MAC commit 3c9e3c3e54a694441abc223e54eb8c450ab17f95 Author: Dimitrie78 Date: Thu Aug 22 13:49:16 2019 +0200 SmartED: some changes change Wakeup Command to EV-Can change Climacontrol to localtime / need more tests add RecuCommand for steering wheel if enabled commit 49142b1e70ac67132fe2109342859255891b111b Author: Dimitrie78 Date: Thu Aug 22 13:32:56 2019 +0200 SmartED: add EV-CAN add ev.can to can2 modified charging state commit 5fc8a438facfcbacbdecff0d8909d4eca5ac1417 Author: Dimitrie78 Date: Thu Aug 22 13:19:16 2019 +0200 SmartED: fix Fastchager detection commit 508cf9ef471f69a3729f9753d9a361de4e042d6b Author: Dimitrie78 Date: Thu Aug 22 13:15:18 2019 +0200 SmartEQ: add cellmon add BmsCellMonitor remove testing stuff improve Chargingstate commit ac1677c4e30ffc2f3651a5d625de6bdaf151d5c7 Author: Michael Balzer Date: Tue Aug 20 19:27:33 2019 +0200 Regen brake signal: added power base range, power smoothing & foot brake config New configs: vehicle [batpwr.smoothing] = 2.0 Battery power smoothing factor (samples, 0 = none) vehicle [brakelight.basepwr] = 0 Base power range around zero [kW] vehicle [brakelight.ignftbrk] = no Ignore foot brake Note: batpwr.smoothing does not smooth the public metric value, result is available in m_batpwr_smoothed. commit ca8eff4df1f35b8b98de2df527326ffbcbd51999 Author: Michael Balzer Date: Sat Aug 17 15:18:07 2019 +0200 Twizy OBD: respect CAN write disable config, simplify dtc clear command commit 5360c7ba726678965b7b4567ee4861fc351f4784 Author: Michael Balzer Date: Sat Aug 17 11:38:40 2019 +0200 Twizy OBD2: fix presence alert handling, added diag session & signals commit 7cebec428ad3697b4a75e53174d936fdb003f276 Author: Michael Balzer Date: Sat Aug 17 11:37:30 2019 +0200 Utils: fix FormatHexDump() remaining length commit 258a52a42186235e3cfe834e587e5e5be5da76d1 Author: Michael Balzer Date: Sat Aug 10 12:25:00 2019 +0200 Twizy: do charge ETR calculation based on actual charge current (takes higher currents from additional chargers and reduced currents due to temperature conditions into account) commit 1790a28c22b9f70e597acb8419a04dfd7fa58b5d Author: Michael Balzer Date: Sat Aug 10 11:38:19 2019 +0200 Twizy: added tuning option for SEVCON_T45 + Gearbox_T80 hybrid Configuration: config set xrt type SC45GB80 commit 20ce2c5914f2eb1d6a89c10a83f7b19aa60f49eb Author: Glyn Hudson Date: Wed Aug 14 17:30:55 2019 +0100 instructions on how to find the Shell commit 56c134d741f2a78f0c380d96c85acf245a3f3e8d Author: Glyn Hudson Date: Wed Aug 14 13:43:12 2019 +0100 Update installation.rst - Adjust order of setup to be chronological setup order - Remove duplication of V2 server setup instructions - Add note to turn off smartphone mobile data commit 9f7891f748745f68d1ac787a11dc577230f04a49 Author: Craig Leres Date: Sat Aug 10 14:46:02 2019 -0700 Revert "Add some vfs hints to the Installing Plugins section." (Chalk this up to my lack of familiarity with git) This reverts commit bff22a8f0d311513a4f1e3ca2c6e7c3c0fdc54ef. commit bff22a8f0d311513a4f1e3ca2c6e7c3c0fdc54ef Author: Craig Leres Date: Sat Aug 10 14:42:39 2019 -0700 Add some vfs hints to the Installing Plugins section. commit d6fdaacb742235483833e172a65bd00dd350a8b6 Author: Craig Leres Date: Sat Aug 10 14:13:18 2019 -0700 A little more plural is needed. commit 356c9c581147a5c841c170bb5cdd09b006ec3ccb Author: Craig Leres Date: Sat Aug 10 10:39:54 2019 -0700 Include GPS sat count in location status report Plural format for locations line commit 530d7f4bcb8df97368990bc80420d45b2a4072b6 Author: Michael Balzer Date: Sat Aug 10 12:25:00 2019 +0200 Twizy: do charge ETR calculation based on actual charge current (takes higher currents from additional chargers and reduced currents due to temperature conditions into account) commit 3acc556786de3c583977fca3b4ff63ee1fc71db2 Author: Michael Balzer Date: Sat Aug 10 11:38:19 2019 +0200 Twizy: added tuning option for SEVCON_T45 + Gearbox_T80 hybrid Configuration: config set xrt type SC45GB80 commit 316a2179f83636dc19eb71364695a268de442f97 Author: Michael Balzer Date: Sat Aug 10 10:13:39 2019 +0200 vfs: head: fix uninitialized var use commit 90835455cff1d27254322f09a968c61424c19f57 Author: Michael Balzer Date: Sat Aug 10 10:07:07 2019 +0200 Vehicle: m_ready inhibits CAN & ticker calls until fully operational commit 611b656bd50f46ad4a442c5d3837e13feb8e2116 Author: Mark Webb-Johnson Date: Sat Aug 10 09:56:31 2019 +0800 CAN play: framework work in progress commit 5bae402f592cc3bdf23c84aba1bbec3abf79e233 Author: Michael Balzer Date: Thu Aug 8 20:27:09 2019 +0200 Twizy: OBD2 VIN reading & cluster DTC monitoring New commands: xrt dtc [show] Show DTC report xrt dtc reset Reset statistics xrt dtc clear Clear DTC stored in OVMS & car New configs: xrt [dtc_autoreset] = no Reset statistics on each drive/charge New history records: RT-OBD-ClusterDTC (rec_nr = DTC slot nr) commit b883e186bb66f497bdf1e8b6205627f8e1cd59f3 Author: Michael Balzer Date: Thu Aug 8 20:25:59 2019 +0200 Vehicle poller: consistent ml_frame semantics commit cc053223e6ed2dd26d9c295ec051452dcbb47e97 Author: Mark Webb-Johnson Date: Thu Aug 8 17:12:44 2019 +0800 Update sdkconfig with production version commit cbda89837c330547d3fa177ac4be5e31923971a5 Author: Mark Webb-Johnson Date: Sat Aug 3 17:25:18 2019 +0800 vfs: head command commit 56116fe19756482d4a2190ba5b52ddd18351dbb5 Author: Stephen Casner Date: Wed Jul 31 09:41:10 2019 -0700 Fix uninitialized variable causing random authentication failures commit 9eb90fbed450713bac312b3ac743e13d29d6c37e Author: Mark Webb-Johnson Date: Wed Jul 31 20:15:52 2019 +0800 CAN log: Support discard/simulate/transmit serve modes for canformat and tcpserver, tcpclient commit 04e519d61d87421b90d136ba34573f3356eaecbe Author: Mark Webb-Johnson Date: Wed Jul 31 19:28:46 2019 +0800 CAN logging: Support for multiple loggers commit 263d5f7da2d6504aa624a25edccabb3df21ba496 Author: Mark Webb-Johnson Date: Mon Jul 29 16:50:25 2019 +0800 Highly efficient (fast) HexByte utility function commit bc503f473d4878462339ceeb7cbed28b5378c216 Author: Mark Webb-Johnson Date: Mon Jul 29 16:23:31 2019 +0800 canlog crtd: sprintf -> snprintf commit ec5422842af7cd5e3187f9578a50cca237f969c8 Author: Mark Webb-Johnson Date: Sun Jul 28 21:10:09 2019 +0800 Increase CRTD buffer space to allow for longer error messages commit 7bf12499a2d5398e206cda3b6263b80b97591aa2 Author: Michael Balzer Date: Sat Jul 27 11:43:07 2019 +0200 Webserver: fixed tx job backlog processing (caused WDT) commit 15194f2a150b0fad5017749aee89dd64163445cd Author: Michael Balzer Date: Sat Jul 27 11:40:49 2019 +0200 Boot/CrashDebug: add reset reason hint commit 807f62a7753ce86fb68cbc49c2405407daf0243d Author: Michael Balzer Date: Fri Jul 26 17:30:36 2019 +0200 SIMCOM/PPPoS: fix DNS request for esp-idf v3.3 commit 7cfbcda97f147291e86406494c815baedd9cc952 Author: Dimitrie78 Date: Thu Jul 25 12:01:32 2019 +0200 SmartEQ: add Battery Temps commit 01ab2586744ff57bef41a7186acee71a76a99981 Author: Dimitrie78 Date: Wed Jul 24 08:35:19 2019 +0200 SmartED: add missing canwrite query commit 84884c7d19c4f50b2f9025b42259e3dc91de741a Author: Dimitrie78 Date: Mon Jul 22 08:38:25 2019 +0200 SmartED: metrics update commit 1dc82ddc977d9791082575262941ba6b6bdc177f Author: Mark Webb-Johnson Date: Mon Jul 22 10:41:11 2019 +0800 Change RAW can log format to convert origin canbus pointer to/from integer bus number commit 9fb5aa045726750f97f5e216245fc805cc17c6c7 Author: Mark Webb-Johnson Date: Mon Jul 22 10:34:54 2019 +0800 Switch to using new MyCan.GetBus and m_busnumber helpers for busnumber <-> canbus object mappings commit 5eb72d3d738fc4f49bf0b38dc53b7dfe7862cf70 Author: Mark Webb-Johnson Date: Mon Jul 22 10:15:41 2019 +0800 m_busnumber (in canbus) and GetBus (in can MyCan) helper for bus number <-> canbus object mappings commit fd9dc50edfbad01cb95b88bfd275cec2289158b2 Author: Michael Balzer Date: Sun Jul 21 21:11:20 2019 +0200 Changes for esp-idf v3.3 commit ca7ec70104baeac388c0cf2a979dd76a2e93f7f8 Author: Dimitrie78 Date: Sun Jul 21 17:00:01 2019 +0200 SmartEQ: add a brief to changes.txt commit 1dbc1259c5174adb9bfacc17283dd73ecb3b509a Author: Mark Webb-Johnson Date: Sun Jul 21 21:56:34 2019 +0800 RETOOLS: Support filtering (by specifying filter on "re start" command) commit e44a1db29a897455b65a8d4077a674bde2625139 Author: Mark Webb-Johnson Date: Sun Jul 21 21:33:11 2019 +0800 CAN LOG: Support network manager events in tcp server commit 291e77e5e49afc7810d4254b4e61f43b2b175119 Author: Mark Webb-Johnson Date: Sun Jul 21 21:33:02 2019 +0800 CAN LOG: Support network manager events in tcp client commit 3aa5f9f533341d089dff662b12fc8da5019c3eac Author: Mark Webb-Johnson Date: Sun Jul 21 21:28:31 2019 +0800 RETOOLS: Remove "serve" mode, as now replaced by can log equivalent commit 202cab5b0491d205e8a98bd3eac2f2de09cdb873 Author: Mark Webb-Johnson Date: Sat Jul 20 22:50:02 2019 +0800 tcpclient: Add a mutex lock around mongoose actions commit d148f475f8fbbd58ff67b7ced3c4afc66968eec1 Author: Mark Webb-Johnson Date: Sat Jul 20 22:48:19 2019 +0800 tcpserver: Add a mutex lock around mongoose actions commit ff0d46f81952c76798ec9480c65a5b5f33b31393 Author: Dimitrie78 Date: Sat Jul 20 01:15:05 2019 +0200 SmartEQ: add Doc commit 52da4275a6ff8fdcdc73f2b33032772c9dd2df8d Author: Dimitrie78 Date: Sat Jul 20 00:21:44 2019 +0200 Update Kconfig commit 8eff96fa9dbddf6effc0e3cfadbb138e2b9a8034 Author: Dimitrie78 Date: Sat Jul 20 00:13:43 2019 +0200 SmartEQ: add New Vehicle Smart ED/EQ Gen.4 (453) New Vehile Smart ED/EQ 453 Gen.4 commit 47f0b050557db3da39230f89863527b5f0408ae5 Author: Dimitrie78 Date: Sat Jul 20 00:09:40 2019 +0200 SmartED: add CAC and change Vehicle Name commit 3d34200bc45e555f65e1d74b20d9182957b3f54f Author: Mark Webb-Johnson Date: Fri Jul 19 21:58:35 2019 +0800 More complete implementation of GVRET tcp server commit 5c3a620389484ee3897dad4fb6b995e9a67b7f0d Author: Michael Balzer Date: Tue Jul 16 19:21:03 2019 +0200 Docs: added link & info on Hologram activation commit 51e0cc10072a2f2907d6ac3795b4f477e4d4435a Author: Michael Balzer Date: Tue Jul 16 19:21:03 2019 +0200 Docs: added link & info on Hologram activation commit fc3d565eceb35af9a8d484435ab3a84d590ea500 Author: Michael Balzer Date: Mon Jul 15 23:15:38 2019 +0200 ServerV2: fixed location msg (added trip), better energy precision commit 49133c0831e275c8eb7287ed5920ee8f7a6d165c Author: Michael Balzer Date: Mon Jul 15 23:12:07 2019 +0200 Docs/WebUI: added dashboard plugin info & screenshot commit 6d3795ef4a2c8f0ed44341bff09dce0b3add3113 Author: Michael Balzer Date: Mon Jul 15 23:12:07 2019 +0200 Docs/WebUI: added dashboard plugin info & screenshot commit dab6135e4be45620ebe022eb89a4dad4038f7bba Author: Mark Webb-Johnson Date: Thu Jul 11 20:53:55 2019 +0800 canlog: tcpserver fix for start/stop/start same port commit 1d7197c95fcea850e9cd43d5d3df9acca5c9deb5 Author: Mark Webb-Johnson Date: Thu Jul 11 13:22:35 2019 +0800 TeslaModelS: Set vehicle off, when in neutral, to try to stop vehicle idling alerts after module reboot commit 423ea02e9f2eae09112c49155e324e2db3e1cf0f Author: Mark Webb-Johnson Date: Thu Jul 11 13:15:36 2019 +0800 Can logging: support protocols for "put" and "serve" mechanism. Basic GVRET server implementation. commit 7aee1556849a36d61bd51fa2fc8816754bf78669 Author: Mark Webb-Johnson Date: Wed Jul 10 14:15:10 2019 +0800 Implement a generic Serve() mode in canformat, and use it generally commit 5d8cb706ac8226959c784e6682294b196c702a9f Author: Mark Webb-Johnson Date: Wed Jul 10 12:45:11 2019 +0800 more gvret improvements commit 61fa7209a3a1d630c5368fb239757d1e7696fc55 Author: Michael Balzer Date: Tue Jul 9 22:57:43 2019 +0200 EGPIO: fixed Input(), added input shell command commit d988f20afdd49caaca3a9b1c2f6e293b4d170e94 Author: Mark Webb-Johnson Date: Tue Jul 9 21:32:57 2019 +0800 can logging: working tcp client and server commit 5c5273e893eba083ecfdaccc28d4743bfd1aa621 Author: Mark Webb-Johnson Date: Tue Jul 9 14:32:52 2019 +0800 can logger: gvret base support (work in progress) commit c69a021877718bb033d8e15af30d008f01483925 Author: Mark Webb-Johnson Date: Tue Jul 9 14:32:26 2019 +0800 can logger: lawricel format support commit 4fac065cb9d65ebed58b8820210346c5fe7f8797 Author: Michael Balzer Date: Sun Jul 7 20:58:30 2019 +0200 Docs/webserver: added screenshots to plugin examples commit fb38c41e0aa57fbc3ef4fbe6dda4ba7aa286223b Author: Michael Balzer Date: Sun Jul 7 20:57:48 2019 +0200 Docs: added global clearfix macro (clear floats) commit ac15fe8cc8e5cb6b0f167fdbcbbe1148c430af3e Author: Michael Balzer Date: Sun Jul 7 12:43:37 2019 +0200 Docs: added & extended CANopen documentation commit c76d873fd8d2a487b199a352c0fa3b957745cc01 Author: Michael Balzer Date: Sat Jul 6 18:05:40 2019 +0200 Docs: added web framework & plugin docs commit fe093fc1317c4941a66744b2e8fed67930549ef2 Author: Michael Balzer Date: Sat Jul 6 18:04:58 2019 +0200 Docs: added copy to clipboard button plugin for code blocks commit 52bcdb5216260346d0b87a36a5b3b5b39de41163 Author: Michael Balzer Date: Sat Jul 6 15:14:07 2019 +0200 Docs/Twizy: minor optimizations commit 4eba4966d00e48959493c16cc5ccbd85da37ec05 Author: Michael Balzer Date: Sat Jul 6 15:11:28 2019 +0200 Docs: gitignore build dir, fix table width commit e4631fdc1ddb33a671886c1eb0687ad2782c4b01 Author: Mark Webb-Johnson Date: Sat Jul 6 20:16:34 2019 +0800 docs update for OBD-II cables commit 5d40c3b8161c6d94697afa57db97757f1b24a922 Author: Mark Webb-Johnson Date: Fri Jul 5 14:05:36 2019 +0800 Make a developer guide section commit 1ee1d627b7dd30203346dd268d9ecf369db8fc3f Author: Mark Webb-Johnson Date: Fri Jul 5 14:00:05 2019 +0800 CRTD documentation commit 6d4f611600c1dd5b0b510e704f6f1a4612796807 Author: Craig Leres Date: Thu Jul 4 14:30:43 2019 -0700 Add support for 33.333kHz and 83.333kHz single wire can speeds. Only the ESP2515 can buses are supported right now so disallow these speeds with esp32can. Finally, detect and report when "can canN start" fails. commit f4f3ede6bdf1b051164f6cece3584ce701479a70 Author: Mark Webb-Johnson Date: Thu Jul 4 22:54:00 2019 +0800 Completed conversion of documentation to readthedocs commit 6bb1a4107f0f9f13cfcc2930ea3f922e30637d7b Author: Mark Webb-Johnson Date: Thu Jul 4 16:19:55 2019 +0800 Switch documentation to readthedocs theme commit ee6198511960a1163a09fd37b8ec8f224175a2b0 Author: Mark Webb-Johnson Date: Thu Jul 4 09:54:04 2019 +0800 minor layout fixed commit d53e603bcc4bd768f61bf3a3dfd30ed0d73f5cef Author: Mark Webb-Johnson Date: Thu Jul 4 09:51:57 2019 +0800 minor layout fixed commit 1e459ce4e924e4fd5d522e022458438642483371 Author: Mark Webb-Johnson Date: Thu Jul 4 09:48:48 2019 +0800 Add events documentation commit 8c00c4e788619816168215dca485656cbe191ed5 Author: Mark Webb-Johnson Date: Thu Jul 4 09:36:23 2019 +0800 Basic documentation for supported vehicles commit 5be63a6154a55873a4b0f89465e4f21ecd28b2ea Author: Mark Webb-Johnson Date: Wed Jul 3 22:43:41 2019 +0800 Tesla Model S documentation commit 6b51f5c25fddc765509206e9200d7f38f1d261f4 Author: Mark Webb-Johnson Date: Wed Jul 3 22:37:16 2019 +0800 Documentation structure for included component vehicle guides commit 70aa8031ed18464324af1fd49605f787b710b08f Author: Mark Webb-Johnson Date: Mon Jul 1 21:42:57 2019 +0800 Introduction docs commit 411095d43e06e4b688d0da7cee49dd442a1987e1 Author: Mark Webb-Johnson Date: Mon Jul 1 21:39:00 2019 +0800 First pass at converting documentation to online rst markup commit 5752582d60c673f8f8c105e79aa18ce2dfc8995c Author: Mark Webb-Johnson Date: Thu Jun 27 13:07:07 2019 +0800 documentation: master doc is index.rst commit a79e38cf3bc9cfde5a43cf80baaa1c5633a6b3b1 Author: Mark Webb-Johnson Date: Thu Jun 27 13:01:30 2019 +0800 Initial readthedocs style structure for documentation commit 0207c45e8bdbf0ba219a6ab7be4d18cc016543fd Author: Michael Balzer Date: Fri Jun 21 20:09:06 2019 +0200 History update commit 7df067bf350c79f5e3edb92bf7150ed4a6a23c51 Author: Michael Balzer Date: Fri Jun 21 20:05:18 2019 +0200 Vehicle framework: added idling alert (issue #237) commit 9e41a6348f4ab9aa34899822a95e0e760c0defa2 Author: Michael Balzer Date: Thu Jun 20 08:27:07 2019 +0200 Build config for toolchain 1.22.0-93-gf6c4cdf-5.2.0-psramfix-20190612 commit 7658b73ed2adffa0827bcc21e2fd97e55c7dce91 Author: Mark Webb-Johnson Date: Wed Jun 19 13:59:10 2019 +0800 CAN LOGGING framework rework A major set of extensions (and basic re-write) of the CAN logging framework. The system is now split into three: 1] The loggging framework itself 2] The formatters (to convert to/from formats like pcap, crtd, etc) 3] The loggers (to read/write to different locations such as monitor, vfs, tcp, etc) Also standardised are the formatters (now shared between can logging and retools), and the filters (so software filters can be defined and handled in a standard way). The tcpclient and tcpserver loggers have not yet been implemented. They are there purely stubs at the moment. This is a very large change, and has not had extensive testing yet. There will likely be a number of changes in the coming few days / weeks. commit 8de9ac8e23673fe88b1d6688c4f6dbecf8cff05b Author: Dimitrie78 Date: Tue Jun 18 12:18:04 2019 +0200 SmartED: add config page for suffsoc and suffrange commit d75488acc9b36b0c99f6e2c48d3ee1a03bc729b0 Author: Dimitrie78 Date: Sun Jun 16 10:12:30 2019 +0200 SmartED: Code and stability changes to avoid crashes commit 6e7c4feede9fa2187cbc49e42503712035c12ddb Author: Glyn Hudson Date: Tue Jun 11 01:52:15 2019 +0100 remove flyer rear outdated compatability table commit b76526f872ca41b5c82509b27c4377237c1c189e Author: Mark Webb-Johnson Date: Mon Jun 10 10:08:56 2019 +0800 v3.2 hardware design (CE and FCC approved) commit c290df734d8c476cafb9cb5780289ab3c7b1703e Author: Michael Balzer Date: Wed Jun 5 20:46:39 2019 +0200 Added new toolchain build flags, reverted workaround changes commit 3904327ea7dc2b94098c44832793ce6652c5dd36 Author: Glyn Hudson Date: Wed Jun 5 00:13:55 2019 +0100 add OVMS flyer commit 586136f8611b9f99e7c4040e2369f6fae4c945de Author: Dimitrie78 Date: Fri May 31 15:24:05 2019 +0200 SmartED: fixed bug if max7317 not installed commit 4f5017e65da7d1811b71df65d79114e8faec803b Author: Michael Balzer Date: Thu May 30 11:26:00 2019 +0200 Web UI: fix issue #233 (MQTT topic prefix) commit c9722d95ec31d49bdac28282bb5f6c41a02f6cd7 Author: Michael Balzer Date: Thu May 30 10:00:32 2019 +0200 Added OVMS logo artwork commit d276439ff4bb9ee853c871cfff4972352fda780b Author: Dimitrie78 Date: Tue May 28 08:06:29 2019 +0200 SmartED: change metrics to avoid conflicts with future framework extensions commit 08a7b2d519f53ebb86735988fed95f14b977c728 Author: Mark Webb-Johnson Date: Tue May 28 09:02:14 2019 +0800 Config OMMS_DEV_SDCARDSCRIPTS -> OVMS_DEV_SDCARDSCRIPTS (fix typo) commit 0e81a4beb22749997ded5aaaf0922c0f42fea87a Author: Stephen Casner Date: Mon May 27 16:49:52 2019 -0700 Set server key after server key fingerprint is calculated Otherwise the message showing the fingerprint might say "[not available]" because the calculation hasn't finished yet. commit ceb42dfba64776edb310ea8191d44b41bf2cfd08 Author: Stephen Casner Date: Sun May 26 21:58:55 2019 -0700 Configuration of Kia e-Niro depends on Kia Soul commit 82678f72bcd44c834bffe32a6984987c20a976d3 Author: Dimitrie78 Date: Sun May 26 10:30:45 2019 +0200 SmartED: add some metrics from can poll commit 98241588c358984e0aa2de89d9eea6d4283af143 Author: Dimitrie78 Date: Fri May 24 08:47:01 2019 +0200 SmartED: charging status improved commit b68c161e05ab0b4d88e4541e66abd95ceb9764ee Author: Dimitrie78 Date: Tue May 14 18:35:35 2019 +0200 SmartED: change German to English description, modified charging status commit 803f9dd84a66e3edcc555c7302879c5b22e663d7 Author: Dimitrie78 Date: Mon May 13 10:44:37 2019 +0200 SmartED: change charging status detection commit 384df7ce30277f8fe0da6996d00bbe9fe4857b30 Author: Dimitrie78 Date: Fri May 10 13:03:29 2019 +0200 SmartED: add Maximum charger output commit 9736f126b061263080fea6356dba59280ea01511 Author: Dimitrie78 Date: Thu May 9 08:18:27 2019 +0200 SmartED: add BattCellMonitor add chargingStatus and some more metrics commit 97b1abbaa3573482c2e878bad29fe933915732d8 Author: Dimitrie78 Date: Mon Apr 29 20:11:27 2019 +0200 Charging status update commit d65de8f31018c2e762c196db01dd063a3e5c7002 Author: Dimitrie78 Date: Mon Apr 29 19:27:41 2019 +0200 test poll batt temp commit 72597339484c35de0708854f02ce7b3f9b169cce Author: Dimitrie78 Date: Mon Apr 29 15:15:43 2019 +0200 add can id descriptions commit 10762148f450dfbf39d7770ef5e3c7c91e6a2ebb Author: Dimitrie78 Date: Mon Apr 29 14:16:50 2019 +0200 Charging Status Test commit 7f6bce47349803c4abf911fc4685b613ec2a3daf Author: Dimitrie78 Date: Mon Apr 29 12:17:18 2019 +0200 test: CAN Poll commit c078fbf228008a52c8577ff05671d06180d55fa9 Author: Dimitrie78 Date: Sun Apr 28 18:05:00 2019 +0200 CAN poll tests commit ac2ea2dd61d76521ee6ab219cb8599e280022371 Author: Dimitrie78 Date: Fri Apr 26 10:12:13 2019 +0200 add config to change display SOC to realSOC commit 142b0fc694d6c78178bf958e2fd6692b28b44a42 Author: Dimitrie78 Date: Thu Apr 25 21:22:32 2019 +0200 add config settings Ignition Timeout commit daa9276f351686d0e832be136e980f7711a786f5 Author: Dimitrie78 Date: Thu Apr 25 18:57:34 2019 +0200 add config range ideal and some other fix commit 31d0a68ba13ba1facc0806350f3172c2bf0d8089 Author: Dimitrie78 Date: Thu Apr 25 10:25:16 2019 +0200 short fix commit 83b68ab01c1443c1488667e97190ee5c6a43f56a Author: Dimitrie78 Date: Thu Apr 25 10:20:51 2019 +0200 add doorlock-unlock EGPIO settings to Web config commit f726943a2ece43aa3ef6e5564b9df5008ab8f8df Author: Dimitrie78 Date: Wed Apr 24 20:14:18 2019 +0200 some test commit be7629c5d9bfd0986f35e1a17efaae1e4ea47fd9 Author: Dimitrie78 Date: Wed Apr 24 19:17:13 2019 +0200 some change commit f5d14d087d9d3cc9ed34d5b06ae5024209bc6fd2 Author: Dimitrie78 Date: Wed Apr 24 16:28:07 2019 +0200 web settings commit 0e4f628f20abc716705a1bdbbb90541dac6dc93b Author: Dimitrie78 Date: Fri Apr 19 12:32:41 2019 +0200 change ChargeTimer to Vehicle Time commit cccd331c17b34da9e9c4ed159d63f033a30933ef Author: Dimitrie78 Date: Fri Apr 19 12:04:10 2019 +0200 add Vehicle VIN commit df0f7dd37321e4485e96c6c30238290b56a9eb85 Author: Dimitrie78 Date: Thu Apr 18 08:12:14 2019 +0200 some cleanup commit 84bb0ff9cc9863a8c4c22e2d6fc2cd5379cdf499 Author: Dimitrie78 Date: Wed Apr 17 19:14:18 2019 +0200 add some metrics and tests commit acceb14eae6c9b4c5ad7bb39f25ecafb06bf7a69 Author: Dimitrie78 Date: Fri Apr 5 19:26:41 2019 +0200 add lock status commit b5e28716dfb2784fa95bc3298cf08447f19b2eac Author: Dimitrie78 Date: Sat Mar 30 08:24:06 2019 +0100 Added charge state tests commit e0459e4f10efc7fd56371735630ec0eee4429d8f Author: Dimitrie78 Date: Thu Mar 28 08:54:11 2019 +0100 some more tests commit ba25857d6424e7dc28d3357bce816bb831d6c12c Author: Dimitrie78 Date: Wed Mar 20 16:05:01 2019 +0100 change lock/unlock commit 914e78bb098c7a3aca58a1fc272f64837d8a2afb Author: Dimitrie78 Date: Tue Mar 19 12:43:26 2019 +0100 fix clima commit 1644158e31c3488836123133c33c195263bbb185 Author: Dimitrie78 Date: Tue Mar 19 09:13:25 2019 +0100 . commit b11d085b8565319c21cfd5c2d118c103eed61169 Author: Dimitrie78 Date: Fri Mar 15 19:00:51 2019 +0100 more tests commit 91e5f4da403067aa73184b0560f8209ab41205b6 Author: Dimitrie78 Date: Fri Mar 15 16:26:25 2019 +0100 fix typo commit 811ed84294a77309e162fa680f3855366ed10c00 Author: Dimitrie78 Date: Fri Mar 15 10:08:47 2019 +0100 charging.. commit 06883a36ad7c9f6c299e7c9770e59cd9f0259918 Author: Dimitrie78 Date: Fri Mar 15 08:02:38 2019 +0100 test wakeup commit 48caf804cd9ef9a95ee45cf1d1204ea6b4a21849 Author: Dimitrie78 Date: Fri Mar 15 08:00:03 2019 +0100 charging... commit 2a317a383e4a60cb6b85fc0079022a31f7dd938b Author: Dimitrie78 Date: Thu Mar 14 16:59:15 2019 +0100 test charging commit 1f853cc1b362401d243ea40d36b340857286a94d Author: Dimitrie78 Date: Wed Mar 13 19:23:15 2019 +0100 tests commit e171898d270e90b0fa23672039e6dac22dfa9a20 Author: Dimitrie78 Date: Wed Mar 13 12:57:32 2019 +0100 add more metrics can status commit 5bca7ce00b0e687cc174923acb9c1afbfe02f69c Author: Dimitrie78 Date: Tue Mar 12 17:39:29 2019 +0100 Dashboard angepasst an Smart metrics commit 1b7075dd987adcc36723756e7ae0da74ec91acda Author: Thomas Heuer Date: Mon Mar 11 18:19:22 2019 +0100 ! commit e7260d001cb8c5c7a193111d5e5ac215a72662a2 Author: Dimitrie78 Date: Mon Mar 11 15:08:32 2019 +0100 fix reichweite ideal commit 2fa527fc773b22ac22f4cef070062c00ca2a6a93 Author: Dimitrie78 Date: Mon Mar 11 14:47:13 2019 +0100 test log commit 7edc29f2bf9625d4af50145844d111e915233c2a Author: Thomas Heuer Date: Sat Mar 9 12:34:44 2019 +0100 fix typos commit 82cf5328179abdcf2aaa9c3c68ec58bfc2b968c9 Author: Thomas Heuer Date: Sat Mar 9 12:20:21 2019 +0100 change SOCr to SOC commit 9b24dc13f16b89330ee8b8d7fd5c23501a414d4e Author: Thomas Heuer Date: Thu Mar 7 18:28:30 2019 +0100 some fix... commit 2fe6a4313a59423854d1fd620e28ccfdf258f819 Author: Thomas Heuer Date: Thu Mar 7 18:01:11 2019 +0100 some fix commit 13f06a1aa3ed253dee2d4ea7afc717856698e63a Author: Thomas Heuer Date: Thu Mar 7 14:19:29 2019 +0100 add funktion homelink for climacontrol commit 1636f39762ae0a7836c809b3abb6ac2e383fa1b4 Author: Thomas Heuer Date: Wed Mar 6 18:37:33 2019 +0100 fix... commit 49100cef4fff1fa91a08b4032ca49e9e228e8091 Author: Thomas Heuer Date: Wed Mar 6 18:25:59 2019 +0100 more stuff to test commit ef76120cf4aabba35a407211d54c9ed72fc0a0c3 Author: Thomas Heuer Date: Wed Mar 6 17:40:52 2019 +0100 more tests commit 347e9ebf0bf1eba15ff46a2dfd49cad1aa30fd3c Author: Thomas Heuer Date: Wed Mar 6 15:26:04 2019 +0100 some more tests/fix commit 85f595d60010061373b43553778898e2cc575928 Author: Thomas Heuer Date: Wed Mar 6 12:22:19 2019 +0100 Test Standheizung/klima set time commit cab7ccbf3cda6f683180577f544f673f8cfeba6b Author: Thomas Heuer Date: Wed Mar 6 10:12:34 2019 +0100 some can tests. Wake and clima commit f67ff6508b5d8e163e9e439cfac357985111a608 Author: Thomas Heuer Date: Tue Mar 5 18:08:30 2019 +0100 range idaeal test commit 7382c3bbf9f5c4eaf5dff352af06eb3491d28fda Author: Thomas Heuer Date: Tue Mar 5 13:48:00 2019 +0100 CommandWakeup test commit 82436ad02ae72df51c974e4bb362e6ef91bef21a Author: Thomas Heuer Date: Tue Mar 5 13:06:10 2019 +0100 test commit 8d634d731ed41d0a757273d5f408ba25a8fca015 Author: Thomas Heuer Date: Tue Mar 5 13:00:13 2019 +0100 test commit d90cb9ba9b39d9fac7bbee1bac2a66c172875b11 Author: Marcos Mezo Date: Sun Oct 14 21:30:42 2018 +0200 Exclude vim .swp files from beeing tracked by git commit 05c275bd908ceff49bb6b7d35c34ce4cd332caec Author: Marcos Mezo Date: Sun Oct 14 21:29:18 2018 +0200 Renault Zoe - Add car on/off detection and two more metrics * Detect if car is on or off reading the "key" status * Add battery temperature and SoC metrics commit d6b7cf0f219dc24fb1360cd88baf344aff030ca7 Author: Marcos Mezo Date: Sun Oct 14 15:11:15 2018 +0200 Renault Zoe - Initial Renault Zoe support Just the skeleton and querying for Odometer to see if it is working