Commit Graph

229 Commits (134dc5dc619b39f6f0da4b65e896bb35bdc35a72)

Author SHA1 Message Date
Colin Kuebler 134dc5dc61
Merge pull request #376 from digiblur/development
Update thirdparty.bin to Tasmota 7.0.0.3
2019-11-06 19:45:39 -05:00
Colin Kuebler 8eab8883ae
Merge pull request #377 from kueblc/intermediate-1.3
Update intermediate firmware to 1.3
2019-11-06 19:37:09 -05:00
Colin Kuebler 13924b1d07 Updated intermediate firmware to 1.3 2019-11-06 18:59:01 -05:00
digiblur efc955eac0 Update thirdparty.bin to Tasmota 7.0.0.3
Update thirdparty.bin from tasmota-wifiman.bin 7.0.0.3
2019-11-06 16:20:45 -06: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
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
digiblur 61ecf09f2e
added digiMIN build tag to thirdparty.bin
Since this bin is missing several features like Autodiscovery I wanted it to be easy to spot for support tickets that the user wasn't running the full sonoff.bin version
2019-10-02 18:51:46 -05:00