Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Releases: EinfachArne/Somfy_Remote

Version 1.0.1

10 May 20:33
Compare
Choose a tag to compare

This is the first bug fix release of the Somfy Remote library.

Change log

Features

  • Added handling of EEPROM to the library.
  • Added newest release of the CC1101 library for better debugablity
  • Added correct EEPROM sizes for all supported devices.
  • Updated the Readme and all examples

Fixes

  • Fixed a bug that prevented the rolling code to be stored in the EEPROM after reset.
  • Fixed a bug that prevented the use of address 0 of the EEPROM.

Documentation

  • Updated the Readme and all examples.

Version 1.0.0

30 May 17:56
2da5016
Compare
Choose a tag to compare

This is the initial release of the Somfy Remote library to control one or multiple Somfy blinds via Arduino or ESP.

Features

  • Define multiple remotes to control one or more Somfy blinds individually or simultaneously.
  • Send UP, DOWN, MY/STOP and PROGRAM commands.

Version 0.3.0

25 Nov 22:46
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Change Log

  • Added support for multiple remotes within one single module
  • Added new examples for multi-remote support
  • Updated existing examples to work with the new version