Search found 5 matches

by mrcage
Friday 15 January 2016 22:27
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Let’s Encrypt HTTPS certificates
Replies: 28
Views: 12468

Re: Let’s Encrypt HTTPS certificates

I think you should create a server and a client certificate to make the connection to domoticz.
You can easily create a certificate pair by using putty key generator.
Not sure if you can require this by connecting to domoticz though.
by mrcage
Monday 04 January 2016 22:50
Forum: Other questions and discussions
Topic: Domoticz API/JSON?
Replies: 6
Views: 2468

Re: Domoticz API/JSON?

You should try Basic Authentication or disable the authentication for local networks
by mrcage
Monday 04 January 2016 22:47
Forum: Other questions and discussions
Topic: Remote XMLAPI for sensors and switches
Replies: 4
Views: 1474

Re: Remote XMLAPI for sensors and switches

Ok,

I tried to do it the other way around.
Instead of polling Homematic from Domoticz I added a script in Homematic.
This updates a user variable, some UTF crap forced me to call a webservice first

/// HomeMatic script
string stderr;
string stdout;
string url="http://192.168.1.10/webservice/motion ...
by mrcage
Sunday 03 January 2016 22:30
Forum: Other questions and discussions
Topic: Remote XMLAPI for sensors and switches
Replies: 4
Views: 1474

Re: Remote XMLAPI for sensors and switches

Thanks,

The switches are working fine sofar..
The thing is that I want to know the current status. Say for instance..

I use a manual wall switch to turn on the light.
Then I want to see this status change in Domoticz.

This should be possible as sensors behave the same. Thing I can't find (sofar ...
by mrcage
Sunday 03 January 2016 21:42
Forum: Other questions and discussions
Topic: Remote XMLAPI for sensors and switches
Replies: 4
Views: 1474

Remote XMLAPI for sensors and switches

Hi,

Let me introduce me first. I'm Martijn, from the Netherlands and just started with Domoticz.
I currently have a Control4 system which is working fine however expanding it is pretty expensive and should be done by an installer.
I'd like to be in the driver seat ;)

I currently have HomeMatic ...