
I'm currently trying out the plugin in the dev tree of espeasy mega and it seems to read everything fine, in that it gets all the values and I can see what they are in the 'devices' tab.
I have it logging to thingspeak and have set the relevent IDX etc but nothing ever seems to get there, I know it isn't a problem with the API etc because other data is getting logged.
When I look in the logs I find this:
31781893 : WD : Uptime 527 ConnectFailures 0 FreeMem 16536
31786238 : HDC1080: Temperature: 18.60
31786238 : HDC1080: Humidity: 58.74
31798884 : ADC : Analog value: 868.250
31800343 : Timeout while reading input data!
31807408 : HDC1080: Temperature: 18.59
31807408 : HDC1080: Humidity: 58.74
31808769 : Timeout while reading input data!
31811892 : WD : Uptime 528 ConnectFailures 0 FreeMem 16560
31820256 : ADC : Analog value: 868.280
31821635 : Timeout while reading input data!
It seems like its somehow getting the data but then something is timing out before it actually gets to send it. I've tried looking at the plugin source compared to another working plugin, alas I'm no programmer tho and not entirely sure if there is anything that is missing that needs to be there.
Any assistance would be great

Keep up the good work!
Thanks.