How to send HTTP requests #758
-
|
In the documentation I found how to receive json messages via HTTP. Now I want to send commands, but I cannot find anything in the documentation. Where can I find the url's I need to form so Heishamon accepts the commands? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Take a look to MQTT-Topics.md |
Beta Was this translation helpful? Give feedback.
-
|
Check out this page, it explains everything in great detail [url] https://payhip.com/GuiasAerotermiaYsolar [/url] o send commands via HeishaMon using HTTP requests (instead of MQTT), you don't use a single complex JSON URL. Instead, you send requests to a specific path structure. Here is how to find them and how they work:
http://[HEISHAMON-IP]/setopt?ST_NAME=VALUE [HEISHAMON-IP]: Your device's IP address. ST_NAME: The name of the property you want to change (the "Set Topic"). VALUE: The number or state you want to send.
Open your browser and enter your HeishaMon IP. Go to the "Settings" tab or check the main "Topics" table. Look for the column labeled "Set Topic". Any name appearing in that list is a command you can send.
Turn the heat pump ON: Turn the heat pump OFF: Change Quiet Mode to level 3: Set Target Water Temperature (Direct Mode): Force DHW (Domestic Hot Water): |
Beta Was this translation helpful? Give feedback.
Take a look to MQTT-Topics.md