Skip to content

Conversation

@glynhudson
Copy link

suggest making this user config since emoncms.org fingerprint will change every 3 months when SSL certificate is renewed e.g

config

https://github.com/openenergymonitor/EmonESP/blob/mqtt/src/src.ino

@chris1howell
Copy link
Owner

Thanks for the suggestion and improvements to the code. I will integrate many of the improvements you made including SSL fingerprint and MQTT.

@glynhudson
Copy link
Author

Mqtt is now working great, posting to subtopics :-). Will be merging my
mqtt branch into master soon.

Would first just like to add the ability to change the http interface
password from the web page. Do you have any thoughts on this? Save to
eeprom like the other settings?

  • sent from my mobile device

On 10 Aug 2016 18:02, "Chris Howell" [email protected] wrote:

Thanks for the suggestion and improvements to the code. I will integrate
many of the improvements you made including SSL fingerprint and MQTT.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#14 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAuUPIG7JJy1p0lgbzOBJaRWEwJKFySRks5qegQigaJpZM4JfnPU
.

@chris1howell
Copy link
Owner

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.

@chris1howell
Copy link
Owner

chris1howell commented Aug 11, 2016 via email

@glynhudson
Copy link
Author

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.

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.

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.

@glynhudson
Copy link
Author

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

@ghost
Copy link

ghost commented Sep 18, 2016

Hi guys this is really awesome, many thanks!
Just flashed my Sonoff ESP8266 today with the developemenet branch of this project. Only issue i had is that the ESP in the Sonoff seems to be pretty small i had to delete the images from the data folder and to minimize the .js and .html.
Flashed latest stable Firmware to the OpenEVSE and Connected Sonoff GND/RX/TX to the OpenEVSE.
Et voila Webinterface works and MQTT works as well which is really great.

Only feature i miss, ist the possibility to send rapi commands to the OpenEVSE via MQTT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants