investpax.blogg.se

How to connect pentair screenlogic app
How to connect pentair screenlogic app







circuit should be an integer between 500 and 600 corresponding to the circuit you wish to modify, state should be 1 (on) or 0 (off) PUT methods Circuit activate/deactivate Endpoint Return the raw data from the library, bypassing any data massaging or interpreting that the api is doing This is suitable for use by a Front End UI

how to connect pentair screenlogic app how to connect pentair screenlogic app

Return all data about the screenlogic device (that I can currently get via Parnic's library) This is especially useful in a situation where the broadcast address on the network that the screenlogic unit is attached to is unreachable, such as if running this in a docker container. Important: if you specify SL_IP_ADDRESS and SL_PORT, the server will not broadcast for a screenlogic device on the network, it will attempt to connect to your screenlogic at the IP Address and port specified. FEATURES_LOCATION : (Optional) Section you would like to see anything you've defined as showing up in the "Features" section in the ScreenLogic app.SL_NAME : (Optional) Name of your ScreenLogic unit.SL_PORT : Port your Screenlogic device is listening on.SL_IP_ADDRESS : IP Address of your screenlogic device.PORT : Specify what port for the express server to listen on.POLL_INTERVAL : How often to poll the backend screenlogic device.

how to connect pentair screenlogic app

  • BASE_PATH : Base path the for API routes.
  • You can modify the behavoir of the server with the following environment variables: To set up, clone this repo then run npm install. If you find this API useful and fix bugs or add functionality, please PR it back! Setup and usage An API built on top of Parnic's node-screenlogic library.









    How to connect pentair screenlogic app