Search found 11 matches

by VHK17
Sunday 24 February 2019 9:16
Forum: Bash / PowerShell / Batch etc.
Topic: Presence detection for Fritzbox script v2.0: using TR064 protocol communication to your router
Replies: 134
Views: 31973

Re: Presence detection for Fritzbox script v2.0: using TR064 protocol communication to your router

Hello,

I have the settings ;
2.jpg
2.jpg (13.2 KiB) Viewed 3833 times
1.jpg
1.jpg (37.75 KiB) Viewed 3833 times
3.jpg
3.jpg (5.48 KiB) Viewed 3833 times
by VHK17
Saturday 23 February 2019 20:47
Forum: Bash / PowerShell / Batch etc.
Topic: Presence detection for Fritzbox script v2.0: using TR064 protocol communication to your router
Replies: 134
Views: 31973

Re: Presence detection for Fritzbox script v2.0: using TR064 protocol communication to your router

The script is reading data from the Fritzbox but does not read / write to Domoticz ?
Naamloos.jpg
Naamloos.jpg (68.32 KiB) Viewed 3848 times
by VHK17
Saturday 23 February 2019 10:31
Forum: Bash / PowerShell / Batch etc.
Topic: Make bash script to turn on off light
Replies: 0
Views: 1272

Make bash script to turn on off light

How to make a script that turns a light on, wait 1 second, turn the light off.
And repeats this 3 times

Code: Select all

#!/bin/bash
for run in {1..3}
do     ...........
done
exit
by VHK17
Sunday 30 December 2018 16:42
Forum: LUA
Topic: Volume control by dimmer
Replies: 1
Views: 704

Volume control by dimmer

How to change the volume of the amixer With a virtual dimmer.

I can change the volume by comment line amixer sset PCM,0 90%

What is the best way to do this ; amixer sset PCM,0 virtual dimmer%
by VHK17
Monday 24 December 2018 17:36
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 401
Views: 134236

Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP

Hello,
Is it possible to use the raspberry as a slave modbus device ?

I have a home automation plc for heating and so on and want to use the raspberry as a slave for the lights.
by VHK17
Tuesday 26 December 2017 22:56
Forum: Other questions and discussions
Topic: Micronova control pelletstove
Replies: 0
Views: 510

Micronova control pelletstove

Has anyone successfully implemented a micronova control in Domoticz? Most brands pelletstoves use a micronova control. I can get the serial data out the control. I use the following to do that; USB to TTL https://www.conrad.com/ce/en/product/409202/USB-RB-TTL-cable-for-Raspberry-Pi Little soldering ...
by VHK17
Monday 25 December 2017 12:25
Forum: Show your projects
Topic: Pellet stove hack
Replies: 7
Views: 2989

Re: Pellet stove hack

We have a pelletstove with a micronova controll The micronova is used by the most brands pelletstoves. Is it possible to make a interface so we can read ( writing is dangerous ) If more people have an interest, it is an option to impose an amount so that a developer can create an interface for ...
by VHK17
Saturday 04 February 2017 14:26
Forum: Blockly
Topic: Increase or decrease value
Replies: 3
Views: 1521

Re: Increase or decrease value

In Blockly i have it running, but indeed is not smooth. Now trying to get it done in lua. But i am a noob in lua. What is wrong ? commandArray = {} if (devicechanged['Pir_keuken'] == 'on' and otherdevices['Lux_keuken'] < '130') then commandArray['Dimmer_erker']='On' --'On FOR 15' commandArray ...
by VHK17
Friday 03 February 2017 15:40
Forum: Blockly
Topic: Increase or decrease value
Replies: 3
Views: 1521

Increase or decrease value

I want to set the value of a dimmer dependent on the measured lux of a sensor

How can i Increase or decrease value of the value of the dimmer ?
Naamloos.jpg
Naamloos.jpg (40.3 KiB) Viewed 1353 times
by VHK17
Tuesday 31 January 2017 10:44
Forum: Blockly
Topic: Why does this not work ?
Replies: 2
Views: 867

Re: Why does this not work ?

Thanks

For starters like me
Begin with the "AND" , then add "=" , "<"
by VHK17
Tuesday 31 January 2017 9:25
Forum: Blockly
Topic: Why does this not work ?
Replies: 2
Views: 867

Why does this not work ?

I am new to Domoticz and are learning.

I do not understand why this does not work with the and lux_keuken < 1500
Blocky_2.jpg
Blocky_2.jpg (41.82 KiB) Viewed 715 times

It works without the and lux_keuken < 1500
Blocky_1.jpg
Blocky_1.jpg (29.9 KiB) Viewed 715 times
Can someone explain what i am doing wrong ?
Thanks