i have the following problem. I'm trying to get the Exporter to run as a container in Unraid. I added this repository (1.5.0) then added the following as variables:
NETATMO_EXPORTER_ADDR - set it to localhost:9210
NETATMO_CLIENT_ID - got the ID and Secret from dev.netatmo.com
NETATMO_CLIENT_SECRET - same as the above
NETATMO_CLIENT_USERNAME - my Netatmo User
NETATMO_CLIENT_PASSWORD - password for my Netatmo User
Used Config Type Variable, Name and Value.
The log shows the following:
level=fatal msg="Error in configuration: need a NetAtmo client ID"
Hi,
i have the following problem. I'm trying to get the Exporter to run as a container in Unraid. I added this repository (1.5.0) then added the following as variables:
NETATMO_EXPORTER_ADDR - set it to localhost:9210 NETATMO_CLIENT_ID - got the ID and Secret from dev.netatmo.com NETATMO_CLIENT_SECRET - same as the above NETATMO_CLIENT_USERNAME - my Netatmo User NETATMO_CLIENT_PASSWORD - password for my Netatmo User
Used Config Type Variable, Name and Value.
The log shows the following: level=fatal msg="Error in configuration: need a NetAtmo client ID"
What am I missing? Probably something obvious x)