Page 1 of 1

Sensor TX20 with tasmota firmware

Posted: Saturday 04 May 2019 21:21
by javalin
Hello, I have a TX20 windsensor with tasmota firmware and I would like to sent data to domoticz server on raspberry. I already setup a dummy and fisical device in Domoticz but I don´t know how can I create a script to gathers all data showed bellow and update the dummy device in Domoticz server? I appreciate any help

Re: Sensor TX20 with tasmota firmware

Posted: Sunday 05 May 2019 0:29
by waaren
javalin wrote: Saturday 04 May 2019 21:21 Hello, I have a TX20 windsensor with tasmota firmware and I would like to sent data to domoticz server on raspberry. I already setup a dummy and fisical device in Domoticz but I don´t know how can I create a script to gathers all data showed bellow and update the dummy device in Domoticz server? I appreciate any help
Have you seen this ?

Re: Sensor TX20 with tasmota firmware

Posted: Sunday 05 May 2019 0:57
by javalin
Thank you waaren, my sonoff basic is already configured and working in Domoticz server like a switch, I have connected de windsensor on 3V3, GND and RX sonoff board to get aditional data, my problem is that Tasmota firmware has not native support for windsensor and you must to create a script to sent the info to Domoticz. Tasmota has native support for anothers sensors like you can see on the image below but not for wind sensor.

Re: Sensor TX20 with tasmota firmware

Posted: Sunday 05 May 2019 6:28
by waaren
javalin wrote: Sunday 05 May 2019 0:57 Thank you waaren, my sonoff basic is already configured and working in Domoticz server like a switch, I have connected de windsensor on 3V3, GND and RX sonoff board to get aditional data, my problem is that Tasmota firmware has not native support for windsensor and you must to create a script to sent the info to Domoticz. Tasmota has native support for anothers sensors like you can see on the image below but not for wind sensor.
If you can get the data from your windsensor in any (virtual) device or variable in domoticz, I could help make a script to copy that data and into virtual wind sensor.

Re: Sensor TX20 with tasmota firmware

Posted: Sunday 05 May 2019 9:23
by javalin
Hello waaren, I can read the data in tasmota web interface introducing its IP on my desktop computer as the image I send, but I dont know how to send it to domoticz because Sonoff basic is a dummy device, it´s not consider wind device and don´t know how to gather this info. In domoticz I only can switch on/off Sonoff Basic´s rele.

Re: Sensor TX20 with tasmota firmware

Posted: Sunday 05 May 2019 12:15
by waaren
javalin wrote: Sunday 05 May 2019 9:23 Hello waaren, I can read the data in tasmota web interface introducing its IP on my desktop computer as the image I send, but I dont know how to send it to domoticz because Sonoff basic is a dummy device, it´s not consider wind device and don´t know how to gather this info. In domoticz I only can switch on/off Sonoff Basic´s rele.
Can you get the data from your Sonoff using a kind of API call ?

Re: Sensor TX20 with tasmota firmware

Posted: Sunday 05 May 2019 16:01
by javalin
I don´t know if it is possible to obtain data with API or another method, my knowledge is limited in this area.