Search found 10 matches

by rudiraz
Tuesday 28 November 2017 21:48
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 219972

Re: [MyDomoAtHome] Support thread

Thanks.
All devices are back again :-)

Greetings
by rudiraz
Tuesday 28 November 2017 16:38
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 219972

Re: [MyDomoAtHome] Support thread

With latest Domoticz Beta 3.8755 an latest (upgrade today) MyDomoAtHome there are no devices anymore. :3002/devices says: { "devices": [ { "id": "S00", "name": "Unable to connect to Domoticz", "type": "DevGenericSensor", "room": "Utility", "params": [ { "key": "Value", "value": "http://127.0.0.1 ...
by rudiraz
Tuesday 28 November 2017 10:58
Forum: Third party and supplementary tools
Topic: MQTT send values to broker
Replies: 0
Views: 1495

MQTT send values to broker

Hello, I want to export some domoticz states and values to another system via mqtt. Sorry for that stupid question, but I don't understand mqtt. I have installed the mqtt-client in "Hardware" an connected to the mqtt-server on the other system. How can i "export" values and states to the server (e.g ...
by rudiraz
Wednesday 08 November 2017 8:40
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 423931

Re: Blockly examples

Hi,
I have solved my Problem with including the state of "AutoRaspiRemote_Aktiv" in the IF-Question:

IF <Switch.1 is> on AND <Switch.2> is on AND <AutoRaspiRemote_Aktiv> is on THEN SET <AutoRaspiRemote_Aktiv> off
by rudiraz
Tuesday 07 November 2017 14:24
Forum: Bash / PowerShell / Batch etc.
Topic: Ultimate Wifi and Bluetooth Presence Detection
Replies: 84
Views: 49463

Re: Ultimate Wifi and Bluetooth Presence Detection

Hi,

I do not need the commandline output. I obly need the script for witching the alarm-switches on and off.
How do I have to use this script then.?
Starting manually ist not the right way...?!
by rudiraz
Saturday 04 November 2017 7:51
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 423931

Re: Blockly examples

Hi, I have a little problem. I want to switch the "AutoRaspiRemote_Aktiv"-switch on IF switch "Temp.Test" AND switch "Temp.Test.1" is set to ON. And if switch "Temp.Test" OR switch "Temp.Test.1" is set to Off, "AutoRaspiRemote_Aktiv"-switch must set to OFF at first i tried it like the picture below ...
by rudiraz
Sunday 25 December 2016 18:27
Forum: Other questions and discussions
Topic: Count all electrical meters
Replies: 6
Views: 1506

Re: Count all electrical meters

I hope so :D
by rudiraz
Thursday 22 December 2016 17:30
Forum: Other questions and discussions
Topic: Count all electrical meters
Replies: 6
Views: 1506

Re: Count all electrical meters

I copied the lua script, but don't get an update too :|

I made a virtual custom sensor, right?
by rudiraz
Thursday 22 December 2016 9:14
Forum: Other questions and discussions
Topic: Count all electrical meters
Replies: 6
Views: 1506

Re: Count all electrical meters

Ok thanks, I have to try it when I am at home.

And this Counter Shows the actual power consumption of all devices called "Wattmeter"?
Can this script be edited to use IDX.?
Then i can choose which Powermeters or Wattmeters (some are called with other names) i want to be listed
by rudiraz
Thursday 22 December 2016 8:14
Forum: Other questions and discussions
Topic: Count all electrical meters
Replies: 6
Views: 1506

Count all electrical meters

Hello, I have 2 Fibaro WallPlugs an one Popp Switsch (all z-wave) with wattmeters. Now I want to see the combined consumtion of all devices together. Wattmeter1: 13Watt; Wattmeter2: 30Watt; Wattmeter3: 23Watt --> "Wattmeter total": 66Watt I need a (virtual) Counter to put all devices in one ...