NuHeat
The nuheat
component lets you control connected floor heating thermostats from NuHeat.
First, you will need to obtain your thermostat’s numeric serial number or ID by logging into MyNuHeat.com and selecting your thermostat(s).
Once you have the Thermostat ID(s), add the following information to your configuration.yaml
file:
# Example configuration.yaml entry
nuheat:
username: you@example.com
password: very-secure-password
devices: 12345
# Example configuration.yaml entry with multiple thermostats
nuheat:
username: you@example.com
password: very-secure-password
devices:
- 12345
- 67890