lvniqi / iot-bridge

A bridge module for tasmota/udp devices to connect with Tmall-Genie by using bigiot service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this is a bridge module for tasmota devices to connect with Tmall-Genie by using bigiot service

usage

  1. you should flash your esp8266 / esp32 device with tasmota firmware.

  2. please register a account in bigiot website.

  3. after that, you can find a device id and api key in bigiot website.

  4. use command as belows:

    device = get_controller(
        type='fusion_controller',
        remote='bigiot_remote',
        controller='tasmota_controller',
        api_key=api_key,
        device_id=device_id,
        host=host)
    while True:
        device.run_one_step()
  5. you can connect your tasmota with bigiot now !

  6. add bigiot account in Tmall-Genie, then, you can use Tmall-Genie to control tasmota devices.

About

A bridge module for tasmota/udp devices to connect with Tmall-Genie by using bigiot service

License:GNU General Public License v3.0


Languages

Language:Python 100.0%