Skip to content

Commit

Permalink
Merge pull request #17 from zaknye/16-timeouterror-waiting-too-long-t…
Browse files Browse the repository at this point in the history
…o-get-response-from-meter

Update README to include default port number for meter
  • Loading branch information
zaknye committed Jun 27, 2023
2 parents feff0c5 + cd766c5 commit b6d8a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following are options that may be passed into the container in the form of e
| -e MQTT_SERVER | IP address of the MQTT server to communicate with | NO |
| -e MQTT_PORT | Port # of the MQTT server to communicate with, **Default: 1883**| yes |
| -e METER_IP | IP address of the itron meter. Useful for those that run iot devices on other vlans | yes |
| -e METER_PORT | Port number of the meter, must be set if `METER_IP` is set. | yes |
| -e METER_PORT | Port number of the meter, must be set if `METER_IP` is set. **Default: 5353**| yes |
| -e MQTT_USER | Username to authenticate to the MQTT server | yes |
| -e MQTT_PASSWORD | Password to authenticate to the MQTT server | yes |
| -e CERT_PATH | Path to cert file (within the container) if different than the default | yes |
Expand Down

0 comments on commit b6d8a83

Please sign in to comment.