Search found 6 matches

by abyrocks4sure
20 Jun 2023, 18:03
Forum: ESP Easy: Hardware
Topic: How to send BME680 Pressure and AQI values to domoticz
Replies: 8
Views: 1458

Re: How to send BME680 Pressure and AQI vales to domoticz

Or you could add a dummy task in ESPEasy and simply 'copy' those AQI values to this dummy and then call 'taskrun' on that dummy task. This will 'flush' the values to the connected controllers, so you need to link it to the Domoticz controller and set the correct IDX value. (3 in your SendToHTTP cod...
by abyrocks4sure
20 Jun 2023, 06:22
Forum: ESP Easy: General Discussion
Topic: Virtual sensor in Domoticz for BME680
Replies: 16
Views: 12295

Re: Virtual sensor in Domoticz for BME680

For example sending AQI readout to virtual Domoticz sensor from physical BME680 connected to ESP SendToHTTP 192.168.0.25,8080,/json.htm?type=command&param=udevice&idx=142&nvalue=0&svalue=[BME680#AQI] else 192.168.0.25 - IP of Domoticz server 8080 - Domoticz port 142 - id of virtual ...
by abyrocks4sure
20 Jun 2023, 06:05
Forum: ESP Easy: Hardware
Topic: How to send BME680 Pressure and AQI values to domoticz
Replies: 8
Views: 1458

Re: How to send BME680 Pressure and AQI vales to domoticz

You can get some help from these threads: https://www.letscontrolit.com/forum/viewtopic.php?t=8523 https://www.domoticz.com/forum/viewtopic.php?t=27541 I have gone through the first link in detail however my case is that just to send custom readings to domoticz via SendtoHTTP command. The second li...
by abyrocks4sure
20 Jun 2023, 06:02
Forum: ESP Easy: Hardware
Topic: How to send BME680 Pressure and AQI values to domoticz
Replies: 8
Views: 1458

Re: How to send BME680 Pressure and AQI vales to domoticz

on BME680#AQI do SendToHTTP 192.168.0.115,8080,/json.htm?username=***=&password=***=&type=command&param=udevice&idx=3&nvalue=0&svalue=[BME680#AQI] endon Placing the 'do' at the same line as 'on BME680#AQI' might help. NB: You might want to edit your post and replace the user...
by abyrocks4sure
19 Jun 2023, 19:28
Forum: ESP Easy: Hardware
Topic: How to send BME680 Pressure and AQI values to domoticz
Replies: 8
Views: 1458

How to send BME680 Pressure and AQI values to domoticz

Hi, I am having trouble sending only pressure and aqi values of BME680 sensor to domoticz server. I have tried rules like the following: on BME680#AQI do SendToHTTP 192.168.0.115,8080,/json.htm?username=YWRtaW4=&password=ZG9tb3RpY3o=&type=command&param=udevice&idx=3&nvalue=0&...
by abyrocks4sure
19 Jun 2023, 19:22
Forum: Introduce yourself
Topic: Hello from India
Replies: 2
Views: 1253

Hello from India

I have recently become obsessed with ESP nodes and hence joined the community. Hope to cover my entire house with such nodes. Anyone else from India can reply too.