Search found 3 matches

by Dwsmit
Thursday 28 April 2016 22:41
Forum: PHP and all others
Topic: json script with curl not working
Replies: 2
Views: 3789

Re: json script with curl not working

Thanks, this one now works.
But the second still is not.

# Temprature Woonkamer
temp=`snmpget -v2c -c $PASSWORD -Oqv $TempIP .1.3.6.1.4.1.31440.10.12.1.1.3 | cut -c 2-6`
echo $temp
# Send data
Test=`curl -s -i -H "Accept: application/json" "http://$DOMO_IP:$DOMO_PORT/json.htm?type=command&param ...
by Dwsmit
Thursday 28 April 2016 17:05
Forum: PHP and all others
Topic: json script with curl not working
Replies: 2
Views: 3789

json script with curl not working

Hi, I am new to json scripts.

I have copied json script from a item to check out NAS info.

When I use the curl command on the command line it works.
When I do this in a bash script it does not work.

Can you help me to fix my problem.

#!/bin/bash
# Settings
TempIP="192.168.10.240" # NAS IP ...
by Dwsmit
Wednesday 20 April 2016 7:46
Forum: Others
Topic: Knx eib interface protocol posibility
Replies: 2
Views: 3861

Knx eib interface protocol posibility

I am new to domoticz, and i am wondering if there is a development for interfacing with knx by the use of the knx tcp router.

I like the interface from domoticz and want to connect this to my knx system.

Danny