Search found 11 matches

by Apievuisy
Friday 20 December 2019 21:28
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 62420

Re: NEST Account migration

Indeed as mentioned earlier, a reboot is required. I have another topic open for the support or threading (this makes it crash when updating the settings and a reboot is required). Unfortunately not any feedback yet on https://www.domoticz.com/forum/viewtopic.php?f=6&t=30359 . Filip I also found ...
by Apievuisy
Friday 20 December 2019 16:30
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 62420

Re: NEST Account migration

Ok, came a bit further i think. "Requests" was still not available for python3. I installed it. Now i get the following output in the log: 2019-12-20 16:27:10.479 (Nest Thermostaat) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL 2019-12-20 16:27:10.479 (Nest ...
by Apievuisy
Friday 20 December 2019 15:12
Forum: Heating/cooling
Topic: NEST Account migration
Replies: 278
Views: 62420

Re: NEST Account migration

Very nice that people are working on this. The only nest device i got is a nest thermostat v3. I got the token and cookie like the way Fillip described. When i run python nest.py (not python3, does nothing) i see various information about the thermostat. After that i copied the files in the domoticz ...
by Apievuisy
Friday 22 November 2019 8:59
Forum: Other questions and discussions
Topic: Domoticz 4.10717 on Synology scripts location
Replies: 5
Views: 393

Re: Domoticz 4.10717 on Synology scripts location

I am trying to call a script from an other script.
by Apievuisy
Thursday 21 November 2019 20:02
Forum: Other questions and discussions
Topic: Domoticz 4.10717 on Synology scripts location
Replies: 5
Views: 393

Re: Domoticz 4.10717 on Synology scripts location

Thanks for the answer waaren. :)

Could you tell me how i can fire a script with dofile?
All the examples on the internet call a script from file. I can't find any example of people calling a lua script from the DB.
by Apievuisy
Wednesday 20 November 2019 22:35
Forum: Other questions and discussions
Topic: Domoticz 4.10717 on Synology scripts location
Replies: 5
Views: 393

Domoticz 4.10717 on Synology scripts location

Hi, I am trying to find my lua scripts. Did a "find" command on the entire file system but i could not locate the lua scripts. I also looked at the domoticz.db, it does not seem that they are stored there. Does anybody know where i can find my scripts? Im asking this for backup purposes. Kind ...
by Apievuisy
Monday 19 August 2019 21:24
Forum: Switches and Scenes
Topic: Selector switch URL's
Replies: 8
Views: 2088

Re: Selector switch URL's

Thanks for the reply's. They pointed me in the right direction :) The substype of "Denon Source" was lightwave-RF and not Selector Switch. I deleted the device and made a new one, after that i added the various url's. Now evertything works as it should. Thanks again! Ps. Is it possible to mark this ...
by Apievuisy
Monday 19 August 2019 9:43
Forum: Switches and Scenes
Topic: Selector switch URL's
Replies: 8
Views: 2088

Re: Selector switch URL's

Hi, Did you change your switch type from "On/Off" to "Selector"? This can cause problems. If so then try it again by creating a new switch from Dummy hardware type. With your Blockly, try using the Selector "Level" in the If block: If Selector = Level 20% Sent from my SM-T820 using Tapatalk Hi ...
by Apievuisy
Sunday 18 August 2019 22:13
Forum: Other questions and discussions
Topic: Curl bash
Replies: 2
Views: 1703

Re: Curl bash

VAR1=$(curl -v "http://192.168.1.9:8084/json.htm?type=command&param=switchLight&idx=3&switchcmd=On"); [/code] switchLight is not recognized by domoticz. It should be switchlight. (case matters) Other problem could be that the user executing the bash script is not authorized for this action Thanks ...
by Apievuisy
Sunday 18 August 2019 22:06
Forum: Switches and Scenes
Topic: Selector switch URL's
Replies: 8
Views: 2088

Selector switch URL's

Hi, I have a Denon Receiver which responds wonderfully to http requests. When i fire a command in the web browser, the receiver responds accordingly. I made a switch to power the Denon on and Off. This works fine. OnOff.png Then i wanted to expand the capabilities by creating a selector switch to ...
by Apievuisy
Tuesday 13 August 2019 20:29
Forum: Other questions and discussions
Topic: Curl bash
Replies: 2
Views: 1703

Curl bash

I have a Raspberry Pi with a motion sensor which when its tripped should visit the domoticz api to notify that it has been tripped. I would like to visit this api via a shellscript. This is what i came up with: #!/bin/bash VAR1=$(curl -v "http://192.168.1.9:8084/json.htm?type=command&param ...