Skip to content
Phil edited this page Feb 25, 2025 · 3 revisions

Version 1.3.0.0

  • If an issue occurs with Viconnect communication, the main loop gets stopped and everything starts again (protocoll init -> run Viconn reception thread -> main loop)

Version 1.2.0.0

  • poll_list now possible as poll_list.py file:
    • if poll_list.py exists in working dir, poll list items are taken from there, else from settings_ini
    • c_polllist introduced for that
  • option PollCycle implemented for polling an item only every x-th time
    • if first list item of poll item is int, it is taken as PollCycle
  • olbreath time made configurable (olbreath in settings_ini)
  • c_logging introduced for vitolog

23.01.2025

Version 1.1.0.1

  • buffered csv writing implemented
    • cmd 'FlushCsv' (TCP) for immediate writing
    • buffer_to_write added to settings_ini
  • receive_fullraw() enhanced (read_all, sleep 1ms->5ms)

11.05.2024

Version 1.1.0.0

Support of reading 1-wire bus sensors implemented.

E.g. cheap an nearly zero-effort measuring/logging of additional temperatures possible.

Currently DS18B20 (Temperature) and DS2423 (4-Channel Counter) supported. Easy to expand.

Address not used by Optolink to be selected and entry in settings_ini.w1sensors dict to be added.

No scaling, byte len or signed used (everything done in read_w1sensor function)

04.05.2024

Version 1.1.0.1

vitolog bug fix (module referece corrected)

06.05.2024