-
Couldn't load subscription status.
- Fork 15
update emoncms.org fingerprint to match latest certificate #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: Devolopment
Are you sure you want to change the base?
Conversation
suggest making this user config since emoncms.org fingerprint will change every 3 months when SSL certificate is renewed e.g https://community.openenergymonitor.org/uploads/default/original/2X/7/7b86b20042ed941e03ed88ed20c37b436df6e14e.png https://github.com/openenergymonitor/EmonESP/blob/mqtt/src/src.ino
|
Thanks for the suggestion and improvements to the code. I will integrate many of the improvements you made including SSL fingerprint and MQTT. |
|
Mqtt is now working great, posting to subtopics :-). Will be merging my Would first just like to add the ability to change the http interface
On 10 Aug 2016 18:02, "Chris Howell" [email protected] wrote:
|
|
Great, I am about finished merging a lot of your work, just a few issues left. Username and Password have been on my todo list. eeprom is probably the best option, I would avoid sending it over http other than when initially setting it, as it would be clear text. |
|
I uploaded my working copy to the development branch. It is mostly working
except saving SSID and password and the update buttons. It is broken up in
tabs as there is just too much for a single page.
|
|
Just had a look at your code in the dev branch, nice work including some of my changes. I don't have an ESP to hand to I can't test. Yes, the config page is getting quite large, I might also have to move to several tabbed pages. I have not et been able to get OTA firmware upload to work reliably pulling it from git via our server see blog post. There seems to be a timing issue with the http update library which does not wait for the .bin to download. However firmware update via http upload works great. I might have to remove OTA via server method until issue with library is fixed.
Agree, sending it over http would be not ideal but what other ways are there? I imagine changing password would happen at first setup when unit is in AP mode or on local network therefore security risk would be minimal. Keen to explore other methods, it's a sham ESP does not support proper https. |
|
FIY I've got a pull request which has added changing username and password ready to merge once I have had a chance to test: openenergymonitor/EmonESP#11 |
|
Hi guys this is really awesome, many thanks! Only feature i miss, ist the possibility to send rapi commands to the OpenEVSE via MQTT. |
suggest making this user config since emoncms.org fingerprint will change every 3 months when SSL certificate is renewed e.g
https://github.com/openenergymonitor/EmonESP/blob/mqtt/src/src.ino