Skip to content

Releases: marcogazzola/shelly-python

Basic Authentication

25 Mar 15:07
Compare
Choose a tag to compare

0.1.0b0 (2019-03-25)

Added basic authentication to Shelly api

Release 0.0.4

08 Mar 15:04
Compare
Choose a tag to compare

0.0.4 (2019-03-08)

In this version, was added the following information:

  • relay (List of relay. Visible only if working mode is Relay)
    • ison
    • has_timer
    • status
  • roller (List of roller. Visible only if working mode is Roller shutter)
    • state
    • stop
    • power
    • is_valid
    • safety_switch
    • stop_reason
    • last_direction
    • current_pos
    • calibrating
    • positioning
    • status
  • wifi_sta
    • quality

0.0.4b1

08 Mar 00:52
Compare
Choose a tag to compare
0.0.4b1 Pre-release
Pre-release

0.0.4b1 (2019-03-08)

In this version, was added the following information:

  • relay (List of relay. Visible only if working mode is Relay)
    • ison
    • has_timer
    • status
  • roller (List of roller. Visible only if working mode is Roller shutter)
    • state
    • stop
    • power
    • is_valid
    • safety_switch
    • stop_reason
    • last_direction
    • current_pos
    • calibrating
    • positioning
    • status
  • wifi_sta
    • quality

added relay and roller informations

07 Mar 13:03
Compare
Choose a tag to compare
Pre-release

0.0.4-beta (2019-03-07)

In this version, was added the following information:

  • relay (List of relay. Visible only if working mode is Relay)
    • ison
    • has_timer
    • status
  • roller (List of roller. Visible only if working mode is Roller shutter)
    • state
    • stop
    • power
    • is_valid
    • safety_switch
    • stop_reason
    • last_direction
    • current_pos
    • calibrating
    • positioning
    • status

Code refactored

06 Mar 00:24
Compare
Choose a tag to compare

0.0.3 (2019-03-06)

Code is complete refactored and optimized.

This release adds support for the following properties:

  • main_status
  • hostname
  • working_mode
  • shelly_model
  • wifi_sta
    • connected
    • ssid
    • ip
    • rssi
  • system
    • mac
    • ram_total
    • ram_free
    • fs_size
    • fs_free
    • uptime
    • has_update
  • cloud
    • connected
    • enabled
  • mqtt
    • connected
  • firmware
    • has_update
    • new_version
    • old_version
    • status

Added unit test, test coverage and Tox tool.

First release

27 Feb 15:35
Compare
Choose a tag to compare

0.0.2 (2019-02-27)

First release