Search found 7 matches

by fodome
01 Mar 2022, 15:47
Forum: ESP Easy: Projects / Applications
Topic: Trouble authenticating into InfluxDB v2
Replies: 6
Views: 9287

Re: Trouble authenticating into InfluxDB v2

I did set the controller to wait for an acknowledgement, but even then I am getting the same error message as before. I do not have an advanced section in my tools page. I'm using the custom ESPEasy configuration with just the BME280 plugin and a few controllers (Domoticz HTTP, Domoticz MQTT, Generi...
by fodome
18 Feb 2022, 05:35
Forum: ESP Easy: Projects / Applications
Topic: CO11: Could not add to delay handler
Replies: 3
Views: 7374

Re: CO11: Could not add to delay handler

Changing the queue policy to "Delete Oldest" seems to have done the trick as I'm not seeing this error message anymore.

Thanks for your help.

Fodome
by fodome
18 Feb 2022, 05:32
Forum: ESP Easy: Projects / Applications
Topic: Trouble authenticating into InfluxDB v2
Replies: 6
Views: 9287

Trouble authenticating into InfluxDB v2

Hey guys, I'm trying to get my ESPEasy Generic HTTP Advanced controller to connect to InfluxDB v2. This is the header that I am specifying: HTTP_Config.jpg I get the following error message: 3117316 : Error : HTTP : C011 POST... HTTP code: 401 {"code":"unauthorized","message...
by fodome
16 Feb 2022, 20:30
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy plugin for LSM9DS1
Replies: 8
Views: 8752

Re: ESPEasy plugin for LSM9DS1

Unfortunately, we absolutely have to use the LSM9DS1.

Would there be a way to implement the part of the Arduino code that does the initialization to get the device going into the ESPEasy plugin?
by fodome
16 Feb 2022, 19:47
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy plugin for LSM9DS1
Replies: 8
Views: 8752

Re: ESPEasy plugin for LSM9DS1

The code that I'm using in Arduino is the one from the Adafruit LSM9DS1 library (see attachments). The Adafruit Unified Sensor library is also used (also in attachements). I also set my board to the Adafruit ESP32 Feather that I added in the additional boards manager with the following: https://dl.e...
by fodome
16 Feb 2022, 19:17
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy plugin for LSM9DS1
Replies: 8
Views: 8752

ESPEasy plugin for LSM9DS1

Hi guys, I'm currently working on a school project that requires me to measure acceleration. In order to do so, we are using the LSM9DS1 9-DOF accelerometer/gyroscope/magnetometer and an ESP32 microcontroller. We wish to connect the two using ESPEasy. All three components are mandatory (request of o...
by fodome
16 Feb 2022, 00:57
Forum: ESP Easy: Projects / Applications
Topic: CO11: Could not add to delay handler
Replies: 3
Views: 7374

CO11: Could not add to delay handler

Good day, I am currently trying to configure ESPEasy to write to InfluxDB via the "Generic HTTP Advanced [Testing]" controller. I tried this initially using CURL and got it to POST to InfluxDB successfully. I have copied all the parameters that I used with CURL into the "Generic HTTP ...