Skip to content

TheCrowsNestAstro/TCN-Alpaca-Switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCN ASCOM Alpaca Switch

Description

ASCOM Alpaca Client switch. Currently designed around a ESP8266 WIFI 16 Channel Relay Module ESP-12F board. AliExpress

How to

  • Clone the repository
  • Make nessesary changes to configuration.hpp and arduino_secrets.h files.
  • If you have Alpaca Discovery active the client should show up

Create a file called arduino_secrets.hin the srcdirectory, add your SSID and Password. There's also an option to have a REDIS client configured.

#ifndef ARDUINO_SECRETS_H
#define ARDUINO_SECRETS_H

#define _SSID ""
#define _PASSWORD ""
#define _HOSTNAME ""

#define MQTT_HOST IPAddress(192, 168, 1, xxx)
#define MQTT_TOPIC "tcn/switch"
#define MQTT_PORT 1883
#define MQTT_USER "";
#define MQTT_PASS "";

#endif

Web UI

Index

Rename Index

N.I.N.A Index

About

ASCOM Alpaca Switch for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published