Hi,
I received my AQE v2 (particulate model) last week. It was posting data until yesterday
I in the console log I found that it resolved mqtt.opensensors.io to 52.17.174.96 previous days and could authenticate, and started posting.
Since today it gives an error "Authentication...Failed., Error: Unable to connect to MQTT server"
and then it reboots, endless crash loop.
below the console log today:
+------------------------------------+
| Welcome to Air Quality Egg 2.0 |
| Particulate Sensor Suite |
| Firmware Version 2.1.6 |
+------------------------------------+
Compiled on: Dec 2 2015 16:28:42
Egg Serial Number: egg0080270b71980153
Info: Tiny Watchdog Initialization...OK.
Info: Slot Select Pins Initialization...OK.
Info: SPI Flash Initialization...OK.
Info: SD Card Initialization...Fail.
Info: Current firmware signature: 306800 28891
Info: SHT25 Initialization...OK.
Info: RTC Initialization...Fail.
Info: ESP8266 Initialization...OK.
Enter 'aqe' for CONFIG mode.
OPERATIONAL mode automatically begins after 12 secs of no input.
11...10...9...8...7...6...5...4...3...2...1...0...
-~=* In OPERATIONAL Mode *=~-
Info: Beginning Network Scan...
Info: Network Scan found 7 networks
Info: Found Access Point "Network", RSSI = -46
Info: Connecting to Access Point with SSID "Network"...OK.
Info: Request DHCP...OK.
Info: IP Addr: 192.168.1.224
Info: Netmask: 192.168.1.1
Info: Gateway: 255.255.255.0
Info: Mirrored configuration already matches current configuration.
Info: Resolved "update.wickeddevice.com" to IP address 45.55.159.249
Info: -------------------------------------
Info: Integrity Checks:
Info: File Size: 306800
Info: CRC16 Checksum: 28891
Info: Download Complete
Info: Total Bytes: 212
Info: File Size: 12
Info: Checksum: 65338
Info: Duration: 5143
Info: Signature matches, skipping HEX download.
Info: Resolved "mqtt.opensensors.io" to IP address 52.17.174.96
Info: Connecting to MQTT Broker with Client ID "egg0080270b71980153" using Authentication...Failed.
Error: Unable to connect to MQTT server
This is the console log previous days when it was still working:
Info: Resolved "mqtt.opensensors.io" to IP address 52.17.174.96
Info: Connecting to MQTT Broker with Client ID "egg0080270b71980153" using Authentication...OK.
csv: Timestamp,Temperature[degC],Humidity[percent],PM[ug/m^3],PM[V],Latitude[deg],Longitude[deg],Altitude[m],
csv: 01/01/1970 00:01:12,---,---,---,---,---,---,---
Info: MQTT publishing to topic /orgs/wd/aqe/heartbeat...OK.
csv: 01/01/1970 00:01:17,---,---,---,---,---,---,---
Info: MQTT publishing to topic /orgs/wd/aqe/heartbeat...OK.
csv: 01/01/1970 00:01:22,---,---,---,---,---,---,---
Info: MQTT publishing to topic /orgs/wd/aqe/heartbeat...OK.
csv: 01/01/1970 00:01:27,---,---,---,---,---,---,---
Info: MQTT publishing to topic /orgs/wd/aqe/heartbeat...OK.
csv: 01/01/1970 00:01:32,---,---,---,---,---,---,---
Info: MQTT publishing to topic /orgs/wd/aqe/heartbeat...OK.
csv: 01/01/1970 00:01:37,22.41,31.94,14.92,0.976,---,---,---
Info: MQTT publishing to topic /orgs/wd/aqe/heartbeat...OK.
Any idea what is wrong and what to do about it?