Replies: 5 comments 3 replies
-
sure, see the wiki: https://github.com/john30/ebusd/wiki/3.2.-HTTP-client |
Beta Was this translation helpful? Give feedback.
-
Thanks @john30 !
EBUSD_OPTS="--configpath=/etc/ebusd/ebusd-configuration/ebusd-2.1.x/de --scanconfig=full -d enh:xxx.xxx.xxx.xxxx:9999 --pollinterval=30 --accesslevel=* --mqtthost=xxx.x.x.x --mqttport=8999 --mqttuser=USER --mqttpass=PASSWORD --httpport=8088 --mqttjson" I do use as http line in X1 with the WebRequest Get method:
many many thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Did you find out how to write a value via HTTP @physman38? I'm currently struggling to replace
with a HTTP request. Any help would be most welcome. |
Beta Was this translation helpful? Give feedback.
-
a real value write is currently not part of the http endpoint, you can only issue write commands without input, e.g. one-time load of the buffer or such |
Beta Was this translation helpful? Give feedback.
-
@john30 Thanks for the answer! Are there any plans to allow writing commands with input through HTTP, too? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
hello @john30
may I kindly ask a help here?
I have a Vaillant System and the Adapter 5.0, which is running fine.
I have a knx system as well with a Gira X1 and a RasPi - later with the EBUSD running.
The EBUS delivers HTTP site like eg.
http://localhost:8088/data/470/hc1OPMode
with response
With the XML/JSON parser on the X1 I can get the values read out.
Via the RasPi I can read values via the
ebusctl read Hc1OPMode
or i can write as well
ebusctl write -c 470 Hc1OPMode "2"
My question:
can I somehow via an HTTP Web Request POST set the Hc1OPMode?
What would be the code?
Thanks for you help!
Beta Was this translation helpful? Give feedback.
All reactions