Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.72 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.72 KB

Smart home agent

This repository contains the following main elements :

<!> Important <!>

pour éviter les surprise, référez-vous à l'agent example inclus dans ce dépôt (Smart-Home-14012019.zip)

Le proxy peut interpréter

  1. les intents suivants ( Où * est le prefixe de votre projet. Dans l'exemple Smart-Home, * est remplacé par smarthome, pour donner par exemple smarthome.device.switch.off )
    • *.device.switch.off
    • *.device.switch.on
    • *.lights.switch.off
    • *.lights.switch.on
    • *.lights.brightness.set
    • *.heating.set
  2. les action suivantes ( Où * peut etre par example le nom de l'intent, Dans l'exemple Smart-Home, * est remplacé par smarthome, pour donner par exemple smarthome.device.switch.off ):
    • *.off
    • *.on
    • *.set
smart home dashboard : http://176.130.227.69:8080/basicui/app

openhab dashboard

Restore Agent

Restore Agent

Set webhook

Set webhhok

Enable webhook

Enable webhhok

Executing intents on dashboard (real time)

Executing intents