Search found 10 matches

by water
23 Aug 2018, 19:08
Forum: ESP Easy: Hardware
Topic: ESPEasy Mega 2.0 and SDS011 sleep/wake time
Replies: 10
Views: 9511

Re: ESPEasy Mega 2.0 and SDS011 sleep/wake time

The sleep time you can set in the plugin is saved to the sensor itself. So the sensor is then active for 30 seconds and will sleep for the set time. N.B. this is the sleep time of the sensor page, not the sleep/wake time of deepsleep setting of ESPeasy. It is working very stable here since the last...
by water
12 Aug 2018, 15:47
Forum: ESP Easy: Software
Topic: Writing to InfluxDB from HTTP Advanced controller?
Replies: 19
Views: 20231

Re: Writing to InfluxDB from HTTP Advanced controller?

@water: the flow from @spachal is in quotes instead of code tags and the forum modifies such strings somehow. You could also try to reconstruct his flow - only the 3 nodes: mqtt -> function -> request. Code and settings you can see in his export. Great post about grafana ans inluxdb (for openhab) i...
by water
12 Aug 2018, 13:50
Forum: ESP Easy: Software
Topic: Writing to InfluxDB from HTTP Advanced controller?
Replies: 19
Views: 20231

Re: Writing to InfluxDB from HTTP Advanced controller?

@water: there is nothing to sort, when you store data in the database Also your sql select is a little confusing, cause you have the humidity data from a dht22 in the table "dust sensor". In order to help you, you should export your current flow and describe exactly what you want to achie...
by water
12 Aug 2018, 13:03
Forum: ESP Easy: Software
Topic: Writing to InfluxDB from HTTP Advanced controller?
Replies: 19
Views: 20231

Re: Writing to InfluxDB from HTTP Advanced controller?

@drum: for more data, i would vote for influxdb (the built-in downsampling ability is really nice) in combination with grafana. Also, it's not common to save everything in one table or to store aggregated/min/max values (usually done with queries). @spachal: Nice sample for beginners. Consider that...
by water
11 Aug 2018, 19:53
Forum: ESP Easy: Software
Topic: Writing to InfluxDB from HTTP Advanced controller?
Replies: 19
Views: 20231

Re: Writing to InfluxDB from HTTP Advanced controller?

Can you tell me how you used node-red mqtt and influxdb ? HTTP Advanced is indeed to unstable :) Hi, here is sample float of my solution, for BME280. In espeasy I send mqtt message to broker (rasppi+mosquito, IP 192.168.166.177), node-red reads these payloads and writes them to DB. For some reason ...
by water
08 Aug 2018, 13:07
Forum: ESP Easy: Software
Topic: Writing to InfluxDB from HTTP Advanced controller?
Replies: 19
Views: 20231

Re: Writing to InfluxDB from HTTP Advanced controller?

Can you tell me how you used node-red mqtt and influxdb ? In node-red you have an mqtt-in node, where you get the values from the esp's. Now you prepare the data for influxdb with a change or function node and finally connect it to the influxdb node (has to be installed over palette). Do I also nee...
by water
07 Aug 2018, 13:12
Forum: ESP Easy: Software
Topic: Writing to InfluxDB from HTTP Advanced controller?
Replies: 19
Views: 20231

Re: Writing to InfluxDB from HTTP Advanced controller?

Can you tell me how you used node-red mqtt and influxdb ? HTTP Advanced is indeed to unstable :)
by water
30 Jul 2018, 23:41
Forum: ESP Easy: Hardware
Topic: ESPEasy Mega 2.0 and SDS011 sleep/wake time
Replies: 10
Views: 9511

Re: ESPEasy Mega 2.0 and SDS011 sleep/wake time

The sleep time you can set in the plugin is saved to the sensor itself. So the sensor is then active for 30 seconds and will sleep for the set time. N.B. this is the sleep time of the sensor page, not the sleep/wake time of deepsleep setting of ESPeasy. It is working very stable here since the last...
by water
29 Jul 2018, 19:57
Forum: ESP Easy: Software
Topic: Looking for workaround HTTP Advanced bug
Replies: 0
Views: 1714

Looking for workaround HTTP Advanced bug

The current version of ESP Easy contains a bug which causes HTTP advanced not being able to send multiple pieces of data. A single piece of data is possible but when you use %LF% to add another piece of data it will cause a error. So the use of HTTP Advanced is very limited at this moment the bug is...