Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions scripts/.env.serial2mqtt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AirCube MQTT bridge — copy to the Pi as ~/.env or scripts/.env

# Pi / Linux:
#AIRCUBE_PORT=/dev/ttyACM0
# macOS (uncomment and comment out ttyACM0 above):
AIRCUBE_PORT=/dev/cu.usbmodem21101

MQTT_HOST=10.10.1.10
MQTT_PORT=1883
# MQTT_USER=
# MQTT_PASS=

AIRCUBE_NAME=AirCube
AIRCUBE_ID=aircube_1

HA_DISCOVERY_PREFIX=homeassistant
AIRCUBE_INTERVAL=5
Loading