EmonESP
EmonESP copied to clipboard
ESP8266 WIFI serial to emoncms link
Is there a way to restart the esp8266 automatically at a specific time, I have an issue where my esp8266(Wemod D1 mini) stops communicating with WIFI and, i have to...
To be able to support standard emonTx/TH firmware 38400 baud and emonTx three-phase firmware (9600) baud the emonESP baud rate should be a selectable option on the interface.
#42 refers Where the target emoncms server is not running on the hardcoded port, there should be the ability to define the port to be used. Use case is the...
I think that in `emoncms.cpp`, in this section: ``` // Send data to Emoncms server String result = ""; if (emoncms_fingerprint.isEmpty()) { // HTTPS on port 443 if HTTPS fingerprint...
Also fixes inverted use of HTTPS
Implement Issue #99
Based on [OpenESVE](https://github.com/OpenEVSE/ESP8266_WiFi_v2.x), I've implemented ntp time including dst. Instead of defining a time offset, the user simply select a time zone, and the time is set accordingly. It looks...
Currently, the user has to set a specific offset to have his emonESP displaying and using the right localtime. Unfortunately, this offset changes in many countries twice a year (winter/summer)....
Start with a "blank" chip, with default config. "ctrl_mode" defaults to "Off". At the end of setup(), ctrl_mode is "Off". After a couple of loop(), it turns to "On". I'm...
This variable appears on app_config.cpp line 65 (declaration + init), and in src.ino on line 197 (check for true/false) and on line 200 (set to false). I couldn't find any...