-
Notifications
You must be signed in to change notification settings - Fork 9
990 Version Log
Phil edited this page Feb 25, 2025
·
3 revisions
- If an issue occurs with Viconnect communication, the main loop gets stopped and everything starts again (protocoll init -> run Viconn reception thread -> main loop)
- 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
- 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
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
vitolog bug fix (module referece corrected)
06.05.2024