Skip to content

Basic WiFi and Influx DB integration#4

Open
japhsc wants to merge 3 commits into
davidkreidler:mainfrom
japhsc:shared/wifi-report
Open

Basic WiFi and Influx DB integration#4
japhsc wants to merge 3 commits into
davidkreidler:mainfrom
japhsc:shared/wifi-report

Conversation

@japhsc

@japhsc japhsc commented Jun 1, 2022

Copy link
Copy Markdown
  • get current time via NTP
  • WiFi-Manager
  • handle WiFi Events for e.g. reconnect
  • report current measurements to e.g. InfluxDB
  • as for now, only hard-coded addresses, ports and databases; web configuration planned
  • fix char array size in TEST_MODE
  • print WiFi state and report success on display

Comment thread co2_scd4x.ino
strcat(batterpercent, percent);
Paint_DrawString_EN(342, 10, batterpercent, &bahn_sml, WHITE, BLACK);
#endif
} else {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte hier noch mit einem Kommentar deutlich machen, dass es der else fall für if (BatteryMode) ist

Comment thread co2_scd4x.ino

/* Includes display */
/* deep & light sleep */
#include <esp_sleep.h>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants