xvs03 Posted November 17 Posted November 17 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 } } } Thanks for support 👍 1 Quote Translate Revert translation? English (American) Finnish French German Italian Portuguese (European) Spanish
Stofke Posted November 24 Posted November 24 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? Quote Translate Revert translation? English (American) Finnish French German Italian Portuguese (European) Spanish
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.