-
Compiling against the current version of the libraries and Generic 8266 board support, results in these warnings:
```
Compiling sketch...
/Users/andypiper/Library/Arduino15/packages/esp8266/tools…
-
If I install version 1.0.1, it works fine.
But if I then install version 1.0.2 or 1.0.3 it doesn't appear to be sending any messages to my mosquitto server. I suspect it can't connect to the server…
-
By default, the thermometer sketch / wifi configuration page attempts to send MQTT messages via iot.eclipse.org, which does not work.
The current sandbox MQTT broker for Eclipse is mqtt.eclipseproj…
-
Trying to compile this in Arduino IDE 2.0 is reporting:
```
Compilation error: Error: 13 INTERNAL: exit status 1
```
I set the compilation messages to verbose, and see:
```
Using board 'ge…
-
**Missing Schematics**
I miss a drawing of how the hardware is screwed together.
Can you add a schematics as an image file to Github?
-
I follow the instructions from the [ANAVI thermometer Development chapter](https://github.com/AnaviTechnology/anavi-docs/blob/master/anavi-thermometer/anavi-thermometer.md#chapter-3-software-developme…
-
Currently, the ANAVI Thermometer publishes all measurements using MQTT with the retain flag set. I'm not sure that is a good idea. If a Thermometer crashes or loses power, the MQTT broker will continu…
-
I have just uploaded the sketch from `master` branch using the [instructions in the documentation](https://github.com/AnaviTechnology/anavi-docs/blob/master/anavi-thermometer/anavi-thermometer.md#usb-…
-
https://github.com/AnaviTechnology/anavi-docs/blob/master/anavi-thermometer/anavi-thermometer.md claims:
> To verify that ANAVI Thermometer is up and running open a modern web browser and visit dem…
-
While the OTA update is great for everyone that does use a private MQTT, this is a pretty big security issue for people that use public servers, as anyone can trigger an update with any firmware of th…