Gunnar Skjold
ca1c237776
Swap to AP mode if WiFi psk is wrong
v2.2.20
2023-06-11 09:45:17 +02:00
Gunnar Skjold
5b6b9879b1
Switch to subunit of currency if price is low
2023-06-11 08:54:03 +02:00
Gunnar Skjold
06a0366762
Fixed negative month cost in realtime calculation
2023-06-11 08:20:09 +02:00
Gunnar Skjold
538624b6eb
Fixed wrong date
2023-06-11 08:08:33 +02:00
Gunnar Skjold
4496b958ff
Fixed overlapping labels in graph
2023-06-11 08:03:07 +02:00
Gunnar Skjold
b2a93c0b4c
Changed label for monthplot
2023-06-11 07:06:03 +02:00
Gunnar Skjold
2cbe566910
Fixed mouseover label on prices for "tomorrow"
2023-06-11 06:59:07 +02:00
Gunnar Skjold
a4b07f4097
Merge branch 'master' of github.com:UtilitechAS/amsreader-firmware
2023-06-11 06:53:17 +02:00
Gunnar Skjold
f8cb9d187f
Adjusted retry delay on prices
2023-06-11 06:41:46 +02:00
Gunnar Skjold
5e9fe74dd0
Merge pull request #586 from UtilitechAS/dependabot/npm_and_yarn/lib/SvelteUi/app/vite-3.2.7
...
Bump vite from 3.0.9 to 3.2.7 in /lib/SvelteUi/app
2023-06-06 10:58:24 +02:00
dependabot[bot]
5b7b30c0d0
Bump vite from 3.0.9 to 3.2.7 in /lib/SvelteUi/app
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 3.0.9 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 02:25:27 +00:00
Gunnar Skjold
9d902c63de
Fixed NPE
v2.2.19
2023-05-22 12:51:26 +02:00
Gunnar Skjold
a57405a7a5
Fixed NaN in clock
2023-05-22 10:26:12 +02:00
Gunnar Skjold
550d32ee33
Fixed issue with new device
2023-05-22 09:55:15 +02:00
Gunnar Skjold
9f7e174c7b
Updated code that fixes broken DNS on IPv6 networks
v2.2.18
2023-05-21 13:50:05 +02:00
Gunnar Skjold
104617afd2
Use device timezone in gui
2023-05-21 12:34:00 +02:00
Gunnar Skjold
959664f61d
Even more changes for negative prices
2023-05-21 12:10:00 +02:00
Gunnar Skjold
5834b07393
Adjustments to avoid dns resolving in a closed network
2023-05-20 22:03:26 +02:00
Gunnar Skjold
8dbcf2424a
Hack to fix DNS on networks with IPv6
2023-05-20 21:59:18 +02:00
Gunnar Skjold
74345046b1
Adjustments for negative prices
2023-05-20 21:58:57 +02:00
Gunnar Skjold
516c80e38c
Fixed negative and 0 price
2023-05-16 22:04:51 +02:00
Gunnar Skjold
17bbac8670
Updated exchange rate api call
2023-05-05 19:34:48 +02:00
Gunnar Skjold
ccee3f505d
Changes after testing
v2.2.17
2023-05-05 18:30:30 +02:00
Gunnar Skjold
48eb640838
Changes after testing
2023-05-05 18:12:26 +02:00
Gunnar Skjold
90ebe3803d
More adaptations
2023-05-04 17:31:16 +02:00
Gunnar Skjold
07ff4e2b0c
Added last month in realtime data. Also increased precision on realtime data
2023-05-04 14:33:14 +02:00
Gunnar Skjold
7e011a184b
Added delay for stability purposes
2023-05-04 12:12:08 +02:00
Gunnar Skjold
324459df97
Reduce verbose debug
2023-05-04 12:02:16 +02:00
Gunnar Skjold
2db38835c5
Fixed errors in SVG
2023-05-04 11:58:39 +02:00
Gunnar Skjold
804e43824b
Fixed data storage update
2023-05-04 11:44:22 +02:00
Gunnar Skjold
60c7cea724
Extended range for multipliers
2023-05-03 07:51:11 +02:00
Gunnar Skjold
b9fe6cab83
Improved on automatic clearing of graph
v2.2.16
2023-05-02 14:21:58 +02:00
Gunnar Skjold
e3f41fdb4c
Fixed issue introduced in previous commit
2023-05-02 14:02:40 +02:00
Gunnar Skjold
9e5cb48101
Improved update and clearing of hour/day in data storage for graphs
2023-05-02 13:39:16 +02:00
Gunnar Skjold
259d8424a3
Merge pull request #550 from dbeinder/version_lib
...
Speedup build
2023-05-02 10:51:26 +02:00
david-beinder
a6ae86abb8
Remove redundant 'typedef'
...
'typedef' is not needed in C++ and generates a warning
2023-05-02 10:48:54 +02:00
david-beinder
a23abf626b
Convert Arduino sketch to C++
2023-05-02 10:48:54 +02:00
david-beinder
849eac1c0f
Move version constants into its own compile-unit
...
Speeds up the build by moving those constants into a separate compile-unit.
Currently, since the version header is auto regenerated on each build,
all modules that include it, also have to be recompiled every time.
2023-05-02 10:48:53 +02:00
Gunnar Skjold
13dda2bb19
Added decimals on month plot if number under 10. Also added mouse-over with better precision
2023-05-02 10:40:53 +02:00
Gunnar Skjold
eea1782280
Fixed segfault when enabling verbose debug with fixed price
2023-05-02 10:20:54 +02:00
Gunnar Skjold
d729d0c5bd
Fixed update of data in month plot after entering new month
2023-05-02 10:15:31 +02:00
Gunnar Skjold
72cc0996e1
Merge branch 'master' of github.com:UtilitechAS/amsreader-firmware
2023-04-29 06:40:32 +02:00
Gunnar Skjold
b1ad844bc6
Fixed reactive energy sensors in HA
2023-04-29 06:40:25 +02:00
Gunnar Skjold
4977ad3471
Merge pull request #548 from dbeinder/fixedprice
...
Add backup, restore, clearing of 'fixedPrice' setting
2023-04-29 06:16:02 +02:00
david-beinder
a3dcd2cfb2
Add backup, restore, clearing of 'fixedPrice'
2023-04-28 22:46:44 +02:00
Gunnar Skjold
c1701c8ee9
Fixed c3 bootloader
2023-04-28 19:32:54 +02:00
Gunnar Skjold
1e88148971
Fixed flash script
2023-04-28 18:42:49 +02:00
Gunnar Skjold
cef7ed15cb
Merge pull request #543 from UtilitechAS/dependabot/npm_and_yarn/lib/SvelteUi/app/yaml-2.2.2
...
Bump yaml from 2.1.1 to 2.2.2 in /lib/SvelteUi/app
2023-04-28 18:37:53 +02:00
dependabot[bot]
7c93537fef
Bump yaml from 2.1.1 to 2.2.2 in /lib/SvelteUi/app
...
Bumps [yaml](https://github.com/eemeli/yaml ) from 2.1.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.1.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: yaml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 20:32:45 +00:00
Gunnar Skjold
8b97544a2c
Remove old Kaifa special case code
2023-04-25 11:53:58 +02:00