modbus2mqtt / server

server for modbus2mqtt for REST API of configuration and publishing modbus values to mqtt
MIT License
0 stars 2 forks source link

Hassio addon #14

Closed volkmarnissen closed 1 month ago

volkmarnissen commented 1 month ago

UI:

  1. Fix invalid Url /api/specification in UI: Make it relative ./api/specification
  2. Added busy cursor during contribution
  3. Update error message after specification change Specification:
  4. Fixed Contribution
  5. Contribution: Check if all files in pull request are related to specs. Only then do automerge.
  6. Fix validation Server
  7. Remove log notices whenever possible Closes #11
  8. Reuse MQTT connection according to MQTT documentation
  9. Improve timeout handling when RTU times out
  10. Fixed too short Modbus RTU timeout
  11. Save Document and image URL if both are URLs. Closes #13