Search found 10 matches

by uNGam3R
Wednesday 13 September 2017 20:41
Forum: Show your projects
Topic: [Update smoke detector] Alarm and Heating management
Replies: 22
Views: 12406

Re: Alarm and Heating management

Well, OK. I was doing like you in my first winter with domoticz :). Know I have set up a PID algorithm (if you have good heater, there is no benefit from this). Regarding outer loop I run the same algorithm than you are. To be honest, I'm still not sure about the fact of cutting the heaters, I tried ...
by uNGam3R
Tuesday 12 September 2017 20:23
Forum: Show your projects
Topic: [Update smoke detector] Alarm and Heating management
Replies: 22
Views: 12406

Re: Alarm and Heating management

Thank you for this presentation, I had pleasure reading your project. I'm running a similar project and you give me idea. I guess you are french because ... The electrical heater are mainly used in France ... The other country are generally doing better on this point (I'm french too by the way ...
by uNGam3R
Tuesday 05 September 2017 18:16
Forum: Other questions and discussions
Topic: Monit information in Domoticz?
Replies: 8
Views: 1928

Re: Monit information in Domoticz?

it's possible using shell and a curl. In a shell script just try : curl -Gs 'http://192.168.1.18:8080/json.htm' --data-urlencode "type=command" --data-urlencode "param=addlogmessage" --data-urlencode "message=${message}" --max-time 15 &>/dev/null & You just need to define "${message}" and change the ...
by uNGam3R
Monday 07 August 2017 20:57
Forum: Python
Topic: What type and subtype to use for Water
Replies: 3
Views: 2138

Re: What type and subtype to use for Water

Hello, Select an incremental counter and then modify it to select "Water". It will give you a water counter in m3. You can set up the divide factor in domoticz / configuration. (as default it is set to 100, meaning that when you add 1 it increases of 0.01=10 liters). The standard use of incremental ...
by uNGam3R
Tuesday 29 December 2015 20:24
Forum: PHP and all others
Topic: domoticz user and sh script command
Replies: 8
Views: 3444

Re: domoticz user and sh script command

Hello, I guess you've pointed out something interesting. Indeed my script begin with #!/bin/sh However when I run it through ssh I perform a "bash -x script.sh". I just tried and indeed this bash the problem. By using the tag #/bin/bash it works well. I'm quite confuse about bash & shell, I was ...
by uNGam3R
Thursday 24 December 2015 9:43
Forum: PHP and all others
Topic: domoticz user and sh script command
Replies: 8
Views: 3444

Re: domoticz user and sh script command

It can't be a right problem (chmod 777) as the script is well executed by domoticz when I replace the bolded line by another command. Same with the escapte caracter, the caracter % is also used in sed command and it works as it... My guess is that domoticz user (root ?) could have limited rights ...
by uNGam3R
Wednesday 23 December 2015 16:42
Forum: PHP and all others
Topic: domoticz user and sh script command
Replies: 8
Views: 3444

domoticz user and sh script command

Hello all, I need a linux pro to explain me something weird that happened and that I can't understand. I have a shell script that: - retrieves weather information - speaks (espeak) - log the information in a virtual text sensor When I write this to prepare the data (for curl request and espeak ...
by uNGam3R
Saturday 15 August 2015 19:20
Forum: PHP and all others
Topic: Google voice in Wiki
Replies: 17
Views: 5113

Re: Google voice in Wiki

Thanks, your solution works great :)
by uNGam3R
Friday 14 August 2015 16:04
Forum: Rfxcom Transceiver
Topic: RFXcom and universal remote control
Replies: 20
Views: 13516

Re: RFXcom and universal remote control

Hello, I would like to buy some universal remote controls for sending signals to my RFXcom (and domoticz). For example when leaving the house, for activating an alarm or something like that... I was wondering if following would work: http://www.aliexpress.com/item/Copy-code-remote-4-channel ...
by uNGam3R
Friday 14 August 2015 13:35
Forum: Utility
Topic: using a 3 clamp CM180i for circuit + house
Replies: 3
Views: 2410

Re: using a 3 clamp CM180i for circuit + house

Hi, I'm quite confuse regarding your code. Can you tell more about your intend ? I own a CM180 and it returns 2 value : power, energy (or the other way around). Power is an instantaneous measure (in Watt) and Energy is an accumulated count (in kWh). How does the CM180i works ? Is it returning Amps ...