-
Notifications
You must be signed in to change notification settings - Fork 638
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
web interface #455
Comments
Nice! The procedure to build that file is explained in the wiki here: https://github.com/xoseperez/espurna/wiki/WebInterface |
Just opened an issue to design and implement a common translations procedure. Please refer to #466 for proposals. |
This repository does not have wiki enabled. |
Yes it does, what do you mean? |
Oops, that was a link to the old repo. I have updated it. It is now: https://github.com/xoseperez/espurna/wiki/WebInterface |
I have been testing different gulp plugins. Still not decided which way to go. Do you have any suggestion? @fork04 |
Hey @xoseperez been working on a new UI Design for the web interface :) attached screenshots of the same runnning on my compiled firmware.... Also added a minute field to the UTC time zone since in India the UTC is +5:30 |
Wow @varungujjar, it looks awesome!! Would love to test it! How much does it weight? The latest dev branch has support for timezones with minutes (see #265 ). |
@xoseperez the index.html.gz.h size is 281kb |
OK, I can confirm: WOW! So far I have tested the basic functionalities and everything works. The wifi scan output does not look the same as in your picture, I guess there is some style missing. Of course, there are some changes from 1.12.2 just released that are missing too. I still have to test other modules (lights, rfbridge, sensors, multiple switches,...). |
in the Wifi.ino within the void _wifiScan function WiFi.getNetworkInfo(i, ssid_scan, sec_scan, rssi_scan, BSSID_scan, chan_scan, hidden_scan);
|
@xoseperez will also will port the new changes when I find time tonight ... |
OK, a little more in-depth: General
Switches
Lights
RF Bridge
NTP:
Sensors
WiFi:
|
yes for sensors i added in multiples of 5 seconds.. instead of 6 seconds.. cool i'll just fork the new version and get the above working.. for scan results check my previous post.. to get the output.. |
The old snsRead values are required for backwards compatibility. Even if you add new options. |
Heres the updated file with version 1.12.3 |
Will test it as soon as I can. I'm pretty busy at the moment. BTW, do you plan to do a pull requests? |
sure.. i'll do it once I find time in a day or so.. |
Guys any update on this. This looks really amazing |
@xoseperez so can we create a new branch to continue work on this..? already pulled in a recent one and finished work with all categories except online iot services :) attached is the html folder you can test the ones that are completed |
@varungujjar you can do that already btw, just replace the existing html directory and open up a PR. How do you visually test it? Perhaps we can use some pre-set data to populate UI with things? |
Originally reported by: Khaled NameZero (Bitbucket: namezero, GitHub: namezero)
you include include "static/index.html.gz.h" witch is compressed.
Can you tell me how to compress again the index.html ?
i want to translate the interface to French in first, then i will try to include a french.json (or xml) and compile directly to french if possible.
Thanks
The text was updated successfully, but these errors were encountered: