Domoticz server to support temp&humidity&baro sensors

Here you go. You can notice the first 3 sensors are temp & humidity (DTH22) and the bottom is a temp&humidity&barometer sensor (BME280). All are connected to ESP8266 wifi chip loaded with ESP Easy. Data are updated every 10s (user defined). To create a virtual sensor in Domoticz, I just did like creating a virtual switch from a virtual hardware. But instead of selecting the Switch item from the dropdown menu, I chose the type of sensor I need (temp+hum and temp+hum+baro). Then i got the Idx of the sensor which is needed to put in the ESPeasy configuration screen on the ESP8266 connected to the physical sensor. Then the virtual sensor in Domoticz would get updated with the data sent from the ESP8266 connected sensor.