Skip to content

Commit 88a5d4a

Browse files
Update README.md
1 parent 8a92329 commit 88a5d4a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@ javascript.0.Wavelog.amqso
3636
2. Just create the Javascript in your io.Broker Javascript Adapter. This script will auto-run every 10 minutes to update the data objects in io.Broker.
3737
Make shure to replace the URL, Read-only API-key from Wavelog and station ID with the correct data from your wavelog instance.
3838

39+
There are 3 versions of Javascript in this repository (you can choose which one you want to use):
40+
41+
**getwavelogdatatoiobroker_new_api_summed_up_stations.js (Use this one)**
42+
Your way to go. Can handle and sum up multiple station IDs.
43+
44+
**getwavelogdatatoiobroker_new_wp_api.js (Might use it if version 1 doesn't work).**
45+
The first stable version that retrieves Wavelog-Data via the dedicated wavelog endpoint. Can handle only one single station ID.
46+
47+
48+
**getwavelogdatatoiobroker_old.js (DONT USE IT)**
49+
This is old and it does not use the dedicated wavelog endpoint. Instead it calculates the total sums itself. Highly inefficient. I will delete this file in the future as this kind of data retrieval will be deprecated soon. Don't use it.
50+
51+
52+
53+
This file lets you read from multiple Station IDs and sums up the values over multiple Station IDs. Yay.
54+
55+
56+
3957
## Visualisation on Awtrix device
4058

4159
If you want to read on, how I used this data to display it on my Ulanzi TC001 Pixel clock running Awtrix firmware, read on here: https://do8ydp.de/automated-display-of-qso-statistics-from-wavelog-on-the-ulanzi-tc001-pixelclock-with-awtrix-and-io-broker/

0 commit comments

Comments
 (0)