Search found 29 matches

by PDP8
Thursday 16 August 2018 8:53
Forum: Switches and Scenes
Topic: Light timer button on Dashboard
Replies: 3
Views: 931

Re: Light timer button on Dashboard

Does anyone have suggestions to edit or add user levels? How do I add user levels myself? Answers like 'You can't' are unfortunately not very helpful.. There must be a way. And if this is on programming level it would be a great help is anyone at least could tell me where this is arranged in the ...
by PDP8
Tuesday 31 July 2018 21:18
Forum: Switches and Scenes
Topic: Light timer button on Dashboard
Replies: 3
Views: 931

Re: Light timer button on Dashboard

Well that answer is at least more information then I got a year ago :lol: https://www.domoticz.com/forum/viewtopic.php?f=47&t=17558 In my opinion this is really a shortcoming in Domoticz. There are three rights levels: Viewer, User, Admin In my opinion it should be like this: - the Viewer can't ...
by PDP8
Tuesday 31 July 2018 19:59
Forum: Switches and Scenes
Topic: Light timer button on Dashboard
Replies: 3
Views: 931

Light timer button on Dashboard

Hello everyone, Can anyone tell me how I can get the light timer button on the Dashboard? This picture is under the switches, there you can see the Timers. But viewed on the Dashboard there are no Timers... Any workaround? Or an alternative timer setup to get the light timer on the dashboard? Oh and ...
by PDP8
Wednesday 25 July 2018 21:47
Forum: Other questions and discussions
Topic: Domoticz DS18B20 and solid state relays on PC
Replies: 8
Views: 959

Re: Domoticz DS18B20 and solid state relays on PC

That MySensors triggered me! Thanks! Now I've got an Arduino Uno running directly trough USB. I've disabled the radio in the MySensors code and the serial output is enabled so the gateway runs over USB comport now. On the Arduino uno runs a piece of code for the temperature sensor also... All wires ...
by PDP8
Tuesday 24 July 2018 9:11
Forum: Other questions and discussions
Topic: Domoticz DS18B20 and solid state relays on PC
Replies: 8
Views: 959

Re: Domoticz DS18B20 and solid state relays on PC

Thanks, Can I use that NodeMCU also wired to the PC and not using RF?
There is a lot of electronics here and I want to prevent dropouts or interference...

Edit: I see the NodeMCU is a sort of Arduino with WiFi. Just want
something directly wired to the PC if that is possible...
by PDP8
Tuesday 24 July 2018 8:50
Forum: Other questions and discussions
Topic: Domoticz DS18B20 and solid state relays on PC
Replies: 8
Views: 959

Re: Domoticz DS18B20 and solid state relays on PC

Where can I find the logging to see what happened to Domoticz when it crashes? I'm not sure what happens, but if it crashes, the webpage can't be reached and the scripts stopped working. For now I've upgraded to a Pi 3 with a brand new SD card. But I really would like to know if there is supported I ...
by PDP8
Thursday 19 July 2018 11:53
Forum: Other questions and discussions
Topic: Domoticz DS18B20 and solid state relays on PC
Replies: 8
Views: 959

Re: Domoticz DS18B20 and solid state relays on PC

I know it is a big step, but to be honest I want to do more than just get rid of the unstable Pi. Why it is crashing is not clear to me. Linux is still running but the Domoticz server crashes. You can't access the webpage anymore and the scripts stop to run. The solid state outputs go low so the ...
by PDP8
Thursday 19 July 2018 10:01
Forum: Other questions and discussions
Topic: Domoticz DS18B20 and solid state relays on PC
Replies: 8
Views: 959

Domoticz DS18B20 and solid state relays on PC

Hello, I've been using Domoticz on a Pi for a while for controlling the temperature on a chilling machine. But after a month or so it crashes... Reboot the Pi and it runs again for a while... It's not stable So I want to replace the Pi with a PC. But I've been using hardware directly on the GPIO of ...
by PDP8
Monday 15 May 2017 13:23
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Use switch timers from dashboard as user
Replies: 1
Views: 992

Use switch timers from dashboard as user

Hello everyone, I want a user to set switch timers without giving them Admin rights . But how? This to prevent they can antecedently ruin the system. And how can I get the timer button from a switch to the Dashboard icon? They are now only showed on the switch tab and not on the Dashboard. Thanks in ...
by PDP8
Monday 15 May 2017 8:36
Forum: Blockly
Topic: Blocky or Blockly
Replies: 3
Views: 1163

Re: Blocky or Blockly

Well look at the forum front :lol: :D
blocky.jpg
blocky.jpg (267.28 KiB) Viewed 993 times
by PDP8
Sunday 14 May 2017 13:33
Forum: Blockly
Topic: Blocky or Blockly
Replies: 3
Views: 1163

Blocky or Blockly

Fun to see the forum category is called Blocky and in Domoticz itself it's called Blockly.
Which one is right? :D
by PDP8
Thursday 11 May 2017 23:17
Forum: Switches and Scenes
Topic: Use switch timers from dashboard as user
Replies: 0
Views: 660

Use switch timers from dashboard as user

Hello everyone,

I want a user to set switch timers without giving them Admin rights. But how?
This to prevent they can antecedently ruin the system.

And how can I get the timer button from a switch to the Dashboard icon?

Thanks in advance!
by PDP8
Thursday 11 May 2017 10:59
Forum: Temperature and Weather
Topic: Let user set timers in virtual thermostat
Replies: 0
Views: 1164

Let user set timers in virtual thermostat

Hello, I've two questions... first, how can I tell domoticz to let a user (at user level) set timers in Domoticz? Now you have to be an Admin to set these timers and corresponding timers. (I want a user to set the temperatures and not give them Admin rights to ruin the system) second, how can I get ...
by PDP8
Tuesday 09 May 2017 21:10
Forum: Heating/cooling
Topic: Clock thermostat
Replies: 7
Views: 3120

Re: Clock thermostat

It seems I have forgotten the part: Variable: Now the variables are getting synchronized... commandArray = {} commandArray["Variable:DesiredTempHighHysteresis"]= tostring(otherdevices["Temperature setpoint"] + uservariables["Hysteresis"]) commandArray["Variable:DesiredTempLowHysteresis"]= tostring ...
by PDP8
Tuesday 09 May 2017 15:24
Forum: Heating/cooling
Topic: Clock thermostat
Replies: 7
Views: 3120

Re: Clock thermostat

commandArray = {} commandArray["DesiredTempHighHysteresis"]= tostring(otherdevices["Temperature setpoint"] + uservariables["Hysteresis"]) commandArray["DesiredTempLowHysteresis"]= tostring(otherdevices["Temperature setpoint"] - uservariables["Hysteresis"]) print (commandArray ...
by PDP8
Tuesday 09 May 2017 15:04
Forum: Heating/cooling
Topic: Clock thermostat
Replies: 7
Views: 3120

Re: Clock thermostat

I made a little lua script to test: The "Desired temperature" is a fixed value at the moment. How can I get the selected temperature from the virtual thermostat in the lua scrypt? Where can I find this value? Or what's its name? commandArray = {} commandArray['DesiredTempHighHysteresis']= tostring ...
by PDP8
Tuesday 09 May 2017 13:21
Forum: Heating/cooling
Topic: Clock thermostat
Replies: 7
Views: 3120

Re: Clock thermostat

Great! I have the thermostat working now. Now I'm trying to figure out how I can make the hysteresis in the system... because the compressor will turn off and on if I use the system like this: no hysteresis.jpg I need to add or subtract a value from the desired temperature like this: hysteresis 1 ...
by PDP8
Tuesday 09 May 2017 12:54
Forum: PHP and all others
Topic: clock / timer thermostat
Replies: 2
Views: 1506

Re: clock / timer thermostat

Ahhh you made my day :D :D :D Thanks a lot for pointing me there!
Now I can set a value at a certain time... Great!
by PDP8
Friday 14 April 2017 12:13
Forum: PHP and all others
Topic: clock / timer thermostat
Replies: 2
Views: 1506

clock / timer thermostat

Hello, I'm not sure where to ask. Is there a simple way to put in a timer / clock thermostat in Domotics? I would like to have a simple user interface where someone can set several temperatures at given times. My guess was that this would be one of the basics of an automation system. But it seems ...