modbus2mqtt / server

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

When MQTT fails during startup, the server stops is fixed #7

Closed volkmarnissen closed 2 months ago

volkmarnissen commented 2 months ago

There were two reasons:

  1. If there was no configuration, the program failed completely.
  2. If the server runs as hassio addon, the timeout was not set to 1 minute as in the standalone application. This led to timeouts. Now, the timeout will be set in this case