-
-
Notifications
You must be signed in to change notification settings - Fork 370
Install ESPTool on macOS
- Open a Terminal, and launch following command to install Python3 from Apple:
xcode-select --installA new window will appear asking about install Developer Tools for macOS. Click on Install.
NOTE: If your macOS is too old and installing Python3 from Xcode is not possible, install it directly from Python3 Official Download
- Next, update pip (Python package manager) and install ESPTool:
python3 -m pip install --upgrade pip
python3 -m pip install esptool- In order to launch
esptool.py, exec directly with this:
python3 -m esptoolAlternatively, but not needed, you can add Python binaries directory to PATH:
~/Library/Python/3.9/binTo update a current installation of ESPTool to last version:
python3 -m pip install --upgrade esptoolpython3 -m pip listpython3 -m pip list --outdatedpython3 -m pip install --upgrade pippython3 -m pip --disable-pip-version-check list --outdated --format=json | python3 -c "import json, sys; print('\n'.join([x['name'] for x in json.load(sys.stdin)]))" | xargs -n1 python3 -m pip install --upgradeHome Accessory Architect
Home Accessory
Installation
Setup Mode
HAA Home App
Configuration
About
General
| GPIOs Configuration
Accessory
| Actions
Service Types
Air Quality
Battery
Data History
Fan
Free Monitor
Garage Door
HAA iAirZoning
Heater Cooler
Humidifier
Light Sensor
Lightbulb
Lock Mechanism
Sensors
Power Monitor
Security System
Stateless Button & Doorbell
Switch & Outlet
Temperature & Humidity
TV
Water Valve
Window Covering