iSpindel not working since ~6:25am CET

royger

New Member
Trial Member
Joined
Aug 20, 2018
Messages
29
Reaction score
2
Points
3
Hello,

I seem to be having some issues with iSpindel since ~6:25am CET today. That's when I got my last reading from the iSpindel:

https://www.brewersfriend.com/homebrew/recipe/view/956105/galaxy/324542

Afterwards my iSpindel don't seem to be able to send any more readings, here is the serial output:

woken from deepsleep, normal mode
Samples:42 min:65.30 max:65.35 time:758
x: 9242 y: 14116 z: 1676
Tilt: 65.32
Tacc: 26.17
Volt: 4.10
Temp: 24.87
Gravity: 13.51
After waiting 2876ms, result 3
IP: 192.168.1.198

calling HTTP
{"name":"mosquit","ID":1018567,"token":"XXXXXXXXXXXXXXXXXXXXXX","angle":65.32493,"temperature":24.875,"temp_units":"C","battery":4.098019,"gravity":13.5149,"interval":1200,"RSSI":-51}HTTPAPI: posting
code: -11
[HTTP] POST... failed, error: read Timeout

Final-sleep: 1200s; RT: 9798

It was working fine until today, and I haven't modified anything either on the device or the WiFi (I was actually sleeping TBH). Can I get confirmation that the iSpindel submission interface is working correctly?

It's possible the thing is just broke...

Thanks, Roger.
 
Hello,

Thanks for checking, seems to be working fine now. FTR, I've crafted the following rune in order to test whether the service is working:

curl -d '{"name":"foo", "ID":100928, "temperature":20, "temp_units":"C", "battery":4.051095, "gravity":0, "interval":1200, "RSSI":-38}' -H 'Content-Type: application/json' -X POST http://log.brewersfriend.com/ispindel/XXXXXXXXXXXXXXXXXXXXXXXXX
 

Back
Top