Commit Graph

230 Commits

Author SHA1 Message Date
R0Wi
ee2f08f3ab Add 'git' as dependency to fix #367 2019-11-01 17:32:29 +01:00
Colin Kuebler
1b3e66878f Create FUNDING.yml
Adds sponsor button to github
2019-10-29 19:46:51 -04:00
Colin Kuebler
3c246a9511 Extend timeout waiting for device to appear
Tweak retry message for clarity
2019-10-26 14:07:30 -04:00
Colin Kuebler
3b2b5b8f4e Merge pull request #340 from ct-Open-Source/development
Update intermediate firmware to erase sectors [244, 256)
2019-10-24 18:44:17 -04:00
Colin Kuebler
ca5e6e0ba9 Add dependency build-essential per #338 2019-10-24 15:31:04 -04:00
Colin Kuebler
0794bf0ea4 Update intermediate firmware to erase sectors [244, 256) which covers Tasmota params and system params, discussion in #336 2019-10-24 14:14:08 -04:00
Colin Kuebler
c3952af957 Encode AES key
Closes #332
2019-10-23 23:31:58 -04:00
Colin Kuebler
d3aa848fc2 Merge pull request #331 from ct-Open-Source/development
Release v2.1.0
v2.1.0
2019-10-23 18:33:05 -04:00
Colin Kuebler
e32199bc87 Merge branch 'master' into development 2019-10-23 18:30:04 -04:00
Colin Kuebler
6860d5bd1d Add contributing section
Add donation links and suggestions for other ways to contribute
2019-10-23 18:15:12 -04:00
Colin Kuebler
8c5b4da98a Organized setup_ap into three functions, check_config, setup, and cleanup
Use bash trap to guarantee cleanup on script exit
This means the user can ^C out and it will do the right thing
2019-10-13 23:19:06 -04:00
Colin Kuebler
4f8e380956 Merge branch 'no-pw' into development 2019-10-13 23:10:59 -04:00
Colin Kuebler
8eb7e25362 Do not force an upgrade of existing packages on install, per #315 2019-10-12 18:58:16 -04:00
Colin Kuebler
ce30b6ee7e Merge branch 'fix-net-inf' into development 2019-10-12 18:06:52 -04:00
Colin Kuebler
8a9719df8f Merge pull request #309 from xoseperez/espurna
ESPurna image
2019-10-12 17:45:42 -04:00
Colin Kuebler
7d9dbaec5e Fix whitespace
Good catch @xoseperez, I hadn't noticed this
2019-10-12 17:44:21 -04:00
Colin Kuebler
5e3db7e4d9 Added check for AP mode support 2019-10-12 17:09:46 -04:00
Colin Kuebler
4bda03f6d4 Remove mentions of password 2019-10-12 16:15:11 -04:00
Colin Kuebler
e3168b8339 Remove hostapd.conf writer from setup_ap, and instead include a static file
Cut hostapd.conf down to bare configuration
Added hostapd ctrl interface
Reduce log noise by specifying hostapd log level info
Specify interface for hostapd by argument rather than config
No password on vtrust-flash
Updated smartconfig for no password
2019-10-12 16:07:46 -04:00
Xose Pérez
504c4e2a3a ESPurna binary 2019-10-10 17:58:27 +02:00
Xose Pérez
688c9bbcda Fix text type and revert whitespace changes 2019-10-10 17:56:29 +02:00
Xose Pérez
60f2bad13d Documenting ESPurna image 2019-10-10 16:01:25 +02:00
Colin Kuebler
ec43e49d16 Replace hardcoded gateway with supplied argument 2019-10-09 23:09:47 -04:00
Colin Kuebler
69ea7d3d26 Added python-wheel for python2 package install, thanks to @ErwanMAS 2019-10-05 21:28:38 -04:00
Colin Kuebler
77503d618a Merge remote-tracking branch 'PeteLawler/patch-1' into development 2019-10-05 19:02:20 -04:00
Colin Kuebler
f72196113d Change smartconfig notice, fixing typo 2019-10-05 18:57:59 -04:00
Colin Kuebler
da75a2f6b0 Merge branch 'simple-dict' into development 2019-10-05 18:47:13 -04:00
Colin Kuebler
b8a50aa918 Merge branch 'fix-191' into development 2019-10-05 18:46:43 -04:00
Colin Kuebler
8b799fe05f Merge branch 'fix-net-inf' into development 2019-10-05 18:46:12 -04:00
Colin Kuebler
d9a29ca421 Merge branch 'improve-flow' into development 2019-10-05 18:44:04 -04:00
Colin Kuebler
2fe5cd4fcd A simple dictionary to track activated ids, instead of a boilerplate class 2019-10-05 17:47:51 -04:00
Colin Kuebler
707636357c Connect psk frontend to gateway instead of 0.0.0.0 to mitigate potential address conflict 2019-10-05 17:45:30 -04:00
Colin Kuebler
ed2bd4c8f4 Merge pull request #292 from kueblc/fix-captive-portal
Enable captive portal detection
2019-10-04 17:10:20 -04:00
Colin Kuebler
38d1981a9e Let the user know when they are connected, rather than hello world 2019-10-04 14:33:11 -04:00
Colin Kuebler
0578b32ab5 Enable captive portal detection by responding to unknown requests with 302 (temporary redirect)
This should fix mobile devices that disconnect when there is no internet access
2019-10-04 14:29:17 -04:00
Colin Kuebler
7d56bba04a Merge branch 'master' into patch-1 2019-10-04 13:44:07 -04:00
Colin Kuebler
ec789ad702 Fix for #191 with thanks to @linusbarth 2019-10-04 13:31:14 -04:00
Colin Kuebler
155dfdaceb Merge branch 'master' into fix-net-inf 2019-10-03 22:10:30 -04:00
Colin Kuebler
55f2ae5a2d Merge pull request #289 from kueblc/fix-schema
Fix schema generation using a global object as an in memory db
2019-10-03 21:43:57 -04:00
Colin Kuebler
1762c6a66e Fix schema generation using a global object as an in memory db 2019-10-03 21:16:20 -04:00
Colin Kuebler
5bd8e4508e Wait for gateway to be available before starting web server et al 2019-10-03 14:43:31 -04:00
Colin Kuebler
b4e893c030 Removed ETH and added GATEWAY to config 2019-10-03 14:41:30 -04:00
Colin Kuebler
8d3de795e5 Merge branch 'master' into fix-net-inf 2019-10-03 14:24:12 -04:00
Colin Kuebler
4cc1e2e875 Don't modify NetworkManager.conf, just stop NetworkManager temporarily
Seems to fix issues I was having while already connected to a network when starting AP
No longer a need to backup/restore NetworkManager config
We aren't routing traffic to the internet, so no need for iptable modifications
Stop dnsmasq before restarting NetworkManager
2019-10-03 14:15:38 -04:00
Colin Kuebler
e1126b87b7 Closing AP should be the last thing we do, as the other scripts are bound to this interface 2019-10-03 13:24:55 -04:00
Colin Kuebler
0f8764fa10 Revert changes to mosquitto, apparently the config is not respected and I haven't been able to figure out why 2019-10-03 13:23:44 -04:00
Colin Kuebler
7acc711ef8 Direct user to check log files only if the device did not reappear 2019-10-03 13:17:46 -04:00
Colin Kuebler
4b3138ba13 Use silent flag on curl instead of throwing stderr away 2019-10-03 13:05:38 -04:00
Colin Kuebler
0b48ababcb Merge branch 'master' into improve-flow 2019-10-03 13:03:09 -04:00
Colin Kuebler
901aa93f5c Merge pull request #284 from digiblur/master
added digiMIN build tag to thirdparty.bin
2019-10-03 10:09:03 -04:00