Added note for Connection refused issues due to apcupsd config (#7457)

* Added note for Connection refused issues due to apcupsd config

* Update apcupsd.markdown

* Minor changes
This commit is contained in:
R Huish 2018-11-10 21:18:51 +00:00 committed by Fabian Affolter
parent ba1afb74e9
commit 669a7ce7af

View File

@ -35,3 +35,7 @@ port:
type: integer
default: 3551
{% endconfiguration %}
<p class='note'>
If you get `ConnectionRefusedError: Connection refused` errors in the Home assistant logs, ensure the [APCUPSd](http://www.apcupsd.org/) configuration directives used by its Network Information Server is set to permit connections from all addresses [NISIP 0.0.0.0](http://www.apcupsd.org/manual/manual.html#configuration-directives-used-by-the-network-information-server), else non-local addesses will not connect. This includes Hass.io running in Docker, even when hosted on the same machine or a virtual machine.
</p>