Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

micropython-sonoff-basic

Alternate firmware for sonoff-basic written in micropython.

Status (work in progress):

Example: home-assistant config.yaml

mqtt:
  broker: 10.0.1.5

switch:
  - platform: mqtt
    name: "Sonoff1"
    state_topic: "stat/sonoff1/power"
    command_topic: "cmnd/sonoff1/power"
    payload_on: "ON"
    payload_off: "OFF"
    state_on: "ON"
    state_off: "OFF"
    optimistic: false
    qos: 0
    retain: true

About

Control sonoff-basic using mqtt. Written in micropython.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.