CHANGELOG.txt 1.1 KB

12345678910111213141516171819
  1. 2020-12-09:
  2. - fixed bug: program terminated when UART-CUL enabled/configured but not available
  3. - fix bug in MQTT input when using 'add_statTopics_on'
  4. - added: initialize MQTT-CUL with configured culInitCmd (i.E. "X21", "X05") on MQTT connect
  5. - added support for certain remote controls that aren´t directly supported by a-culfw by parsing RAW data (a-culfw initialized with X05 command)
  6. - added repeated commands
  7. - added ini configuration using configparser
  8. - lots of improvements and fixes
  9. - README updated
  10. 2020-11-30:
  11. - integrated support for InterTechno remotes/devices with fixed code
  12. no need to specify RX/TX commands, just specify a device ID like IT_A1, IT_C3 etc.
  13. - added logging (logs all known received commands and status messages to file by default)
  14. 2020-04-06:
  15. - devices configuration using YAML file (cul2mqtt_devices.yaml)
  16. - calculate TX code from RX code for InterTechno compatible devices (code from FHEM project ported to Python)
  17. no need any more to identify and specify TX codes for these devices, just specify the RX code and the TX is generated on the fly when needed