-
Notifications
You must be signed in to change notification settings - Fork 18
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
Capteur UV VEML6070 non reconnu #20
Comments
Didn't have time for tasmoticz lately, but the message looks like it should be picked up and create devices for it in domoticz. |
I am currently recovering manually on IDX 1047 from domoticz (solar radiation) the value transmitted by tasmota = Sensor idx 5 Illuminance which corresponds to VEML6070 UV Level. 2021-05-05 11:23:41.870 Python Plugin System: (Tasmoticz) Handler::onMQTTPublish: topic: tele/Garage3/STATE |
I created branch veml6070 and added the sensor in tasmota.py. You can try exchanging https://github.com/joba-1/Tasmoticz/raw/veml6070/tasmota.py |
Do you know the proper units for Index and level? |
Thank you for the prompt response In my opinion, |
ok, changed the units. Let me know if it works and I'll transfer it to the master branch. |
Super it works Thank you so much |
great. merged in master. |
Hello,
I regularly use Tasmoticz which works very well but I recently added a UV sensor VEML6070 and the information does not go up in Domoticz. Attached is the log retrieved from Tasmota.
MQT: tele/Garage3/SENSOR = {"Time":"2021-05-05T08:57:42","ENERGY":{"TotalStartTime":"2021-05-05T00:00:00","Total":141.069,"Yesterday":130.159,"Today":137.318,"Period":4,"Power":205,"ApparentPower":373,"ReactivePower":312,"Factor":0.55,"Frequency":50,"Voltage":227,"Current":1.647},"VEML6070":{"UvLevel":1373,"UvIndex":1.84,"UvIndexText":"Low","UvPower":0.046},"ESP32":{"Temperature":21.1},"TempUnit":"C"}
Thank you in advance for your reply.
Laurent
The text was updated successfully, but these errors were encountered: