41 Commits

Author SHA1 Message Date
admin 74776e1762 Version erhöht, Log beim Anmelden an der Mongo entfernt 2026-06-30 16:38:10 +00:00
admin 75ccb0b8ea Package.json updated
getporpertie leist nun auch die Chipdaten aus prop_flux
2025-09-15 16:11:13 +00:00
admin 41ef7a06b2 logfile ins .gitignore 2025-08-08 06:03:13 +00:00
admin 4458d773c2 added deploy.sh 2024-11-11 17:24:32 +00:00
admin dc723f7941 getaddress: send User-Agent to Nominatim 2024-11-11 11:09:49 +00:00
admin 3fbe3fb025 add message at start of program
Version updated
2023-11-29 16:18:56 +00:00
admin c10001754f getCityCoords added
remove 'noise_' on every value
2023-11-28 15:12:20 +00:00
admin c6b56207dd return csv string 2023-11-21 21:07:47 +00:00
admin 70f928d961 viele Anpassungen 2023-11-07 08:05:54 +00:00
admin 91e55f58bf get addresse as object
actions/getaddress.js
   - return address as object

sensorspecials/noise.js
   - use mongo instead of influx
2023-07-02 20:24:37 +02:00
admin 6485ef63f6 correct typo, remove 'whatTable' 2023-06-28 11:27:14 +02:00
admin 6857d75e9d .gitignore adapted 2023-06-27 17:16:40 +02:00
admin ecdcded663 seee prev. commit 2023-06-27 17:14:18 +02:00
admin f5fba41a50 Geiger-API working
getsensorData
   - some deafults adapted

 mongo.js
    - added fetchgeigerAVGData

geigeract.js
   - rename from radioact.js

noise.js
   - moved function to 'utilities'
2023-06-27 17:13:47 +02:00
admin 8d6b09fe8f WIP WIP first changes to use radioact 2023-06-08 18:37:53 +02:00
admin ec64eb3992 gitignore adapted 2023-06-08 17:42:23 +02:00
admin d987ecf5c4 getiing data from mongoseries AND from influx possible
databases/mongo.js
   - fetchNoiseAVGData added

sensorspecials/noise.js
   - read also from mongo
2023-06-08 17:08:03 +02:00
admin 30bd17b130 WIP WIP test mit mongoseries
actions/getsensordata
   - in getActData send mongo data

databases/mongo.js
   - fetchActData: sort by datetime and project sot all data
2023-06-03 19:21:23 +02:00
admin edeb871c2b remover unnecessary return
routes/api.js
   - dispatchcommand refactored
2023-06-01 15:57:06 +02:00
admin ca4b68d7ff Start using mongo timeseries
mooving all database relevant function to influx.js resp. mongo.js

aktual data now also readable from mongo
2023-05-25 13:19:03 +02:00
admin 5d10f681ea changed date/time to local time
actions/getsensorData.js
   - interpret given date/time as local time and convert ist to UTC for database

databases/influx.js
   - log for 'read' added

utilities/logit.js
   - print time in local time

sensorspecials/noise.js
   - print starttime im options as local time
   - remove 'zone:utc' from every time function
2023-05-25 09:24:12 +02:00
admin 969a37b8c6 docker compose : PORT added 2023-05-09 15:53:43 +02:00
admin 347c6bdc96 All error messages in german and in englisch 2023-05-09 15:37:27 +02:00
admin 2cf418756d corrected problem with havg
api.js
   - unnecessary export deleted
   - import of logit added

actions/data4map.js
   - logits removed

databases/influx.js
   - logits removed

databases/mongo.js
   - logits removed

sensorspecials/noise.js
   - repeated code put to a function
   - correctred hour count at havg

package.json
  "version": "1.2.2",
  "date": "2023-04-24",
2023-04-24 11:54:30 +02:00
admin 144f36e0a0 added week to mapdata
package.json
  "version": "1.2.1",
  "date": "2023-04-21",
2023-04-21 17:33:52 +02:00
admin 003138e601 version and date
package.json
  "version": "1.2.0",
  "date": "2023-04-07",
2023-04-07 18:18:13 +02:00
admin e26fe7fd35 Return error if no data from influx
actions/getsensorData.js
   - if values.length <= 2 then error
2023-04-07 17:19:23 +02:00
admin c3a4ff0b4a Preparation for charts moved from here to laerm app
routes/api.js
   - removed unnecessary table entry

app.js
   - removed unnecessary calls

actions/ddata4maps.js
   - return options as object

sensorspecials/noise.js
   - removed all references to xxxxxData-Calls
   - removed checks for /chart/...

removed route/chartapi.js,  sensorspecials/noisCharts.js and utilites/tables.js
2023-04-07 15:28:42 +02:00
admin 492aa1c3f3 info table added to return value on live chart
sensorspecials/noiseChart.js
   - infotable added
2023-04-06 17:19:07 +02:00
admin e66e09e63b better visability of peak charts
utilities/errortexts.js
   - typos corrected

sensorspecials/noise.js
   - accept only values for span lower than default values

sensorspecials/noiseChart.js
   - add zIndex to options
2023-04-05 20:56:08 +02:00
admin 9ef468cf74 Peaks merged to havg/davg
utilities/chartoptions.js
   - removed chart height from global options

sensorspecials/noiseChart.js
   - changed sam texts /tile, subtitle)
2023-04-04 14:42:49 +02:00
admin b6a8b1706c *** WIP WIP *** some smaller changes 2023-04-04 10:38:01 +02:00
admin 48d2f82d83 *** WIP WIP *** All charts work now 2023-04-02 15:33:23 +02:00
admin aeeb660823 *** WIP WIP *** All charts work (mostly) 2023-03-31 17:38:26 +02:00
admin 126acfeb7f *** WIP WIP *** woks now for live and havg 2023-03-27 09:56:18 +02:00
admin 26e4b75a6f Some errors fixed, works for api.js 2023-03-24 15:30:41 +01:00
admin c4c90b4455 Works now for noise sensors
package.json
  "version": "1.1.0",
  "date": "2023-03-24"
2023-03-24 13:51:52 +01:00
admin 836d2848b6 Works now for noise sensors 2023-03-24 13:50:32 +01:00
admin 088005c040 Many changes to have Noise Live Chart 2023-03-20 20:01:22 +01:00
admin acad6d8276 Tables simplified
idea_xxx entfernt

utilities/commands.js
   - unnecessary entries removed

sensorspecials/noise.js
   - unnecessary entries in whatTable removed
2023-03-08 16:22:03 +01:00
admin 0b6959d4f6 first 2023-03-08 16:17:02 +01:00