CHANGELOG.txt 667 B

12345678910111213141516171819
  1. 2023-08-29
  2. - added 4th input
  3. - changed default baudrate to 115200
  4. 2023-07-03
  5. - revert last changes
  6. - change structure of config
  7. - add option to send retained MQTT messages for each device
  8. - add option to send only if value changed for each device
  9. - add option to send last change timestamp on a 2nd topic for each device
  10. 2023-07-03
  11. - 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)
  12. 2023-05-30
  13. - separate config in python daemon
  14. 2023-03-14
  15. - initial checkin