Skip to content

devDomotz/node-red-domotz

Repository files navigation

Node Red Domotz

This node helps performing API calls to the Domotz Public API. API parameters can be set in the configuration section or via node's input. The node automatically converts url and query parameters.

Inputs

An optional payload with the operation's parameters, e.g.:

{"params": {"agent_id": "xyz"}}

Static parameters can be alternatively defined in the configuration of the node. Required parameters are marked with an *.

Outputs

  • Output:
    • payload.code: The HTTP code
    • payload.message: the JSON output of the operation
    • payload.headers: the relevant HTTP response headers
  • Errors:
    • payload.code: The HTTP error code
    • payload.message: The HTTP response content

References

Domotz Developers - Domotz API Documentation

Domotz Portal - subscribe and get an API-Key

Domotz Website

Screenshots

Node configuration


Flow example


Visualization (with node red dashboard)

About

Node Red Domotz API wrapper

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors