Jump to content

Recommended Posts

Posted

Hello, I can see almost all parameters via MQTT, except the current valve position in percent. I have to query this again via HTTP request.

Why is the parameter not sent to me? I can also change it via MQTT publish.

Set Venil position in percent:

Via MQTT Explorer

Topic:

YourShellyGatewayIP/rpc

JSON Payload:

{
  "id": 0,  						// ID always 0
  "src": "testcommand",				// Returns as a topic
  "method": "BluTRV.Call",			// Method for writing parameters
  "params": {
    "id": 200,						// TRV ID
    "method": "TRV.SetPosition",	// Method for setting the valve position as a percentage
    "params": {
      "id": 0,
      "pos": 99						// Value in percent
    }
  }
}

BLU-TRV-MQTT.thumb.png.950c07813e05375aab6d99ad868f83bc.png

Thanks for support 👍

Posted

Hi,

I have the same request. Sending the valve position over MQTT would be very helpfull to me. I use this information to control the circulation pump. If none of the valves is open the pump is stopped. As soon as one or more of the valves are open, the pump is started.

Can the valve position be added as a sensor like the temperatures or battery status? Where can I log a change request?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...