Thingspeak - xoseperez/espurna GitHub Wiki

Thingspeak

Configuration

Configuration key Build flag Description
THINGSPEAK_SUPPORT (default: 1)
tspkEnabled THINGSPEAK_ENABLED (default: 0) Enable Thingspeak client on boot and try to write data to the API
tspkKey THINGSPEAK_APIKEY (default: "") Channel API key
tspkClear THINGSPEAK_CLEAR_CACHE (default: 1) Send all of latest values for each field instead of sending only recently updated fields
tspkRelayN (default: 0) Send N'th relay to the specified field
tspkMagnitudeN (default: 0) Send N'th magnitude to the specified field

Additional information

Thingspeak REST API documentation