Search found 53 matches
- Monday 02 March 2020 12:27
- Forum: Bash / PowerShell / Batch etc.
- Topic: Error executing script command . returned: 256
- Replies: 3
- Views: 1706
Error executing script command . returned: 256
Hi, I created a bash script see below: #!/bin/sh userid="[email protected]" password="password" ipaddress="192.168.3.142" hubcommand="issue_device_command" devicecommand="Power_Toggle" deviceid="57374392" /home/pi/domoticz/scripts/bash/harmonyhubcontrol_linux_arm.exe $userid $password $ipaddress ...
- Sunday 01 March 2020 8:43
- Forum: Z-Wave
- Topic: What is the current status of Z-Wave in the latest beta?
- Replies: 17
- Views: 2796
Re: What is the current status of Z-Wave in the latest beta?
About a year ago I abandoned OpenZwave and replaced it with HomeSeer (because their implementation of Z-Wave is Z-Wave certified and in my opinion the best I've ever seen). I've got a node-red flow that sends it to MQTT and then into Domoticz. The Node-Red flow simply matches control by device ...
- Saturday 29 February 2020 16:34
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
I started all over again. and reinstalled the latest beta version. Everything was working with the default pages backed up the default config.js and copied my config.js, result same error page. Copied the backup original config.js, result the same error page page. So this is strange right. Do I ...
- Saturday 29 February 2020 11:09
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
I started all over again. and reinstalled the latest beta version. Everything was working with the default pages backed up the default config.js and copied my config.js, result same error page. Copied the backup original config.js, result the same error page page. So this is strange right. Do I have ...
- Friday 28 February 2020 22:37
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
I even tried an empty custom.js and custom.css, but this doesn't help When did you perform the last update, before this one? I have tried using your config.js, and it works fine - no errors. The only thing I didn't use from your config.js was your domoticz IP address, as mine is different. Is there ...
- Friday 28 February 2020 12:59
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
I even tried an empty custom.js and custom.css, but this doesn't help
- Friday 28 February 2020 9:10
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
I don't know how to adjust it to get it working. The 2 custom files did work on the previous release.clinkadink wrote: ↑Thursday 27 February 2020 19:22Missing a closing bracket on the newsTicker in your custom.css.
There is a random closing bracket half way down your custom.js.
- Thursday 27 February 2020 18:50
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
Yes I did (forgot to mention it) /* CUSTOM CSS FILE */ .block_v1 .value { color: deepskyblue; font-size: 20px; } } #newsTicker li { font-size:20px !important; } .col-data span { font-size: 30px; margin-left: 25px; font-weight: 600; color: deepskyblue; font-variant: small-caps;} /*.col-data .title ...
- Thursday 27 February 2020 17:26
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
This has no effectCan you try to remove / comment the following line: var variables = {}

- Thursday 27 February 2020 12:42
- Forum: Dashticz
- Topic: Dashticz - v3.4.0 Beta
- Replies: 82
- Views: 7822
Re: Dashticz - v3.4.0 Beta
I upgraded to version 3.4 today. Copied my existing configuration file (see below) and when I refresh Dashticz it says error (see screenshot) Can anyone please push me in the right direction to solve this, instead of starting al over with an clean config. Any help is more than welcome ...
- Tuesday 14 January 2020 20:12
- Forum: Z-Wave
- Topic: Neo CoolCam Power plug 12A+ problem with kWh
- Replies: 46
- Views: 12099
Re: Neo CoolCam Power plug 12A+ problem with kWh
Same here....
- Tuesday 14 January 2020 14:13
- Forum: dzVents
- Topic: Calculate other energy usage using dzVents [Solved]
- Replies: 3
- Views: 1499
Re: Calculate other energy usage using dzVents [Solved]
Hi,
I got it working, but due to the the realtime measurements are not at the same time of al devices, it's not accurate (sometimes even a negative value)
Is it possible to use the daily usage instead (see image below)
I got it working, but due to the the realtime measurements are not at the same time of al devices, it's not accurate (sometimes even a negative value)
Is it possible to use the daily usage instead (see image below)
- Sunday 12 January 2020 14:21
- Forum: dzVents
- Topic: Months kWh usage to virtual counter [Solved]
- Replies: 17
- Views: 4050
Re: Months kWh usage to virtual counter [Solved]
Here is the script I use, which works for 1 month. local httpResponses = 'oneMonthTotal' return { on = { timer = { 'every 5 minutes' }, -- if you get data from previous months you only have to do this once a month at a quiet time -- timer = { 'on 1/* at 04:17' }, -- if you get data from previous ...
- Sunday 12 January 2020 14:18
- Forum: dzVents
- Topic: Calculate other energy usage using dzVents [Solved]
- Replies: 3
- Views: 1499
Calculate other energy usage using dzVents [Solved]
Hi, I measure the energy usage of many devices using zwave devices. I also know the total usage collected from my P1 energy meter. What I would like to calculate is how much energy I consume from devices I don't measure. So basically this would be the the P1 usage minus al usage of measured devices ...
- Sunday 12 January 2020 14:04
- Forum: dzVents
- Topic: Months kWh usage to virtual counter [Solved]
- Replies: 17
- Views: 4050
Re: Months kWh usage to virtual counter [Solved]
Ah Stupid of me....
I did change it back, but still without any update nor errors
Ow i think I see my error, wait...
I did change it back, but still without any update nor errors
Ow i think I see my error, wait...
- Sunday 12 January 2020 14:00
- Forum: dzVents
- Topic: Convert this script to dzVents possible and easy?
- Replies: 0
- Views: 305
Convert this script to dzVents possible and easy?
Hi, Can someone help my converting this LUA script to dzVents ? Many thanks in advance. -- Tijd en datum bepalen local time = os.date("*t") commandArray = {} if time.hour == 12 and time.min == 00 then -- Debugging debug_on = "false" -- Zet debugging aan met "true" of uit met "false" -- IDX van de ...
- Sunday 12 January 2020 13:32
- Forum: dzVents
- Topic: Months kWh usage to virtual counter [Solved]
- Replies: 17
- Views: 4050
Re: Months kWh usage to virtual counter [Solved]
I changed the script to 1 month total, see below. Did I do this correctly, because the device doesn't get update and there are no errors. local httpResponses = 'oneMonthTotal' return { on = { { timer = { "every 5 minutes" }}, -- script draait iedere 5 minuten -- timer = { 'on 1/* at 04:17' }, -- if ...
- Monday 06 January 2020 10:42
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 445167
Re: homebridge-edomoticz Plugin
Is it possible to run homebridge and domoticz separately? What settings should you make in Domoticz so that it works well with Homebridge. It doesn't read my sensors/switches? I now run Homebridge and the Edomticz plugin on one raspberry pi zero and Domoticz on another pi. I hope to hear a solution ...
- Wednesday 11 December 2019 14:13
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 241000
Re: Pilot: Home Automation Control (iOS app)
I sent two messages to the creator of the Pilot app(via de app website), but I don't get any response.
Is this app dead or ??
Is this app dead or ??
- Monday 09 December 2019 11:18
- Forum: Design, usability and languages
- Topic: #2215 Custom Icons uploader Implemented
- Replies: 110
- Views: 77772
Re: #2215 Custom Icons uploader Implemented
I tried to upload custom icons on several Domoticz systems, running latest beta, but they all fail
The error is (in Dutch) "Probleem met uploaden van de pictogrammen: undefined"
I used this before, many months ago and at that time it worked.
There is no error in the logs..
The error is (in Dutch) "Probleem met uploaden van de pictogrammen: undefined"
I used this before, many months ago and at that time it worked.
There is no error in the logs..