A fork of Tasmota specifically to deal with issues of ACs with power toggle operation. This was merged upsteam (https://github.com/arendst/Tasmota/pull/9472). Expected to be released in Tasmota v9. - Tasmota/tasmota/tasmota.h at d7f6c78ed953f3d9fb7dbbe6a
ap = p (0..3) set rotation angle t = display Tasmota time in HH:MM tS = display Tasmota ...
STATUS 0 output here: 09:26:48.978 MQT: stat/tasmota_5A440E/STATUS = {"Status":{"Module":1,"DeviceName":"Tasmota","FriendlyName":["Tasmota"],"Topic":"tasmota_5A440E","ButtonTopic":"0","Power":1,"PowerOnState":3,"LedState":1,"LedMask":"FFFF","SaveData":1,"SaveState":1...
After the device reboots, it will connect to your WiFi network using DHCP. Open the device web page in your browser by using the device name, e.g.http://tasmota-xxxx/, or look at your router and the DHCP page to find the device IP address. My device showed it was running Tasmota ...
Fix providing web page configuratin option for Friendly Name when no device (relay or light) is configured (#1850) Fix compile error when define HOME_ASSISTANT_DISCOVERY_ENABLE is not set (#1937) Fix MQTT TLS fingerprint validation (#2033) Fix update temperature on DS18x20 drivers (#2328)...
Field nameValue Status 30 indicates a device connect or reconnect. This is the opportunity to match IEEEAddress and short address IEEEAddr Long unique address (64 bits) of the device - factory set ShortAddr Short address (16 bits) randomly assigned to the device on this Zigbee network PowerSo...
It’s worth noting your MQTT configuration, so you could set up the controls in NodeRED. MQTT control The full list of commands is available here. In a nutshell, to control the Sonoff device via MQTT protocol you have to configure the MQTT topics correctly. Topic %topic% (sonoff) sonoff...
device. So if Button1 on a device called sonoff should drive another device set with a name say 'loungelight'. Then usecmnd/sonoff/ButtonTopicwith payloadloungelight. The Button1 action will then publishcmnd/loungelight/POWER1,Toggle. The link still has to be from Button1 to Relay1 and ...
Find the device on your network (I use Fing Desktop app) and access Tasmota interface. Go directly to the console option and execute this command so set the Tasmota with the interface for MG21(EFR32) flash: Backlog Weblog 3; Module 0; Template {"NAME":"Flash ZBBridge","GPIO":[56,...
Next, I set up a listening serial terminal on the Raspberry Pi Model B using: miniterm.py /dev/ttyAMA0 115200 -e Reconnecting the power to 3.3v pin, this time without pushing the microswitch, causes the Sonoff to boot the Tasmota firmware and echo the output to the Raspberry Pi. Hopefu...