Search found 8 matches

by sineverba
Monday 16 July 2018 13:30
Forum: Other questions and discussions
Topic: Dark sky weather and multiple temperature sensors "fake"
Replies: 1
Views: 847

Dark sky weather and multiple temperature sensors "fake"

Hi to all, I did add Hardware Dark Sky, and I added all the sensors got. Now, I have a "new" temperature sensors, that is based from wind (!) sensors. And, If I put as favourite on home page the wind sensors, I get also the temperature (cold and hot temperature, see 30 and 31 in wind). Same thing ...
by sineverba
Sunday 13 May 2018 10:51
Forum: PHP and all others
Topic: API: what the right querystring to send for a pin-protected device?
Replies: 3
Views: 1876

Re: API: what the right querystring to send for a pin-protected device?

I answer to myself.

The right querystring is

Code: Select all

passcode
.

Need to update the wiki :)
by sineverba
Sunday 13 May 2018 10:32
Forum: PHP and all others
Topic: API: what the right querystring to send for a pin-protected device?
Replies: 3
Views: 1876

API: what the right querystring to send for a pin-protected device?

Cannot find the right querystring to send for a pin protected device. I can see in the API wiki that there is an answer for wrong code (https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s#Turn_a_light.2Fswitch_on) but cannot find that query string. I did try to send: `code` `pincode` `password ...
by sineverba
Sunday 13 May 2018 10:28
Forum: PHP and all others
Topic: Domoticz-api: simple PHP wrapper for Domoticz API
Replies: 0
Views: 2166

Domoticz-api: simple PHP wrapper for Domoticz API

Hi to all, I would introduce you "Domoticz-api". This is a simple PHP wrapper library, available via composer, that enable to send "simple" instructions to your Domoticz server via API. https://github.com/sineverba/domoticz-api I think that abstraction is very high, with very simple command you can ...
by sineverba
Monday 14 August 2017 15:35
Forum: Switches and Scenes
Topic: Got new switch status from Relay Node (MySensors) but dashboard not update
Replies: 1
Views: 916

Got new switch status from Relay Node (MySensors) but dashboard not update

Hi to all, I have a MySensor Node that every 5 seconds (for test, but same also every 5 minutes) sends to the gateway (and so to Domoticz) the current status of a relay. Domoticz (or at least gateway?) seems read right the status, it is 0. But on the board the status is "ON", never goes off. Same ...
by sineverba
Saturday 22 July 2017 17:44
Forum: Switches and Scenes
Topic: Event trigger fired multiple times (at least twice)
Replies: 0
Views: 928

Event trigger fired multiple times (at least twice)

Hi to all! I have multiple mysensors node. A node contains temp and relay, to act in future a heater. I did write a simple lua code, but events are fired twice (I can see in log switches and text log) I did read several posts and if I understand well, this is 'cause node answer late. In effect seems ...