Giter Club home page Giter Club logo

pimatic-xmpp's Introduction

๐Ÿ›‘ This project is no longer maintained!

As the Pimatic project is no longer maintained, this plugin project will also be discontinued.

pimatic-xmpp

This plugin provides an xmpp aka jabber messaging system for pimatic.

Features

  • Send messages to users
  • Reveive commands from users

Service dependencies

The plugin needs a valid user account on any xmpp service.

  • You can use a public jabber/xmpp service
  • or install a local service on your pimatic server like ejabberd

For the raspberry pi there are several guides to install an ejabberd service.

Installation

Just activate the plugin in your pimatic config. The plugin manager automatically installs the package with his dependencys.

Configuration

You can load the plugin by adding following in the config.json from your pimatic server:

{
  "plugin": "xmpp",
  "user": "[email protected]",
  "password": "secretpw",
  "adminId": "[email protected]",
  "defaultId": "[email protected]",
  "nickId": "pimatic"
  "keepaliveInterval": 5
}

The config item adminId is the access controle for receiving messages.

Only messages from this user will be accepted.

Usages

Chat client

The messaging system implements a chat bot which answers questions and execute actions.

The bot uses the rule action syntax. So all devices are out of the box accessible.

For example:

toggle device1
switch device2 on
set temp of heating to 28
list devices
get device heating
get all devices

Following commands are predefiend:

Built-in commands:

  • help
  • list devices
  • get all devices
  • get device name or id

Available actions:

  • "created predicates in rules"

Provided predicates

The messaging system provides a received event.

received "do action"

Provided actions

The messaging system provides a send event.

send chat tojid:"[email protected]" message:"triggerd event has occurred"

ToDoList

  • chatrooms for multiuser enviroments (password protected)
  • built-in server ? for easy use of plugin

ChangeLog

  • 0.0.3 First public version. Use xmpp system over the rule section: predicates and action handler

  • 0.0.4

    • Full integrated command parser for all available pimatic actions
    • list all devices
    • xmpp core improvements; subscribe to admin user
    • some bug fixes
  • 0.0.5

    • code cleanup
    • autoreconnect
    • new Device: xmppUser as presence device
    • get commands for devices
    • security fixes
  • 0.0.6 BUGFIX

  • 0.0.7 BUGFIX

  • 0.0.8 BUGFIX

  • 0.0.9 BUGFIX

  • 0.0.10 BUGFIX

  • 0.0.11

    • disable remote control in config
    • BUGFIX

This plugin depends on node-xmpp-client.

pimatic-xmpp's People

Contributors

treban avatar

Stargazers

Florian idB avatar

Watchers

Neustradamus avatar James Cloos avatar  avatar Marcus Wittig avatar  avatar

Forkers

mwittig

pimatic-xmpp's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.