Im trying to set the Thingspeak component following the instructions (https://home-assistant.io/components/thingspeak/), using api write key and channel id but it is not working. Without HA (only using esp easy) I checked that the api write key and the channel is working fine but not wirh HA.
Did somebody could use it fine?
Same here:
thingspeak:
api_key: mykeyfromconsole
id: channelidfromconsole
whitelist: sensor.pool_temperature
2018-01-25 16:51:44 ERROR (SyncWorker_0) [homeassistant.components.thingspeak] Error while accessing the ThingSpeak channel. Please check that the channel exists and your API key is correct.
2018-01-25 16:51:44 ERROR (MainThread) [homeassistant.setup] Setup failed for thingspeak: Component failed to initialize.
I have tested Thingspeak by sending a GET request using Postman with a payload of 25 and the graph updates.
Was this ever resolved? I’m just now setting up thingspeak using the templates and get the exact same error with no information on what the failure is.
Still broken for me in 0.63
The pwm-led component is already broken too?