CHANGELOG.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 2023-05-29:
  2. - fix #1 - TypeError: cannot unpack non-iterable NoneType object
  3. add try/except to catch this rarely occuring error
  4. cul2mqtt.py[1850863]: parseRXCode(inCmd, source_cul)# May 03 14:41:11 pve cul2mqtt.py[1850863]: File "/home/pi/cul2mqtt/cul2mqtt.py", line 434, in parseRXCode
  5. cul2mqtt.py[1850863]: receivedForDevice, receivedCmnd = decodeInterTechnoRX(rx_code_stripped)
  6. cul2mqtt.py[1850863]: TypeError: cannot unpack non-iterable NoneType object
  7. 2023-03-14:
  8. - fixed bug in MQTT on_message callback if add_statTopics_on is defined for device
  9. 2022-11-18:
  10. - basic support for sensors sending values
  11. - small changes to config structure (TX_interface_prefer moved to cul section)
  12. 2021-03-14:
  13. - added support for using Tasmota ESP8266 firmware as a Serial Bridge for building an MQTT-CUL rather than my own outdated, instable and never published MQTT-Serial-firmware
  14. tested with Tasmota v9.3.1
  15. 2020-12-09:
  16. - fixed bug: program terminated when UART-CUL enabled/configured but not available
  17. - fix bug in MQTT input when using 'add_statTopics_on'
  18. - added: initialize MQTT-CUL with configured culInitCmd (i.E. "X21", "X05") on MQTT connect
  19. - added support for certain remote controls that aren´t directly supported by a-culfw by parsing RAW data (a-culfw initialized with X05 command)
  20. - added repeated commands
  21. - added ini configuration using configparser
  22. - lots of improvements and fixes
  23. - README updated
  24. 2020-11-30:
  25. - integrated support for InterTechno remotes/devices with fixed code
  26. no need to specify RX/TX commands, just specify a device ID like IT_A1, IT_C3 etc.
  27. - added logging (logs all known received commands and status messages to file by default)
  28. 2020-04-06:
  29. - devices configuration using YAML file (cul2mqtt_devices.yaml)
  30. - calculate TX code from RX code for InterTechno compatible devices (code from FHEM project ported to Python)
  31. 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