Search found 14 matches

by rolfb
Friday 06 September 2024 15:26
Forum: Bugs and Problems
Topic: Energy dashboard behind nginx proxy
Replies: 3
Views: 832

Energy dashboard behind nginx proxy

Version: 2024.7 Platform: raspberry pi 3, Ubuntu 22.04.4 LTS Plugin/Hardware: Rpi3 Hi, really delighted with the new energy dashboard! Looks slick and give good insight. When playing with it, I was reminded I have a seperate port open in my router, leading to the raspberry pi with domo. But since I ...
by rolfb
Monday 29 January 2024 15:28
Forum: Other questions and discussions
Topic: Display P1 device on floorplan
Replies: 11
Views: 3729

Re: Display P1 device on floorplan

If I had the skills to do it, I would be happy to.
But unfortuntely I do not...
:(
by rolfb
Friday 26 January 2024 11:35
Forum: Other questions and discussions
Topic: Display P1 device on floorplan
Replies: 11
Views: 3729

Re: Display P1 device on floorplan

I second this request. My smart meter already had a device showing current power usage. So now I have 2 identical metrics, and missing out on daily sum (on my floorplan). So in pics below, I'd like to have value 6.256kWh on my floorplan instead of -246W. (Difference between 202W up and -246W is a ...
by rolfb
Thursday 18 May 2023 15:39
Forum: Other questions and discussions
Topic: Logitech Media Server
Replies: 409
Views: 89942

Re: Logitech Media Server

I have a question about the "popup remote". This only seem to work when clicking on the squeezebox icon from either dashboard (favourites), or the switches tab. But when clicking it from the floorplan tab (the tab I have always open), the remote does not appear. Is that an error/bug? Or is it ...
by rolfb
Wednesday 09 November 2022 14:11
Forum: Blockly
Topic: blockly 'flipflopping'
Replies: 3
Views: 1685

Re: blockly 'flipflopping'

OK, that upgrade went smooth. :-)
I took your advice and .. it works as a charm.
Don't know if I made it too hard on myself, or that I am saved by the toggle-option in blockly, but it works.
Thanks!
by rolfb
Wednesday 09 November 2022 13:22
Forum: Blockly
Topic: blockly 'flipflopping'
Replies: 3
Views: 1685

Re: blockly 'flipflopping'

Hi Dave,
thanks for helping.
I assume it sends an off and an on; the data column in the device-page shows these 2 values alternating. Is that then a correct assumption?
For the toggle solution I need to upgrade first I think... (will do soon, then try again).
by rolfb
Tuesday 08 November 2022 19:26
Forum: Blockly
Topic: blockly 'flipflopping'
Replies: 3
Views: 1685

blockly 'flipflopping'

Hi all, I have a nameless 433mhz physical switch from an earlier house. It has 3 buttons: one with a on/off sign, one up and one down. This is recognised in Domoticz: the on/off sends on or off alternating, the other buttons send only 'on'. I focus on the on/off button here. I want to use that ...
by rolfb
Monday 17 June 2019 13:39
Forum: Blockly
Topic: run bash-script on boiler status
Replies: 8
Views: 1613

Re: run bash-script on boiler status

It now works. It looks like this value had to be initialized via a jsoncall first, and then the flow works: 2019-06-17 06:30:08.091 Status: dzVents: Debug: text trigger: BoilerStatus ==>> hot water 2019-06-17 06:32:13.909 Status: dzVents: Debug: text trigger: BoilerStatus ==>> off 2019-06-17 06:57 ...
by rolfb
Sunday 16 June 2019 17:46
Forum: Blockly
Topic: run bash-script on boiler status
Replies: 8
Views: 1613

Re: run bash-script on boiler status

OK, some steps further. I've recreated your setup with a virtual text device, and that works with the script you provided. After that, I used a jsoncall in the browser to change the status of my real device to 'hot water' (this whole thing was ultimately to save on gas, but I've put on the hot tap ...
by rolfb
Sunday 16 June 2019 16:36
Forum: Blockly
Topic: run bash-script on boiler status
Replies: 8
Views: 1613

Re: run bash-script on boiler status

thanks for helping me out. I am not familiar with dzvents scripts. Should your above code-sample work on my Domo? (Because it does not...) Is the most basic version: return { on = { devices = { 'Boiler status' }}, execute = function(dz, item ) if item.text == 'hot water' then os.execute("/home/pi ...
by rolfb
Sunday 16 June 2019 14:56
Forum: Blockly
Topic: run bash-script on boiler status
Replies: 8
Views: 1613

Re: run bash-script on boiler status

Further testing reveals both statements (if & do) contain something wrong. (when splitting i and replacing parts with working code, both fail). As for the if statement: where to look for the exact text after the = sign? On the small tab "devices current states", there are 2 columns: state and value ...
by rolfb
Sunday 16 June 2019 11:34
Forum: Blockly
Topic: run bash-script on boiler status
Replies: 8
Views: 1613

Re: run bash-script on boiler status

Hi, yes, it is a text device, see below. Domo runs under user pi, and script is executable for it: pi@titanium:~ $ pwd /home/pi pi@titanium:~ $ ls -l test* -rwxr-xr-x 1 pi pi 24 Jun 15 16:18 test.sh Is my assumption correct that in a text-devince, I should enter the exact text as is displayed in the ...
by rolfb
Saturday 15 June 2019 16:49
Forum: Blockly
Topic: run bash-script on boiler status
Replies: 8
Views: 1613

run bash-script on boiler status

Hi all, I'm fairly new, and my first attempt on doing something else with Domo then monitoring. Please be patient... I've setup latest stable version, and have included successfully my Nefit easy thermostat. I am able to see the "boiler status" in my webGUI. When looking at the log of that item, it ...
by rolfb
Wednesday 26 September 2018 17:53
Forum: Other questions and discussions
Topic: KIKA dimmer ACD-200 problem
Replies: 1
Views: 869

KIKA dimmer ACD-200 problem

Hi all, my first posting here, please be gentle :shock: I have domoticz 4.9700 running on a RPi3, with -among others- a RFLink USB-gateway (v48.4). With that, I succesfully can switch a "klik-aan-klik-uit" (kikA) switch. However, a second KIKA device shows strange behaviour: It is an ACD-200 dimmer ...