pysonofflan icon indicating copy to clipboard operation
pysonofflan copied to clipboard

Python interface for controlling Sonoff smart switches/plugs running original Itead firmware, locally, in "LAN mode".

Results 35 pysonofflan issues
Sort by recently updated
recently updated
newest added

* pySonoffLAN version: 1.1.4 * Python version: 3.7, 3.8 * Operating System: fedora22, armbian buster, centos 8 ### Description installed software with pip3 install pysonofflanr3 when I run it without...

* pySonoffLAN version: version 1.1.4 * Python version: Python 3.9.1 * Operating System: ubuntu ### Description pysonofflanr3 --host [my_sonoff_ip] -l DEBUG --api_key [mytotallysecretkey] --device_id [and_its_device_id] state or pysonofflanr3 discover bring...

* pySonoffLAN version: pySonoffLANr3 * Python version: 3.10.6 * Operating System: Kubuntu 22.04 ### Description When using state, on or off commands, I get an error when it is finishing...

pi@home:~ $ python3 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> quit Use quit() or Ctrl-D...

* pySonoffLAN version:3 * Python version:3.7 * Operating System:Fedora It working great at sonoff 4ch pro r2, But On/Off to outlet 0 only how i can change to selected outlet...

* pySonoffLAN version: * Python version: * Operating System: ### Description Please add the possibility to control Dual R3 in engine mode. 3 parameters: "currLocation":0,"motorTurn":2}. motorTurn 0 is for STOP...

This adds some initial support for https://www.itead.cc/wiki/Sonoff_TH_10/16 and adds "device_class" cli option Usage: pysonofflanr3 --host xxx --device_id xxx --api_key xxx --device_class SonoffTemperatureHumidity on Currently, only on/off are supported. If device...

This PR updates [black](https://pypi.org/project/black) from **19.10b0** to **22.1.0**. Changelog ### 22.1.0 ``` At long last, _Black_ is no longer a beta product! This is the first non-beta release and the...

This PR updates [coverage](https://pypi.org/project/coverage) from **5.1** to **6.3**. Changelog ### 6.3 ``` ------------------------ - Feature: Added the ``lcov`` command to generate reports in LCOV format. Thanks, `Bradley Burns <pull 1289_>`_....

This PR updates [pycryptodome](https://pypi.org/project/pycryptodome) from **3.9.7** to **3.13.0**. Changelog ### 3.13.0 ``` ++++++++++++++++++++++++++ New features ------------ * Add support for curve NIST P-224. Resolved issues --------------- * GH590: Fixed typing...