0.0.8 • Published 5 years ago

homebridge-plugin-awsiot v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Connect your HomeBridge for call topic on AWS-IOT.

When call operation on your switch, send message to topic specified conneted to your AWS-IOT

INSTALL BEFORE

https://github.com/aws/aws-iot-device-sdk-js

npm install -g aws-iot-device-sdk

Simple configuration:

{
  "accessory": "AWS-IOT",
  "name": "name of your device",
  "switchType": "stateful",  // (check?!?)
  "topic": "name_of_your_topic_to_call",
  "cafile": "/path/to/rootCA.pem",
  "cert": "/path/to/certificate.pem",
  "key": "/path/to/private.key",
  "endpoint": "xxxxxxxxxx-ats.iot.eu-west-1.amazonaws.com",
  "port": "8883",
  "message": "{ \"command\": \"open\" }"
}
0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago