Commit Graph

364 Commits

Author SHA1 Message Date
ak6i dacae41c9a
Improvement of the installation script, to allow easier restarts when the install fails 2024-05-05 22:42:10 +02:00
Jaap van Ekris f4d12ec9eb
Added support status for the JLL Ventus 2 2024-03-20 08:03:18 +01:00
Jaap van Ekris 59ccca0ac8
Updated supported rowers list 2024-03-19 16:09:22 +01:00
Jaap van Ekris 6bc2931c0d
Newly supported rowers 2024-03-19 16:02:33 +01:00
Jaap van Ekris 1c02f74929
Change in Branch name 2024-03-11 09:19:04 +01:00
Jaap van Ekris 8d9cb151e6
Update branch name 2024-03-11 09:18:04 +01:00
Jaap van Ekris f628f30e18
Bugfix in config error message 2024-02-23 20:00:25 +01:00
Jaap van Ekris 2d647d12c2
Update physics_openrowingmonitor.md 2024-02-23 11:22:20 +01:00
Jaap van Ekris 414372ef23
Fix of an array processing error in the Theil-Sen regressor (#40)
Update to fix an error in both Theil-Sen regressors, as the arrays used were not processed completely. Thanks to @Abasz for reporting.
2024-02-15 11:15:07 +01:00
Jaap van Ekris f1b621fde5
Dropped support for the Raspberry Pi Zero 2024-02-07 11:35:54 +01:00
Jaap van Ekris 7ae029d1d6
Removal of Raspberry Pi Zero support 2024-02-07 11:14:38 +01:00
Jaap van Ekris 60ecfeb245
Update Release_Notes.md 2024-02-06 20:16:25 +01:00
Jaap van Ekris cf80aa77d3
Update to support Raspberry Pi Bookworm and Node.js V20 (#36)
* Switch to Node.js V20

* Failsafe for updating using the wrong branch

* Update to Node.js v20 and support for RPi OS Bookworm

* Update to Node.js V20

* Update to Node.js V20

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update package.json

* Update package-lock.json
2024-02-06 16:05:59 +01:00
Jaap van Ekris da281043d6
Set redirect to Pi Zero branch 2024-02-05 15:49:22 +01:00
Jaap van Ekris f1d38aa398
Added a Raspberry Pi Zero W depreciation warning (#34)
Added an active depreciation warning to the Pi Zero W installs (see #33)
2024-02-05 15:40:48 +01:00
Jaap van Ekris 8d492ec4c2
Update node.js.yml 2024-02-03 10:36:45 +01:00
Jaap van Ekris 854a8806dc
Upgrade to Node.js V18 (#32)
* Update install.sh

* Create .npmrc

* Update install.sh

* Update server.js

* Update config.js

* Update RowingStatistics.js
2024-02-03 10:35:14 +01:00
Jaap van Ekris 4066ea5422
Update of several non-essential packages (#31)
* Update package.json

* Update package-lock.json
2024-02-02 15:54:56 +01:00
Jaap van Ekris 91ad5b7fa1
Added error message on Bookworm
Added an error message on the Bookworm install, as the Window manager is totally different.
2024-02-02 10:18:42 +01:00
Jaap van Ekris a434744ce1
Update of the essential npm dependencies (#30)
* Update install.sh

* Update package.json

* Update package-lock.json

* Update package.json

* Update package-lock.json

* Update package.json

* Update package-lock.json

* Update install.sh

* Update README.md

* Update installation.md

* Update README.md

* Create Release_Notes.md

* Update Release_Notes.md

* Update Release_Notes.md

* Update Release_Notes.md

* Update README.md

* Update backlog.md

* Update Release_Notes.md

* Update Release_Notes.md

* Update Release_Notes.md

* Update Release_Notes.md

* Update Release_Notes.md

* Update rower_settings.md

* Update physics_openrowingmonitor.md

* Fixed Lint errors

* Update installation.md

* Fix Lint errors
2024-02-01 15:15:45 +01:00
Jaap van Ekris 2934feff92
Improvement of the dragfactor calculation by using Linear Theil-Sen estimator (#27)
* Explanation of the improvement

* Addition of the defaultValue property

* Change to use Lin. TS for Drag calculation

Changing the drag and recovery slope calculation from OLS to Linear Theil-Sen

* Fixed Lint error

* Improvement of the RowErg profile

Adaptation of the Concept2 RowErg profile to the new algorithms

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Update Rower.test.js

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm
2024-01-24 17:49:42 +01:00
Jaap van Ekris 265a459a72
Fixed a bug in the install script
Fixed a bug reported by pirower. Many thanks for reporting!
2024-01-15 22:05:17 +01:00
Jaap van Ekris b747b61c46
Update to allow installation on Debian 12 'Bookworm' 2024-01-10 15:45:04 +01:00
Jaap van Ekris 3ccda4f6d2
Create battery of tests for FullTSLinearSeries 2024-01-10 12:27:01 +01:00
Jaap van Ekris 80c53afcff
Adaptation to improved Theil-Sen algorithm 2024-01-10 12:16:54 +01:00
Jaap van Ekris 4a01f5fd65
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:56:45 +01:00
Jaap van Ekris 2df7b72891
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:52:01 +01:00
Jaap van Ekris 23c6d69f96
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:46:33 +01:00
Jaap van Ekris e42a4717e6
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:44:23 +01:00
Jaap van Ekris 1b17b8137b
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:41:39 +01:00
Jaap van Ekris 00adc3c932
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:39:09 +01:00
Jaap van Ekris 2ddb222d0c
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:37:36 +01:00
Jaap van Ekris 2ea84d26a0
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:35:52 +01:00
Jaap van Ekris fcf1f7312b
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:33:52 +01:00
Jaap van Ekris 881999f1e1
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:32:04 +01:00
Jaap van Ekris 6bb2b9f9e3
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:29:54 +01:00
Jaap van Ekris 9c47873e35
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:24:55 +01:00
Jaap van Ekris 3412ed8abc
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:22:04 +01:00
Jaap van Ekris 9621d2fc7b
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:19:45 +01:00
Jaap van Ekris c2e0960c46
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:16:16 +01:00
Jaap van Ekris cfb2d66664
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:12:46 +01:00
Jaap van Ekris 4ccf0b51fc
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:09:26 +01:00
Jaap van Ekris 728761463a
Adaptation to improved Theil-Sen algorithm 2024-01-09 22:06:54 +01:00
Jaap van Ekris cdf4411cbb
Adaptation to improved accuracy 2024-01-09 22:04:08 +01:00
Jaap van Ekris 4707df1ee3
Adaptation to improved accuracy 2024-01-09 21:45:04 +01:00
Jaap van Ekris 0989a72c2b
Adaptation to improved accuracy 2024-01-09 21:41:45 +01:00
Jaap van Ekris f6f9775244
Adaptation to improved accuracy 2024-01-09 21:34:55 +01:00
Jaap van Ekris aecaa56479
Update to reflect improved robustness 2024-01-09 21:30:45 +01:00
Jaap van Ekris 804ab5e844
Fixed lint error 2024-01-09 21:20:30 +01:00
Jaap van Ekris 8f75076c73
Fixed lint errors 2024-01-09 21:18:35 +01:00