in die DB nur alle 5min schreiben, deploy.sh dazu

This commit is contained in:
2026-04-14 16:20:47 +02:00
parent fc8c7071f8
commit c630ef50a7
3 changed files with 128 additions and 4 deletions

View File

@@ -166,8 +166,8 @@ function parseLOOP1(pkt) {
tempIn: temp(pkt.readInt16LE(9)),
humOut: hum(pkt[33]),
humIn: hum(pkt[11]),
windAvg: mph(pkt[14]),
windGust: mph(pkt[15]),
windAvg: mph(pkt[15]),
windGust: mph(pkt[14]),
windDir: pkt.readUInt16LE(16) || null,
forecast: pkt[89],
pressure: press === 0 ? null : r1(press * 33.8639 / 1000),