metriful / sensor

Sensor by Metriful | Indoor environment monitoring | Documentation and code samples
https://www.sensor.metriful.com
MIT License
110 stars 37 forks source link

espeasy #20

Closed bjbaerken closed 3 years ago

bjbaerken commented 3 years ago

has someone tested the metrifull with ESPEasy? I have esp32-wroom-32 and I want to add this sensor to it.

Whit the I2C scan it sees 0x71 but not with supported devices.

metriful commented 3 years ago

Hi,

We have not tested ESPEasy but you can use your ESP32 board without ESPEasy. Just use the Arduino IDE to load the software we provide in sensor/Arduino

bjbaerken commented 3 years ago

I know that is possible but that does not integrate with my existing projects. I will try to use the scripts you provided here on github to build a plugin for espeasy. I believe it should be possible.