Commit Graph

92 Commits (master)

Author SHA1 Message Date
Klaus Tannenberg e085d96502
fix path to mosquitto.conf 2024-04-04 21:50:05 +01:00
Colin Kuebler 771992a8d1
Merge pull request #918 from bj0rky/patch-1
Update start_flash.sh
2023-11-06 16:44:09 -05:00
Colin Kuebler 8f463ca4d4
Merge pull request #1093 from si458/patch-1
use I not S for ping IP
2023-11-06 16:43:07 -05:00
Colin Kuebler 7c0a2e1871
Merge pull request #1103 from sonny-chen/mosquitto-conf-fix
fix: mosquitto only listens on localhost when started without a conf file
2023-11-06 16:40:21 -05:00
Sonny 77af648589 fix: mosquitto only listens on localhost when started without a conf file
Signed-off-by: Sonny
2023-09-20 10:22:34 +08:00
Simon Smith 096e4c473a
use I not S for IP 2023-04-13 14:44:53 +01:00
Martin Rys 253a525ee6 Fix stop/restart of NetworkManager by switching to systemctl 2022-08-01 13:15:44 +02:00
Martin 6645e7ebbf
Merge branch 'development' into master 2022-08-01 12:11:25 +02:00
Colin Kuebler cbdccb772a
Merge pull request #943 from NickVeld/old_screen_logging
screen<=4.5 generates smarthack-*.log now too
2021-11-13 15:06:21 -05:00
Matthew Schinckel eaaa1e71cc Force ping to use a specific address.
This helps when there are multiple networks available on the device running
tuya-convert, as it will force the pings to go via the interface that the
device will convert to, not the default interface.
2021-07-27 11:23:05 +01:00
NickVeld 458faf3d55 screen<=4.5 generates smarthack-*.log now too 2021-04-26 03:03:15 -04:00
bj0rky 8f218ec2ed
Update start_flash.sh
Tasmota and ESPurna version numbers
2021-02-17 20:25:32 +01:00
Martin c8f69ac9df
Merge branch 'development' into master 2021-01-26 23:55:26 +01:00
Colin Kuebler 1cc2bdc216 Attempt to automatically diagnose common issues 2021-01-26 17:08:18 -05:00
Martin Rys 8a098b7baa Add note about network manager 2021-01-04 12:26:29 +01:00
Colin Kuebler 2039c2fabc
Pedantic whitespace tweaks
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
2020-12-10 21:10:37 -05:00
Ryan A. Pavlik da88d9a255
Update start_flash.sh
Mention an apparently common case of too-new firmware.
Took me a while to find my device mentioned on that list,
so I figured it might be useful.
2020-12-07 12:12:11 -06:00
Colin Kuebler 3cefffa7af Add warning comment to deter users from changing hardcoded IP during debugging 2020-02-29 00:30:07 -05:00
Colin Kuebler a07f3d7e5d Add timeout on backup and allow user to continue anyway, fix #437 2020-01-29 11:57:49 -05:00
Colin Kuebler 16f7165a89 Print tuya-convert version at startup as described by git 2020-01-24 19:27:33 -05:00
Colin Kuebler f8a7f5bd5f Refactor start_flash into functions and add cleanup trap 2020-01-01 16:59:46 -05:00
digiblur ffde70a16c Update tasmota.bin to 8.1.0.2
Corrects an issue in 8.1.0.1 with serial bridge taking over GPIO 1 and 3 sensor pins.
2019-12-30 23:54:54 -06:00
digiblur 5db5f61460 Update tasmota.bin to version 8.1.0.1 2019-12-27 16:34:24 -06:00
Colin Kuebler 70448fec6c Fix accidental file mode change 2019-11-24 15:34:32 -05:00
Colin Kuebler 46cb505bfc Change spaces used for indentation into tabs 2019-11-23 17:45:50 -05:00
Colin Kuebler 6ac6ab5b30 Call stop_flash automatically at the end of start_flash, now that the process is self contained 2019-11-23 13:50:54 -05:00
Harald Heigl 3560f12b99 Moving logfiles into backupfolder to get logfile-per-flashed-device 2019-11-19 23:29:08 +01:00
Colin Kuebler 889c16c5e0
Merge pull request #396 from kueblc/flash-menu
Replace manual `curl` calls with a menu driven UI
2019-11-19 12:27:26 -05:00
Colin Kuebler dcfc08e100 Apply shellcheck recommendations 2019-11-18 13:14:24 -05:00
Colin Kuebler 42002e152b Warn user not to have anything plugged in while flashing, fix #385 2019-11-17 15:16:24 -05:00
Colin Kuebler 130a974629
Merge pull request #393 from kueblc/tuya-discovery
Tuya discovery
2019-11-14 18:36:56 -05:00
Colin Kuebler 59357a3809 Specify which build of third party firmware is included 2019-11-14 18:05:36 -05:00
Colin Kuebler 49d24a2f23 Integrated firmware_picker into start_flash procedure 2019-11-14 18:02:03 -05:00
Colin Kuebler 78e66384e1 Remove flash mode warnings as intermediate now handles this automatically 2019-11-14 14:41:23 -05:00
Colin Kuebler 7809ce076b Update instructions in start_flash for single stage flash 2019-11-14 14:38:29 -05:00
Colin Kuebler 152b0a098b Added Tuya Discovery to start and stop scripts 2019-11-13 17:27:23 -05:00
Colin Kuebler 51a883d7ee Tweak language since smartconfig has been known to work without another connected device
Pendantic fixes
2019-11-13 17:22:30 -05:00
Colin Kuebler 80616471fe Merge branch 'master' into development 2019-11-06 19:53:37 -05:00
Colin Kuebler bb84124803 Update Tasmota references to reflect new version 2019-11-06 19:51:35 -05:00
Colin Kuebler 8edc25129b
Fix #333 #359
Delay start of web server for address to be available
2019-11-02 17:48:10 -04:00
Colin Kuebler e822fcc997 Remove hardcoded checks and instead source our setup_checks script 2019-10-29 18:34:30 -04:00
Colin Kuebler 50f4995b0a Moved disclaimer to setup_checks 2019-10-29 18:32:28 -04:00
Johannes Feichtner 7461fec8be Terminate arbitrary webservers before flashing 2019-10-27 01:29:16 +02: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 4f8e380956 Merge branch 'no-pw' into development 2019-10-13 23:10:59 -04:00
Colin Kuebler 8a9719df8f
Merge pull request #309 from xoseperez/espurna
ESPurna image
2019-10-12 17:45:42 -04:00
Colin Kuebler 4bda03f6d4 Remove mentions of password 2019-10-12 16:15:11 -04:00
Xose Pérez 60f2bad13d Documenting ESPurna image 2019-10-10 16:01:25 +02:00
Colin Kuebler 8b799fe05f Merge branch 'fix-net-inf' into development 2019-10-05 18:46:12 -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