Skip to content

v1.5

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 14 Oct 21:49
· 618 commits to master since this release
  • Hardware: Added support for PCA9555 port expander
  • Hardware: New I2CHardwareBridge with not hard coded pins anymore
  • Hardware: I2CHardwareBridge: Added an infrared sender which can be used to simulate remotes
  • Hardware: Added support for remote switches from "brennenstuhl"
  • Hardware: All input boards are now polled before any event is fired (this will prevent data loss if events are taking much time)
  • SDK: StateMachine: Fixed a stack overflow bug if the Off state should be applied
  • SDK: AutomaticTurnOnAndOffAutomation: The running timeout is now stopped if a connected motion detector is disabled
  • SDK: AutomaticTurnOnAndOffAutomation: Added support for buttons which can be used as a toggle switch
  • SDK: WeatherStation: The OpenWeatherMap weather station now supports the APPID
  • SDK: Initialization now continues even if exceptions are thrown
  • SDK: Added virtual button groups (used for simulated remotes)
  • App: Updated deployment script
  • App: Added an overview with all windows
  • App: Added more icons
  • App: Support for different captions of actuators within overviews
  • App: Support for translated state machine states
  • App: If only one room is available it gets expanded by default
  • App: VirtualButtons are now shown and can be pressed
  • App: VirtualButtonGroups are now shown and can be pressed
  • Updated examples
  • Updated documentation files
  • Code cleanup