Skip to content

Commit

Permalink
Doc: Add changes to README. (closes #152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kratochvil01 committed May 2, 2024
2 parents 76b9a0e + f9c23f1 commit 69a719e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ Our API can be found [here](https://unipitechnology.stoplight.io/docs/evok/nufpn
- Updating Evok from v2 to v3 is unsupported.
- Migration from Debian 10 is unsupported and it's recommended to start from a fresh operating system.
- The configuration of Evok has been completely rewritten to yaml. Hardware configuration is using tree structure. See more information in the [Evok configuration](https://evok.readthedocs.io/en/latest/configs/evok_configuration/).
- Evok can communicate with more Modbus TCP servers.
- The device names in the API now match the name in the configuration. For more information see [evok configuration](https://evok.readthedocs.io/en/latest/configs/evok_configuration/).
- [Aliases](https://evok.readthedocs.io/en/latest/configs/aliases/) system of I/Os has been rewritten and are saved 5 mins after change, not immediately. Saving can be forced via API.
- Structure of the aliases configuration file has been changed. Evok automatically updates the configuration file if an old version is loaded.
- Added option 'all' instead of circuit using API (/rest/relay/all).
- Relay entities are excluded from the 'output' endpoint and have a separate 'relay' endpoint.
- The mod switching method for AO and AI has been changed. Now the measured value and the range are not set separately, but one mode represents a combination of both properties.
- Modbus RTU durability has been improved. Loss of communication with one device will not affect the functionality of the entire bus.
- evok-web was split into separate [repository](https://github.com/UniPiTechnology/evok-web-jq) and has to be installed manually.
Expand Down

0 comments on commit 69a719e

Please sign in to comment.