I've setup a Mosquitto server and installed a Sonoff Basic / Sonoff Pow R2 with the latest tasmota
Thanx to the great plugin:
Code: Select all
https://github.com/arendst/Sonoff-Tasmota/wiki/Domoticz---Automatic-discovery
the devices were instantly available in Domoticz.
I used to have ESP Easy installed and in that config I could easily send the RSSI value to Domoticz.
Is this possible with Tasmota as well?
I can't seem to figure it out without the use of Node-Red.
The information is available in:
Code: Select all
mosquitto_pub -h localhost -t <topic>/cmnd/status -m 11
Code: Select all
19:10:24 MQT: basic/stat/STATUS11 = {"StatusSTS":{"Time":"2019-05 12T19:10:24","Uptime":"0T06:20:15","Vcc":3.206,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"POWER":"ON","Wifi":{"AP":1,"SSId":"******","BSSId":"**:**:**:**:**:**","Channel":**,"RSSI":98,"LinkCount":1,"Downtime":"0T00:00:04"}}}
19:10:25 MQT: basic/tele/HASS_STATE = {"Version":"6.5.0(release-sonoff)","BuildDateTime":"2019-03-1
But how to get it out
