• Joined on 2020-11-19
klaute pushed to master at okoyono/weatherstation 2022-05-24 11:03:57 +02:00
06f080bd29 Added windspeed measurement web functionality.
klaute deleted branch feature/InfluxDB-Connection-Update from okoyono/weatherstation 2022-05-23 17:37:00 +02:00
klaute merged pull request okoyono/weatherstation#1 2022-05-23 17:36:59 +02:00
feature/InfluxDB-Connection-Update
klaute pushed to master at okoyono/weatherstation 2022-05-23 17:36:59 +02:00
2ae1d7a365 Merge pull request 'feature/InfluxDB-Connection-Update' (#1) from feature/InfluxDB-Connection-Update into master
ef6920dbe3 Added http response handling (debug output print).
d670b753dc Added staus led toggle code
7ef9dd4e53 Debug output added
d8dbc00280 HTTP_CALL_ON_WINDSPEED_EXCEED execution bug fix
Compare 40 commits »
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 17:35:02 +02:00
ef6920dbe3 Added http response handling (debug output print).
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 13:10:18 +02:00
d670b753dc Added staus led toggle code
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 12:53:01 +02:00
7ef9dd4e53 Debug output added
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 12:21:16 +02:00
d8dbc00280 HTTP_CALL_ON_WINDSPEED_EXCEED execution bug fix
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-23 12:15:15 +02:00
174eaa985e Windsensor meas time type is int not float
79b61baf71 Moved some parts of config.h to the user config file. Also added a constants header.
Compare 2 commits »
klaute reopened pull request okoyono/weatherstation#1 2022-05-22 20:00:06 +02:00
feature/InfluxDB-Connection-Update
klaute closed pull request okoyono/weatherstation#1 2022-05-22 19:57:28 +02:00
feature/InfluxDB-Connection-Update
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-22 16:35:13 +02:00
bf413c9897 Fixed review findings
klaute commented on pull request okoyono/weatherstation#1 2022-05-22 16:30:44 +02:00
feature/InfluxDB-Connection-Update

Erledigt

klaute commented on pull request okoyono/weatherstation#1 2022-05-22 16:28:56 +02:00
feature/InfluxDB-Connection-Update

Erledigt

klaute commented on pull request okoyono/weatherstation#1 2022-05-22 16:13:40 +02:00
feature/InfluxDB-Connection-Update

Das wäre super wenn wir noch mehrere andere Plattformen unterstützen könnten!

klaute commented on pull request okoyono/weatherstation#1 2022-05-22 15:09:06 +02:00
feature/InfluxDB-Connection-Update

Das einzelne Parameter die man dem Init übergeben muss. Zumindest ist es so lesbar.

klaute commented on pull request okoyono/weatherstation#1 2022-05-22 15:06:49 +02:00
feature/InfluxDB-Connection-Update

Ja richtig das sind die Faktoren und Divisoren die man braucht um v=u2pi*r/t_meas * Korrekturfaktor zu berechnen. Vorher stand im Code die Zahl 2.4 ohne einen Kommentar.

klaute commented on pull request okoyono/weatherstation#1 2022-05-22 15:04:02 +02:00
feature/InfluxDB-Connection-Update

Das Feature hat bereits ein gleichnamiges #define in der user config mit dem man es aktivieren kann.

klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-22 09:41:19 +02:00
23bf57648c Disabled weatherstation notice functionality.
klaute pushed to feature/InfluxDB-Connection-Update at okoyono/weatherstation 2022-05-22 08:51:27 +02:00
7a689034b4 Added windspeed exceed functionality, it calls an url if max windspeed is exceeded