Commit graph

829 commits

Author SHA1 Message Date
Brett Christensen
0993b52553 fix up event log page and add hostname to output of webserver 2024-02-09 14:06:36 +11:00
Brett Christensen
ce0e52142a disable setting yellow led for kwh implausible model 3 2024-02-09 14:05:43 +11:00
Brett Christensen
a928ed1cea trying to be more efficient... 2024-02-09 11:58:42 +11:00
Brett Christensen
9f68296f5f fixing autoconfig 2024-02-09 10:55:49 +11:00
Brett Christensen
91c7a001cc publish common info autoconfig 2024-02-09 08:58:45 +11:00
Brett Christensen
1a32022949 fix events endpoint 2024-02-09 08:12:51 +11:00
Brett Christensen
7d208c3ebc really want to make this thing work hey 2024-02-09 07:59:29 +11:00
Daniel Öster
0bd947dbba
Merge pull request #164 from dalathegreat/dependabot/github_actions/pre-commit/action-3.0.1
Bump pre-commit/action from 3.0.0 to 3.0.1
2024-02-08 21:04:38 +02:00
Daniel Öster
a41534a4c1
Merge pull request #165 from dalathegreat/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-02-08 21:04:23 +02:00
dependabot[bot]
b1f0d9f2cc
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 21:44:39 +00:00
dependabot[bot]
b7279e7c97
Bump pre-commit/action from 3.0.0 to 3.0.1
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 21:44:36 +00:00
lenvm
92b548077a
Merge pull request #163 from lenvm/feature/dependabot
Add Dependabot
2024-02-07 22:44:16 +01:00
Daniel Öster
fad39ddb41
Fix negative temp handling 2024-02-07 21:08:12 +02:00
lenvm
6de8708f67 add Dependabot
- Dependabot regularly checks versions of dependencies of GitHub Actions
2024-02-07 20:05:55 +01:00
Daniel Öster
19c423ad04
Update USER_SETTINGS.cpp
Update version number
2024-02-07 17:33:08 +02:00
rjsc
a1b6652b50
Merge pull request #157 from kharnt0x/wifi-fix
Better handling of wifi events, by @kharnt0x
2024-02-07 13:27:35 +00:00
rjsc
923a18e5c1
make clang happy 2024-02-07 12:33:05 +00:00
rjsc
ae200bdeb5
make clang happy 2024-02-07 12:29:38 +00:00
rjsc
ea0a70e339
make clang happy 2024-02-07 12:27:23 +00:00
Daniel Öster
386c705d82
Update CODE_OF_CONDUCT.md 2024-02-07 14:13:07 +02:00
rjsc
008ddcf562
make clang happy 2024-02-07 11:58:08 +00:00
rjsc
5cae926ebf
make clang happy 2024-02-07 11:57:06 +00:00
Daniel Öster
c9fc805b91
Merge pull request #160 from dalathegreat/bugfix/LEAF-temperature-display
Nissan LEAF: Fix temperature value so its human readable
2024-02-07 12:53:35 +02:00
Daniel Öster
4e1ecfaad2
Fix value so its human readable 2024-02-07 12:23:35 +02:00
Cabooman
cfc2c6a439 Merge branch 'main' into feature/event-log 2024-02-07 11:11:40 +01:00
Daniel Öster
7324ac8def
Merge pull request #158 from dalathegreat/bugfix/BYD-CAN-temperatures-negative
BYD CAN: Fix average temperature calculation
2024-02-07 11:48:42 +02:00
Daniel Öster
aa99f65d6a
Merge pull request #159 from dalathegreat/bugfix/tesla-values-via-usb
Tesla: Make serialprintout more human readable
2024-02-07 11:47:43 +02:00
Cabooman
eeed85d9dd Merge branch 'feature/event-log' of https://github.com/dalathegreat/Battery-Emulator into feature/event-log 2024-02-07 08:36:38 +01:00
Cabooman
b528c8917f Event cleanup 2024-02-07 08:36:28 +01:00
Cabooman
0650c3f0ef
Update unit-tests.yml
Update to checkout@v4
2024-02-07 07:26:29 +01:00
Cabooman
32378df03e Some cleanup before more surgery 2024-02-06 22:11:02 +01:00
Brett Christensen
e64f282b0f Merge remote-tracking branch 'upstream/bugfix/BYD-CAN-temperatures-negative' into event-log-webserver 2024-02-07 08:02:06 +11:00
Brett Christensen
3707409d2f Merge remote-tracking branch 'upstream/bugfix/tesla-values-via-usb' into event-log-webserver 2024-02-07 08:01:35 +11:00
Brett Christensen
828c9e9760 remove wifi minder and use inbuilt 2024-02-07 07:52:53 +11:00
Brett Christensen
3503b8586a add event log to webserver 2024-02-07 07:52:44 +11:00
Brett Christensen
f0f1fddb15 Merge branch 'main' into feature/event-log 2024-02-07 07:48:41 +11:00
Brett Christensen
89a8a947af Revert "Merge pull request #153 from kharnt0x/wifi-monitor"
This reverts commit 26cbc47c15, reversing
changes made to 38524e27d1.
2024-02-07 06:35:55 +11:00
Daniel
c31d93c628 Improve serialprintout for Tesla packs 2024-02-06 21:22:34 +02:00
Daniel Öster
af8bb72d28
Update CODE_OF_CONDUCT.md 2024-02-06 20:40:22 +02:00
Daniel
f6f4d520d7 Fix average temperature calculation 2024-02-06 15:00:20 +02:00
Brett Christensen
cb935e4cf8 Squashed commit of the following:
commit a81133c6c0
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Tue Feb 6 07:59:22 2024 +0100

    Update timer_test.cpp

commit aca520c506
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Tue Feb 6 07:55:00 2024 +0100

    Added a test, new structure

commit 1d09dacccb
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 23:36:25 2024 +0100

    Event setting

commit 5edfd6cdec
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 23:16:46 2024 +0100

    Restore to working order, success!

commit 7f6eddca76
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 23:15:54 2024 +0100

    Testing for failed unit tests

commit dcd8dcade9
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 23:13:25 2024 +0100

    Name change

commit f1bff798c4
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 23:11:57 2024 +0100

    Moved test files

commit 933d11f932
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 23:03:34 2024 +0100

    More UT

commit 92fd0ac31b
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 23:01:44 2024 +0100

    Update unit-tests.yml

commit 5785eeb111
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 22:57:35 2024 +0100

    Update unit-tests.yml

commit f4fa1115c1
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 22:55:27 2024 +0100

    UT debugging

commit 396f41ed77
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 22:53:10 2024 +0100

    Moved test folder

    previous location caused issues with building the main SW

commit da8421dcff
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 22:42:13 2024 +0100

    Unit test attempt

commit 44c02745bf
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 14:10:12 2024 +0100

    Improvements and unit tests

commit 4d95fcfc31
Author: Cabooman <81711263+Cabooman@users.noreply.github.com>
Date:   Mon Feb 5 01:19:37 2024 +0100

    First commit
2024-02-06 20:06:07 +11:00
Cabooman
6bc253ff6e Comments 2024-02-06 08:32:53 +01:00
Cabooman
4fa97a07b9 Merge branch 'feature/event-log' of https://github.com/dalathegreat/Battery-Emulator into feature/event-log 2024-02-06 08:26:42 +01:00
Cabooman
12136fa189 Restore the timer test 2024-02-06 08:25:58 +01:00
Cabooman
88dc5fece4
Update unit-tests.yml
Trying t filter out directories...
2024-02-06 08:25:06 +01:00
Cabooman
a8a2eb46c6 Update unit-tests.yml 2024-02-06 08:23:16 +01:00
Cabooman
041be95b29 Close! 2024-02-06 08:22:13 +01:00
Cabooman
7e4bd653bf Trying to fail... 2024-02-06 08:19:56 +01:00
Cabooman
4577df094e Some updates, temp disable other Actions 2024-02-06 08:17:47 +01:00
Cabooman
a81133c6c0 Update timer_test.cpp 2024-02-06 07:59:22 +01:00