--
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/cfdc6235-9f66-49d6-86f9-18f6a4258a3bn%40googlegroups.com.
Hey thanks for the quick reply! I hadn't seen that page when searching. I'm not brilliant at coding so can I try to take this step by step?
I make a virtual output and set the address as http://192.168.xx.xx/data/domain/System/RequestOverride
Then add a virtual output command adding {"type":2,"setPoint":100} or {"type":0,"setPoint":0} to it depending on the command I want to send.
Is that correct? I'm not sure where to add the secret string though.
Hey thanks for the quick reply! I hadn't seen that page when searching. I'm not brilliant at coding so can I try to take this step by step?
I make a virtual output and set the address as http://192.168.xx.xx/data/domain/System/RequestOverride
Then add a virtual output command adding {"type":2,"setPoint":100} or {"type":0,"setPoint":0} to it depending on the command I want to send.
Is that correct? I'm not sure where to add the secret string though.
--On Thursday, 8 July 2021 at 12:30:46 UTC+1 Joth wrote:Disclaimer: I don't have Wiser.The documentation here makes it look quite simple to integrate:1/ get the system secret https://it.knightnet.org.uk/kb/nr-qa/drayton-wiser-heating-control/#system-secret2/ make an HTTP virtual output that does a POST request to http://IP_ADDR/data/domain/System/RequestOverride with payload "{"type":2,"setPoint":100}" to enable away mode (10ºC min temp in that example), and "{"type":0,"setPoint":0}" to turn it off again,include an http header of "Secret: <your secret>"AIUI in Loxone you can send the "Secret: <foo>" customer header by putting it in the (oddly named) "HTTP Extension for ON/OFF" fields. (The POST payload obviously goes in "HTTP Post Command for ON/OFF")HTHOn Thu, 8 Jul 2021 at 11:56, 'Harry Phelps' via Loxone English <loxone-...@googlegroups.com> wrote:Hello,Does anyone know if it's possible to control Wiser from Loxone? I don't need granular control but would love to be able to activate away mode via Loxone when the house is empty or the front door is open for example.I know it has an IFTTT channel and that some chaps working on OpenHAB have discovered some sort of API (https://pypi.org/project/wiserHeatAPIv2/) to use with it.--
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/cfdc6235-9f66-49d6-86f9-18f6a4258a3bn%40googlegroups.com.
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/289d796a-e7eb-4152-aa8b-24bfae7c7a89n%40googlegroups.com.
Virtual Output
Address 192.168.xx.xx/data/domain/System/RequestOverride
Close connection after sending Checked
Separator ;
Virtual Output Command
Command for ON
HTTP extensions for ON "Secret:secretstring"
HTTP Post command for ON {"type":2,"setPoint":100}
HTTP method for ON POST
Command for ON
HTTP extensions for ON "Secret: secretstring"
HTTP Post command for ON {"type":2,"setPoint":100}
HTTP method for ON POST
Command for ON {"type":2,"setPoint":100}
HTTP extensions for ON "Secret: secretstring"
HTTP Post command for ON
HTTP method for ON POST
Command for ON {"type":2,"setPoint":100}
HTTP extensions for ON "Secret:secretstring"
HTTP Post command for ON
HTTP method for ON POST
To view this discussion on the web visit https://groups.google.com/d/msgid/loxone-english/77d8beee-1852-42d4-830d-f1f6522b1aa0n%40googlegroups.com.