Nickduino/Pi-Somfy

Web Gui an Comandline together

Closed this issue · 3 comments

Hi,
how can I use Web Gui an Comandline together?
If Webgui is started, comands from comandline didn´t work.
Kind regards

Good point - never thought of it that way. Maybe best to enhance when we build the MQTT interface. Then we could have a small command line tool to send MQTT messages to the service.

I've found out that you can do it with curl commands.
here a sample:
/usr/bin/curl --data "shutter=0x253523" http://192.168.11.143/cmd/down

great idea! Thanks