Commit graph

105 commits

Author SHA1 Message Date
ce336b4f85
Make go build TARGETOS configurable.
All checks were successful
Build Docker image / build (push) Successful in 2m16s
Build Golang packages / release (push) Successful in 2m1s
2024-08-08 11:19:01 +02:00
b8ea94bb61
Add TARGETOS and TARGETARCH to fix multi-platform compilation issue.
Some checks failed
Build Golang packages / release (push) Waiting to run
Build Docker image / build (push) Has been cancelled
2024-08-08 11:18:26 +02:00
014a5e85a2
Fix to take into account user-defined timezone for insertEvents. Add multi OpenDTU TODO. 2024-08-07 18:55:26 +02:00
32bebfdca2
Add default admin user to OPENDTU_USERNAME
All checks were successful
Build Docker image / build (push) Successful in 1m12s
Build Golang packages / release (push) Successful in 2m16s
2024-07-27 00:43:29 +02:00
3556e401bc
Add configurable LOG_LEVEL env vars.
Some checks failed
Build Golang packages / release (push) Waiting to run
Build Docker image / build (push) Has been cancelled
2024-07-27 00:42:51 +02:00
b63c1e85d3
Add DEBUG log_level.
All checks were successful
Build Docker image / build (push) Successful in 1m35s
Build Golang packages / release (push) Successful in 2m4s
2024-07-27 00:08:40 +02:00
48d0382b0e
BREAKING: Migrate REMOTE_URL to OPENDTU_ADDRESS.
All checks were successful
Build Docker image / build (push) Successful in 1m12s
Build Golang packages / release (push) Successful in 2m4s
BREAKING: Migrate opendtu to opendtu_address
Add authentication capability for locked-down opendtu's.
Updated setup examples with new variables.
2024-07-26 23:46:19 +02:00
bf885fb84c
Change default version in compose examples from main to latest.
All checks were successful
Build Docker image / build (push) Successful in 1m5s
Build Golang packages / release (push) Successful in 2m6s
2024-07-26 22:42:31 +02:00
a7576cd0c0
Add health check TODO.
All checks were successful
Build Docker image / build (push) Successful in 1m4s
Build Golang packages / release (push) Has been skipped
2024-07-26 22:37:29 +02:00
9a0fb6ad1c
Remove completed DB migration TODO. 2024-07-26 22:36:50 +02:00
444e5065a4
Implement proper DB migrations using Goose. Upgrade go packages.
All checks were successful
Build Docker image / build (push) Successful in 1m8s
Build Golang packages / release (push) Has been skipped
2024-07-26 22:35:30 +02:00
6902facab6
Bugfix: Migrate insertLiveData and queryEventsEndpoint to new config struct.
All checks were successful
Build Docker image / build (push) Successful in 1m14s
Build Golang packages / release (push) Successful in 1m56s
2024-07-26 11:00:41 +02:00
d7262164f6
loadConfig should not be exported.
All checks were successful
Build Docker image / build (push) Successful in 1m10s
Build Golang packages / release (push) Has been skipped
2024-07-25 22:46:34 +02:00
79ea7706e1
Merge branch 'main' of git.hollander.online:energy/opendtu-logger
All checks were successful
Build Docker image / build (push) Successful in 1m13s
Build Golang packages / release (push) Successful in 2m2s
2024-07-25 21:04:50 +02:00
c73983d6cd
Add startup message. 2024-07-25 21:04:22 +02:00
bbc4ea0766 Add Home Assistant installation pointers
All checks were successful
Build Docker image / build (push) Successful in 1m11s
Build Golang packages / release (push) Has been skipped
2024-07-25 20:00:38 +02:00
2d843ceb3f
Handle TimescaleDBEnabled as bool.
All checks were successful
Build Docker image / build (push) Successful in 1m6s
Build Golang packages / release (push) Successful in 1m58s
2024-07-25 19:26:36 +02:00
5282a22879
Fix: change Config.TimescaleDBEnabled to bool.
Some checks failed
Build Docker image / build (push) Failing after 1m0s
Build Golang packages / release (push) Has been skipped
2024-07-25 19:21:04 +02:00
6230869120
Add capability to read from options.json to provide Home Assistant support.
All checks were successful
Build Docker image / build (push) Successful in 1m23s
Build Golang packages / release (push) Has been skipped
2024-07-25 19:15:11 +02:00
2f3e8ad1d6
Document Event logging limitations for inverters with battery systems on PV input side.
All checks were successful
Build Docker image / build (push) Successful in 1m19s
Build Golang packages / release (push) Successful in 2m6s
2024-07-25 11:13:49 +02:00
77a59f814b
Comment out debugging code. 2024-07-25 11:07:10 +02:00
1dbea69f52
Preparations for adding event timestamps.
All checks were successful
Build Docker image / build (push) Successful in 1m13s
Build Golang packages / release (push) Has been skipped
2024-07-01 14:39:19 +02:00
6c810b4e2b
Don't include compiled binaries. 2024-07-01 14:38:30 +02:00
0e491612dd
Add data_age=0 as events requirement.
All checks were successful
Build Docker image / build (push) Successful in 1m36s
Build Golang packages / release (push) Has been skipped
2024-07-01 14:12:40 +02:00
40c81c0bb3
Add better message about purpose and features of OpenDTU logger.
All checks were successful
Build Docker image / build (push) Successful in 2m32s
Build Golang packages / release (push) Has been skipped
2024-06-12 11:13:06 +02:00
8a30678c1d
Add OpenDTU discussion topic link.
All checks were successful
Build Docker image / build (push) Successful in 1m6s
Build Golang packages / release (push) Has been skipped
2024-04-09 13:28:10 +02:00
ffa8ef0746
Add light mode hint.
All checks were successful
Build Docker image / build (push) Successful in 59s
Build Golang packages / release (push) Has been skipped
2024-04-08 22:57:03 +02:00
673d32efd7
Add tooltip hint.
Some checks failed
Build Golang packages / release (push) Waiting to run
Build Docker image / build (push) Has been cancelled
2024-04-08 22:56:37 +02:00
9293e00652
Typo fix.
All checks were successful
Build Docker image / build (push) Successful in 54s
Build Golang packages / release (push) Has been skipped
2024-04-08 22:33:53 +02:00
8e94211cd6
Add PV dashboard screenshot note.
All checks were successful
Build Docker image / build (push) Successful in 55s
Build Golang packages / release (push) Has been skipped
2024-04-08 22:32:00 +02:00
4b895b97a8
Fix README screenshot.
All checks were successful
Build Docker image / build (push) Successful in 58s
Build Golang packages / release (push) Has been skipped
2024-04-08 22:30:34 +02:00
87382e2486
Add screenshot to README.md.
All checks were successful
Build Docker image / build (push) Successful in 1m2s
Build Golang packages / release (push) Has been skipped
2024-04-08 22:28:53 +02:00
a3debb7866
Add PV screenshot dark mode.
Some checks failed
Build Golang packages / release (push) Waiting to run
Build Docker image / build (push) Has been cancelled
2024-04-08 22:25:52 +02:00
7fc988501b
Improve feedback paragraph.
All checks were successful
Build Docker image / build (push) Successful in 1m21s
Build Golang packages / release (push) Has been skipped
2024-04-03 22:48:54 +02:00
0cf4661f46
Add feedback note.
All checks were successful
Build Docker image / build (push) Successful in 1m27s
Build Golang packages / release (push) Has been skipped
2024-04-03 22:44:35 +02:00
69b488acc8
Small clarification of events versus inverter data.
All checks were successful
Build Docker image / build (push) Successful in 1m14s
Build Golang packages / release (push) Successful in 2m8s
2024-03-28 14:33:33 +01:00
fb756e943d
Add Grafana comment to intro. 2024-03-28 14:33:11 +01:00
083a2f2667
more documentation work.
All checks were successful
Build Docker image / build (push) Successful in 1m16s
Build Golang packages / release (push) Has been skipped
2024-03-27 23:13:28 +01:00
04b60a3b2c
.env clarification
All checks were successful
Build Docker image / build (push) Successful in 1m33s
Build Golang packages / release (push) Has been skipped
2024-03-27 23:10:35 +01:00
49f3396c10
Add elaborate Docker Compose instructions.
All checks were successful
Build Docker image / build (push) Successful in 1m28s
Build Golang packages / release (push) Has been skipped
2024-03-27 18:37:10 +01:00
7b9f964950
change DB name 2024-03-27 18:23:48 +01:00
9241a1ed9d
Improve example.env 2024-03-27 18:17:11 +01:00
3a421b1344
Change timescaleDB bind mount to docker volume for easier deployment.
All checks were successful
Build Docker image / build (push) Successful in 1m36s
Build Golang packages / release (push) Has been skipped
2024-03-27 18:13:23 +01:00
17e1f54ab2
Improve auto restart limitation explanation. 2024-03-27 10:22:51 +01:00
a3079d1ac4
Change wording of restart limitations for websocket disconnections.
All checks were successful
Build Docker image / build (push) Successful in 1m11s
Build Golang packages / release (push) Has been skipped
2024-03-27 10:21:08 +01:00
1c399f373a
Add 'restart: always' to Compose examples. 2024-03-27 10:19:09 +01:00
b1f8319824
Add riscv64 support.
All checks were successful
Build Docker image / build (push) Successful in 1m16s
Build Golang packages / release (push) Has been skipped
2024-03-27 10:12:10 +01:00
40a904f458
Add 32-bit ARM support. 2024-03-27 10:10:54 +01:00
e7ea317425
Add support for 32-bit Linux i386. 2024-03-27 10:05:25 +01:00
357f48b4ae
Add support for mips64 (e.g. some routers with OpenWRT). 2024-03-27 10:03:01 +01:00