Sending HTTP commands looks the way to go. If you share how you have it configured, then someone maybe able to suggest what is going wrong.
I have a HTTP POST commands configured like this:


From: loxone-...@googlegroups.com <loxone-...@googlegroups.com> On Behalf Of breizhnos
Sent: 22 March 2023 08:09
To: Loxone English <loxone-...@googlegroups.com>
Subject: Guntamatic Modbus TCP or JSON
Hello to all,
I am trying to set up a bi-directional communication between my Guntamatic THERM10 and Loxone boiler.
Gunta has documented this in a very cursory manner.
I am making progress little by little.
I can change the operating mode of the boiler from my browser (from ON to OFF for example)
but I have no idea how to translate this into Loxone.
here are the 3 requests I send to set the boiler to OFF, Normal, Heating only.
http://BOILER_IP/ext/parset.cgi?syn=HK201&value=0&key=SECRETKEY
http://BOILER_IP/ext/parset.cgi?syn=HK201&value=1&key=SECRETKEY
http://BOILER_IP/ext/parset.cgi?syn=HK201&value=2&key=SECRETKEY
secret key is provided by Gunta and does not change.
HK201 : corresponds to heating, and Value the mode.
i have no idea how to configure that in loxone config.
i've watched to virtual outpout http ... but it's chineese for me.
if someone can explain to me how i can find the right configuration.
br.
--
You received this message because you are subscribed to the Google Groups "Loxone English" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loxone-englis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/loxone-english/aa1480cd-1817-44d3-b544-310397ab4e2an%40googlegroups.com.
so i've done it quite like you ... with no result...i think the 'SECRETKEY' should appear at the Boiler level, not the commands ..Le mercredi 22 mars 2023 à 12:06:35 UTC+1, breizhnos a écrit :ok thanks for that.i haven't configured it in loxone config because too much parameters that i don't understand.i will try following your inspiration.tks.
You can use a curl command to test and refine the command. This command is available on your windows computer in the command terminal.
This saves time as you do not need to repeatedly change and restart your miniserver.
To view this discussion on the web visit https://groups.google.com/d/msgid/loxone-english/2a26c001-11f8-4c3a-9ce4-53e116c3c445n%40googlegroups.com.
hello All,i don 't understand, i have published two messages but i don't find them.i said it's ok, i've sucessfully configured virtual http input and output in order to communicate with my Gunta.thanks.