CHANGELOG.txt 590 B

12345678910111213141516
  1. 03.07.2023
  2. - revert last changes
  3. - change structure of config
  4. - add option to send retained MQTT messages for each device
  5. - add option to send only if value changed for each device
  6. - add option to send last change timestamp on a 2nd topic for each device
  7. 03.07.2023
  8. - added config option 'filterUnchanged' so that filtering on state change can be disabled now (pin state is sent by the MCU every minute by default - now this will be published every time on MQTT if filterUnchanged = False)
  9. 30.05.2023
  10. separate config in python daemon
  11. 14.03.2023
  12. initial checkin