ct-Open-Source / ct-Open-Source/tuya-convert

Start Scrip pi trend connection

Open
#1,018 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5.1k
Forks
523
PR merge metrics
No merged PRs in 30d

Description

I have a problem

As soon as I start the script it stops at the point

the
pi dan also to achieve more net in the network

Linux Denis-flahs 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Dec 28 21:58:56 2021
pi@Denis-flahs:~ $ cd tuya-convert
pi@Denis-flahs:~/tuya-convert $ ./start_flash.sh
tuya-convert v2.4.5
Checking for network interface wlan0... Found.
Warning: It appears that you are running this script over an SSH connection
that uses the WiFi interface . This interface will be reconfigured to run
in access point (AP) mode, at which time all connections will be dropped.
If you continue, your SSH connection will be dropped and you can likely no longe r
interact with this script. To avoid this, connect via wired ethernet or USB.
Continue? [y/N]y
Checking UDP port 53... Occupied by dnsmasq with PID 600.
Port 53 is needed to resolve DNS queries
Do you wish to terminate dnsmasq? [y/N] y
Attempting to stop dnsmasq.service
Checking UDP port 67... Available.
Checking TCP port 80... Occupied by apache2 with PID 704.
Port 80 is needed to answer HTTP requests
Do you wish to terminate apache2? [y/N] y
Attempting to stop apache2.service
Checking TCP port 443... Available.
Checking UDP port 6666... Available.
Checking UDP port 6667... Available.
Checking TCP port 1883... Occupied by mosquitto with PID 555.
Port 1883 is needed to run MQTT
Do you wish to terminate mosquitto? [y/N] y
Attempting to stop mosquitto.service
Checking TCP port 8886... Available.
======================================================
Starting AP in a screen............

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with start_flash.sh and the provided Raspberry Pi Debian terminal output, focusing on the transition after “Starting AP in a screen.” Reproduce the run on the reported environment and identify why it stops there; done means the access point starts and the flashing workflow continues or reports a clear actionable error.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, shell
Domain
cli, embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.