Skip to content

Z-Way app to publish all 'modify:metrics:level' events of all devices to a HTTP-Server.

License

Notifications You must be signed in to change notification settings

av01d/zway-http-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zway-http-bridge

Z-Way app to publish all 'modify:metrics:level' events of all devices to a HTTP-Server using the PUT method. Can be used to build bridges to other ecosystems.

App Options in Z-Way

Option Description
URL to PUT to The URL which wil be called for each event of all devices. The URL is called with HTTP PUT verb.

Data Format

The data that will be send is a simple JSON object:

{
   device: <ID of device (int)>,
   instance: <Device instance (int)>,
   commandClass: <Command class (int)>,
   title: <Title of device (string)>,
   room: <Location of device (string)>,
   vDevId: <ID of device (string)>
   type: <Type of device (string)>,
   lastLevel: <Last known level of device (string|int)>,
   level: <Level of device (string|int)>,
   modificationTime: <Timestamp of event (int)>
}

About

Z-Way app to publish all 'modify:metrics:level' events of all devices to a HTTP-Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published