Joolee / nl.joolee.homey.espeasy

ESP Easy is a firmware for ESP8266 boards like the WeMos D1 and NodeMCU. It allows you to quickly make custom devices with switches, sensors and other hardware. This app adds support to Homey for connecting with ESP Easy units.
GNU General Public License v3.0
6 stars 5 forks source link

ESP Easy and sensor data in Flow Card #35

Closed andraves closed 1 year ago

andraves commented 1 year ago

Hello.

I have an ESP32 with two ds18b20 temperature sensors.

Sensor data only appears in Homey under the "When" Flow Card. Is it possible to get ESP Easy to show sensor data under "And" Flow Card?

Joolee commented 1 year ago

All sensor data is supplied by the devices in the form of a tag. You can use these tags in any place in your flow. For example, the flowing screenshot shows me accessing some information for an ESP itself. When you have added your temperature sensors to Homey, their data will be available in the same way.

image