Search found 11 matches

by Panda
Wednesday 13 January 2016 22:18
Forum: Z-Wave
Topic: Eurotronic Comet z-wave Thermostat does not seem to work
Replies: 40
Views: 10632

Re: Eurotronic Comet z-wave Thermostat does not seem to work

Do you guys recomend this thermostat, or should I wait for better support for this device?
by Panda
Wednesday 13 January 2016 0:51
Forum: PHP and all others
Topic: Show DENON AV reciever input in Text switch
Replies: 61
Views: 263012

Re: Show DENON AV reciever input in Text switch

Changed something in the bash script to get the correct volume level the Denon receiver displays. Change the volume section to this code. # Volume AVvolume=`grep -oP '(?<=<MasterVolume><value>-).*(?=</value)' test.txt` AVvolumeCor=$(bc <<< "80 - $AVvolume") echo "$AVvolumeCor" # Send data curl -s -i ...
by Panda
Thursday 07 January 2016 23:15
Forum: Cameras
Topic: Foscam FI8910w / FI8918w motion detector
Replies: 18
Views: 12187

Re: Foscam FI8910w

scatman wrote:Hi
I tried to add my FI8910W to Domoticz. In form URLimages: I hed "http://192.168.178.56/snapshot.cgi"
and ... I had blank images.

Can I ask halp?

You also need to supply your credentials like this "http://192.168.178.56/snapshot.cgi?user ... URPASSWORD
by Panda
Thursday 07 January 2016 0:54
Forum: Third party and supplementary tools
Topic: Moisture + Arduino + 433mhz transmitter directly to rfxcom?
Replies: 8
Views: 7171

Re: Moisture + Arduino + 433mhz transmitter directly to rfxc

That is the beauty of mysensors, there are already a ton of sketches you only have to upload to our arduino, so no programming is required unless you want to extend the functionality.
by Panda
Thursday 07 January 2016 0:43
Forum: PHP and all others
Topic: Show DENON AV reciever input in Text switch
Replies: 61
Views: 263012

Re: Show DENON AV reciever input in Text switch

I had the problem that whenever the Input contained a spacing in the nam for example "Online Music" it would give me a bad web request, because it tried to send domoticz a curl command with an space in it which domoticz doesn't understand. To fix this replace the #input part with the following code ...
by Panda
Wednesday 06 January 2016 1:04
Forum: Third party and supplementary tools
Topic: Moisture + Arduino + 433mhz transmitter directly to rfxcom?
Replies: 8
Views: 7171

Re: Moisture + Arduino + 433mhz transmitter directly to rfxc

I don't know if this can be done using the 433mhz transmitter, but I know you can do this using mysensors.org. The idea with mysensors is that you have a arduino running mysensors gateway, connected via usb or lan to the raspberry pi running domoticz. Domoticz sees it as a hardware device. You then ...
by Panda
Tuesday 05 January 2016 0:46
Forum: PHP and all others
Topic: Show DENON AV reciever input in Text switch
Replies: 61
Views: 263012

Re: Show DENON AV reciever input in Text switch

Thank you for the script, strange thing is that my Denon Avr-x1200 displays 44db but the script and xml page returns 36, what could cause this? Would be cool to have all this info into one switch. Edit: When I put it on 40db it will show 40db but when I put it higher then 40db it will go down, so 40 ...
by Panda
Sunday 27 December 2015 12:13
Forum: Python
Topic: Python script for controlling your Smart Lg TV
Replies: 3
Views: 5907

Re: Python script for controlling your Smart Lg TV

I installed python3 using

Code: Select all

sudo apt-get install python3
and have no problems yet on a raspberry pi.

However it won't work for my 2014 LG smart tv model.
by Panda
Friday 25 September 2015 0:06
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: Using GPIO to measure energy
Replies: 88
Views: 50647

Re: Using GPIO to measure energy

Sorry to kick this old threat but I got the same error as roblom, can start the compiled script fine, but won't be able to use the start/stop script.
by Panda
Tuesday 08 September 2015 23:12
Forum: Utility
Topic: Working: Gasmetersensor based on Kaku doorsensor (15 euros)
Replies: 64
Views: 39630

Re: Working: Gasmetersensor based on Kaku doorsensor (15 eur

So it seems that I had a problem with the kaku switch, got a few easy home sensors and gave it an other try. So this time it works, however it gives me an pulse when XXXXXX,XX2 and XXXXXX,XX6 passes, so I guess that I need to modify the script to only count 1 pulse. Could someone help me to get this ...
by Panda
Saturday 05 September 2015 17:21
Forum: Utility
Topic: Working: Gasmetersensor based on Kaku doorsensor (15 euros)
Replies: 64
Views: 39630

Re: Working: Gasmetersensor based on Kaku doorsensor (15 eur

Hello, Bought the kaku sensor today to use is as gasmeter following the steps in this guide, however I have some problems. In the steps the op says the device should be visible in the device list, maybe some things in domoticz have changed since this guide was posted because I don't see the device ...