Search found 8 matches

by knighToFdemonS
30 Apr 2024, 21:14
Forum: ESP Easy: Software
Topic: I2C Multiplexer (TCA9548A) Reset Pin
Replies: 3
Views: 132

Re: I2C Multiplexer (TCA9548A) Reset Pin

Thank you for your reply. I have 6 Adafruit Stemma Soil Sensors on an 8-channel multiplexer. So far its working fine but sometimes, i dont know why (currently iam suspicious of one particular sensor), the i2c-bus or a device on there gets stuck after like an hour of runtime and the cpu-load on the e...
by knighToFdemonS
30 Apr 2024, 17:32
Forum: ESP Easy: Software
Topic: I2C Multiplexer (TCA9548A) Reset Pin
Replies: 3
Views: 132

I2C Multiplexer (TCA9548A) Reset Pin

Hello, i have a multiplexer in my project and want to utulize the reset pin function. Ive noticed that this pin is configurable in the config but in the documentation it says "This feature is not yet used in any I2C device plugin." (https://espeasy.readthedocs.io/en/latest/Hardware/Hardwar...
by knighToFdemonS
25 Apr 2024, 11:15
Forum: ESP Easy: Software
Topic: Add new sensor (Ambient Light Sensor - VEML6030)
Replies: 5
Views: 330

Re: Add new sensor (Ambient Light Sensor - VEML6030)

Looks compatible, yeah. Just raw ambient light and lux. No particular reason, just grabbed the first lux-sensor on a breakout board (by sparkfun) while i was ordering other stuff. Yes, i should have done more research in advance. sorry, i was just saying that the default-address was not available fr...
by knighToFdemonS
25 Apr 2024, 10:33
Forum: ESP Easy: Software
Topic: Add new sensor (Ambient Light Sensor - VEML6030)
Replies: 5
Views: 330

Re: Add new sensor (Ambient Light Sensor - VEML6030)

Thank you, ive added the plugins to my build but after trying these sensor-configs, i noticed they only have address 0x10/0x11 available (i'd have to bridge the pins to change the address to 0x10, default is 0x48). And 2nd, one is a sensor for rgb-color and the other one is a UVA/UVB sensor...but my...
by knighToFdemonS
24 Apr 2024, 14:27
Forum: ESP Easy: Software
Topic: Add new sensor (Ambient Light Sensor - VEML6030)
Replies: 5
Views: 330

Add new sensor (Ambient Light Sensor - VEML6030)

Can you add support for the VEML6030 Light Sensor?
You can find the library here: https://github.com/sparkfun/SparkFun_Am ... no_Library
(the lowpower/sleep-mode is not important)

I know its not as easy as the Adafruit-Sensor.

Thank you in advance!
by knighToFdemonS
09 Apr 2024, 11:18
Forum: ESP Easy: Software
Topic: Add new sensor (Adafruit STEMMA Soil Sensor - I2C)
Replies: 7
Views: 2240

Re: Add new sensor (Adafruit STEMMA Soil Sensor - I2C)

Thank you very much, thats awesome! I've created PR #5025 to include support for the Adafruit I2C Capacitive Moisture sensor. A test-build is available from this GH Actions run . To be able to download you'll need a free Github account. @knighToFdemonS please test and report your findings, either h...
by knighToFdemonS
23 Mar 2024, 18:25
Forum: ESP Easy: Software
Topic: Add new sensor (Adafruit STEMMA Soil Sensor - I2C)
Replies: 7
Views: 2240

Add new sensor (Adafruit STEMMA Soil Sensor - I2C)

Hey, I want to add this sensor with EspEasy: https://www.adafruit.com/product/4026 It uses the I2C address 0x36. On the climate-version there is the option to add the device "Environment - Soil moisture sensor" but it only lists Catnip and BeFIE as sensor-types. After reading some posts i ...