Search found 15 matches

by Gertschi
Thursday 24 September 2020 10:47
Forum: Python
Topic: Python Plugin: Neato Botvac vacuum
Replies: 2
Views: 1153

Re: Python Plugin: Neato Botvac vacuum

Hi,
I would use this plugin for my Vorwerk VR200. I got it already working with this php script https://github.com/tomrosenback/botvac.

Is it possible to do this and what changes do I have to make?
by Gertschi
Thursday 19 March 2020 22:20
Forum: Design, usability and languages
Topic: Aurora theme
Replies: 466
Views: 168390

Re: Aurora theme

I reinstalled my RPI3 with domoticz and the aurora theme. At this time I don´t get the preview of the cameras on the dashboard, but the stream works fine. Also the preview of a textutility doesn´t work and the background picture isn´t visible anymore. I can´t go back to a previous version. But it all ...
by Gertschi
Wednesday 06 February 2019 19:27
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 407133

Re: Blockly examples

I found the problem: The selector-switch was the wrongdoer!!!
My selector-switch was created by the ebusd plugin and the 0 Step was the problem.

So I created it manually with my steps and I also created a not possible 0 step...and it worked!!!

@tozzke: Thanks for your assistance!!!
by Gertschi
Wednesday 06 February 2019 18:54
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 407133

Re: Blockly examples

So where could be the problem, why it does not work for me?

@tozzke: Could I try something else??
by Gertschi
Wednesday 06 February 2019 18:34
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 407133

Re: Blockly examples

Has anyone run a blockly script that has linked a "and/or" block to a selector switch in an if-statement???

After a whole day try and error, I think it isn´t possible with blockly??? Because without the selector switch in the if-statement it works.
by Gertschi
Wednesday 06 February 2019 17:29
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 407133

Re: Blockly examples

I also used this, with no luck???
Heizung.JPG
Heizung.JPG (33.67 KiB) Viewed 5480 times
by Gertschi
Wednesday 06 February 2019 16:12
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 407133

Re: Blockly examples

Hello,

I don´t know, why my blockly script doesn´t work?

blockly.JPG
blockly.JPG (23.64 KiB) Viewed 5487 times


"Heizung" is a selector-switch:

Heizung.JPG
Heizung.JPG (41.63 KiB) Viewed 5487 times

and "Gert@home" is a normal on/off-switch

Gert@home.JPG
[email protected] (39.01 KiB) Viewed 5487 times


Hope that someone can help??
by Gertschi
Wednesday 06 February 2019 1:23
Forum: Utility
Topic: Virtual meter that is the sum of two other meters
Replies: 22
Views: 12919

Re: Virtual meter that is the sum of two other meters

Ok, it´s solved :roll:

energy.JPG
energy.JPG (22.85 KiB) Viewed 8472 times

The one who could wait has a clear advantage ;)
by Gertschi
Monday 04 February 2019 13:59
Forum: Utility
Topic: Virtual meter that is the sum of two other meters
Replies: 22
Views: 12919

Re: Virtual meter that is the sum of two other meters

I don´t know but maybe this could help: The device for the whole powerconsumtion (kWh Meter Gesamt): { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "CounterToday" : "7.079 kWh", "CustomImage" : 0, "Data" : "220.368 kWh", "Description" ...
by Gertschi
Monday 04 February 2019 9:56
Forum: Utility
Topic: Virtual meter that is the sum of two other meters
Replies: 22
Views: 12919

Re: Virtual meter that is the sum of two other meters

Hi, I used this script -- /home/pi/domoticz/scripts/lua/script_device_calculate_consumption.lua ---------------------------------------------------------------------------------------------------------- -- Domoticz IDX and names of the needed devices ...
by Gertschi
Tuesday 29 January 2019 15:09
Forum: Z-Wave
Topic: Aeotec Home Energy Meter 2nd Edition
Replies: 0
Views: 759

Aeotec Home Energy Meter 2nd Edition

Hello, there is an issue with my HEM. The value Powerconsumtion on ID 240 should be an algebraic sum and not the sum of absolute power of L1, L2 and L3. Because my inverter produces elektricity. The issue is, that L1, L2 and L3 shows also negative values, thats when my inverter generates more power ...
by Gertschi
Friday 25 January 2019 10:13
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 28690

Re: Python Plugin: ebusd

Thank you for this great work and for your help!! I had some spare time this evening, the correction is integrated in version 1.3.7 of the plugin. Thank you for this!!! I updated now to the new version 1.3.7. But with no success: The 2 inputfields was still there. Now I deleted the PP-MANAGER ...
by Gertschi
Thursday 24 January 2019 20:33
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 28690

Re: Python Plugin: ebusd

Thank you for this great work and for your help!!
by Gertschi
Thursday 24 January 2019 15:48
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 28690

Re: Python Plugin: ebusd

Hi, thanks for your answer! This is my Version of the ebus deamon: "version": "3.3.v3.3-10-gfa434e5", Thit is from http://IPOfEbusD:8889/data?def ?: Content.txt So I got it to work now!!! I do the upgrade in the plugin.py as you said. Thanks a lot!! It wasn´t as easy as you would think, because I ...
by Gertschi
Wednesday 23 January 2019 22:55
Forum: Python
Topic: Python Plugin: ebusd
Replies: 178
Views: 28690

Re: Python Plugin: ebusd

Hello, I also use the ebusd plugin.Great work!!! Everything has worked so far. The two entries mc:OperatingMode hwc:OperatingMode provided each a selector-switch, with the working buttons for mc: "Auto, Eco, Heizen, Absenken, On" and for the hwc: "Off, On, Auto" (I do not remember the order). Now I ...