-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for VEML6075 and initial Support for VEML7700 #8432
Conversation
Add support for VEML6075. -Shows UVA, UVB, UVIndex supported Commands are: | Command | Description | |----------------|------------------| |VEML6075power | Power up/down | |VEML6075dynamic | HD Mode | |VEML6075inttime | Integration Time | Add initial Support for VEML7700 (#8260) - the implementation based on Adafruit VEML7700 Libary. - Shows Illuminance and White Content of Light.
@arendst |
Still investigating the used libraries. I noticed a pow math function using 5k code. AN alternative is available and provided by Tasmota. Needs lib update though. Not a big problem but I need to find time to do it. |
ah ok. thanks for info. |
Guys, wondering if you can help. I'm trying to use both a bme280 and veml6075. I compiled my own tasmota with various versions up to 8.3.1.3. both sensors show up in the i2cscan command but if I comment out #define_bmp in the build the veml6075 shows up in main menu. If I don't bme280(same with bmp280, tried both) shows instead. Do you have any suggestions of anything I can try? Thanks. |
Please, address this to the Tasmota Support Chat. The chat is a better and more dynamic channel for helping you. Github issues are meant for Tasmota Software Bug Reporting. Please check the Contributing Guideline and Policy and the Support Guide. Thanks. Support InformationSee Wiki for more information. |
Thanks for the response. I already did and they told me to come here. No worries |
Add support for VEML6075.
-Shows UVA, UVB, UVIndex
supported Commands are:
Add initial Support for VEML7700 (#8260)
Description:
Related issue (if applicable): fixes #
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass