Skip to content

Releases: IndigoDomotics/rfxcom-plugin

RFXCOM Plugin v3.0.2

18 Nov 22:15
fe5a76f
Compare
Choose a tag to compare
  • Bug fix for unhandled device not being bytestring (was being sent via function with a %s command
  • Re-add some Ord for reading of device information from Indigo Devices.
  • Update plugin to Python 3 API Version
  • Add Device Setting to Reverse Actions
  • Continued changes supporting Dimmer
  • Add Blinds T1234 Device Option to convert Brightness level settings to On/Off [Avoids breaking BlindsT1234 that support dimmerValues]
  • Convert all BlindsT1234 Devices to Dimmers so that natively supported as Blinds in Alexa Native plugin.py
  • Fix handlSecurity typo
  • Add blindState to BlindsT1234 device - Open/Closed/or Partial
  • Update lastcommand and lastUpdate to include both remote commands, but also Sent commands below for Subtype=3 Motorlux Blinds ONLY:
    • Add warning message for Blinds subtype=3 may not receive unitcode and will need to be entered for control manually
    • Because all unitcodes are sent as 1, any same physical remote devices with different unitcodes/channels will be updated together incorrectly)
    • Ideally in this scenario should use a different physical remote for groups of blinds wish to control/be correctly updated in Indigo
  • Add action Groups Open/Close/Stop/Program/Limit for all BlindsT1234 devices
    (obviously all may not work correctly on all devices - but option exists)
  • Add new device type BlindsT1234 for all type=25 Blinds (should replace A-OK AC114, Brel, and others, these others left alone so can update as wanted)
  • Add Support for Dooya Blinds and Remotes (Receive Remote commands and send commands)
  • Add Support for SilentGliss Blinds (Receive Remote commands and send commands)
  • Add Support for Motorlux Subtype=3 Blinds - NB: no unitcodes received, see details in Commit 2.2.3
  • Correctly shows Housecode, unitcode and subtype for ALL these Blinds Remotes
  • Correctly updates On/Off state of device if command sent via Indigo, OR if Remote button pressed
  • Add subtype to device Def (should allow other blinds to be controlled)
  • Add last Command received to device State, lastupdated and type

RFXCOM Plugin v2.1.16

24 Oct 13:42
7a09495
Compare
Choose a tag to compare
  • Fixed bug that caused error reports for duplicate device

RFXCOM Plugin v2.1.15

15 Sep 03:09
444c00f
Compare
Choose a tag to compare
  • Fixed RFXCOM temp sensor and sensorValueType errors.

RFXCOM Plugin v2.1.14

10 Sep 00:19
af6f5b4
Compare
Choose a tag to compare
  • Fixed bug that caused a "tUnits not defined" error.

RFXCOM Plugin v2.1.13

02 Jun 22:30
db36529
Compare
Choose a tag to compare
  • Fixed bug caused by missing MultiplyBatteryLevel device state.

RFXCOM Plugin v2.1.12

20 May 18:23
857d80e
Compare
Choose a tag to compare
  • Added configuration option to set # of digits stored in state values and displayed in the status column for Temperature, Rain values and Wind values.
  • Fixed a bug that rarely occurred at midnight during counter resets.

RFXCOM Plugin v2.1.11

13 Apr 15:01
a756d0b
Compare
Choose a tag to compare
  • Fixed bug that caused temperature sensor values to not display in status column of main window.

RFXCOM Plugin v2.1.10

09 Apr 16:50
Compare
Choose a tag to compare
  • Fixed bug temperature sensor updating bug.

RFXCOM Plugin v2.1.8

19 Mar 00:09
Compare
Choose a tag to compare
  • Fixed bug that prevented energy, gas and water meter values from being reset at midnight.

RFXCOM Plugin v2.1.7

09 Mar 03:28
Compare
Choose a tag to compare

- Added minmax for yesterday device states for temperature and humidity.
- Added reset sensor menu option (only currently implemented for rain sensor).
- Fixed min/max setting at midnight bug.
- Optimizations (more batching) of how often device states are updated.