Search found 13 matches
- Monday 13 March 2023 20:08
- Forum: dzVents
- Topic: dummy usage
- Replies: 2
- Views: 185
Re: dummy usage
thanks
- Sunday 12 March 2023 21:42
- Forum: dzVents
- Topic: dummy usage
- Replies: 2
- Views: 185
dummy usage
i have a device type 'usage' , is it possible to put a value to it by code ?
- Monday 24 October 2022 20:08
- Forum: Utility
- Topic: Energy delivery output high
- Replies: 1
- Views: 180
Energy delivery output high
i have a P1 smart meter so i can see when i deliver and use energy, now what i want to do is after 5 min off delivery l1 energy and a certain power to put a output high (http://192.168.0.176/control?cmd=GPIO,22,1) and when i use energy instead off delivery put it low (http://192.168.0.176/control ...
- Sunday 28 March 2021 16:40
- Forum: dzVents
- Topic: Use value custom sensor as input alert sensor [Solved]
- Replies: 14
- Views: 2815
Re: Use value custom sensor as input alert sensor [Solved]
Thanks for the information
it's working
it's working
- Sunday 28 March 2021 15:48
- Forum: dzVents
- Topic: Use value custom sensor as input alert sensor [Solved]
- Replies: 14
- Views: 2815
Re: Use value custom sensor as input alert sensor [Solved]
This sensor is this really a custom sensor ? I'm getting the following error : 2021-03-28 15:47:11.684 Error: dzVents: Error: (3.1.6) Method updateAlertSensor is not available for device "Gassensor" (deviceType=General, deviceSubType=Custom Sensor). If you believe this is not correct, please report.
- Thursday 04 March 2021 23:26
- Forum: Utility
- Topic: P1 smart meter log sending a day
- Replies: 12
- Views: 943
Re: P1 smart meter log sending a day
when i type this i get nothing no fault
i get permission denied
Code: Select all
mail -A /tmp/lua_C851pY -s "power log" [email protected] < /dev/null 2> /dev/null
Code: Select all
cat tmp/lua_C851pY
- Thursday 04 March 2021 22:21
- Forum: Utility
- Topic: P1 smart meter log sending a day
- Replies: 12
- Views: 943
Re: P1 smart meter log sending a day
2021-03-04 21:56:00.417 Status: dzVents: Info: mailHistory: ------ Start internal script: Script #1:, trigger: "at 21:56" 2021-03-04 21:56:00.418 Status: dzVents: Debug: mailHistory: OpenURL: url = http://127.0.0.1:8080/json.htm?type=graph&sensor=counter&range=day&idx=1 2021-03-04 21:56:00.418 ...
- Thursday 04 March 2021 22:03
- Forum: Utility
- Topic: P1 smart meter log sending a day
- Replies: 12
- Views: 943
Re: P1 smart meter log sending a day
How can i update to this 3.1.0, already used check for update or ./updaterelease After making a backup of your domoticz directory (without the backup sub directory) you can do from within the domoticz directory sudo ./updatebeta This will bring your version to the latest build including the latest ...
- Thursday 04 March 2021 21:44
- Forum: Utility
- Topic: P1 smart meter log sending a day
- Replies: 12
- Views: 943
Re: P1 smart meter log sending a day
How can i update to this 3.1.0, already used check for update or ./updaterelease
- Thursday 04 March 2021 20:51
- Forum: Utility
- Topic: P1 smart meter log sending a day
- Replies: 12
- Views: 943
Re: P1 smart meter log sending a day
local function mailFile(f) dz.executeShellCommand( { command = 'mail -A ' .. f .. ' -s "' .. subject .. '" ' .. emailTo .. ' < /dev/null 2> /dev/null ', callback = scriptVar, timeout = 20, }) end i'm getting the folowing error 2021-03-04 20:43:00.683 Error: dzVents: Error: (3.0.2) mailHistory: An ...
- Wednesday 03 March 2021 20:13
- Forum: Utility
- Topic: P1 smart meter log sending a day
- Replies: 12
- Views: 943
P1 smart meter log sending a day
How can i get a log detail every day from the day before automaticly on mail in a file ?
(so from 00.00 to 23:59 and 59 seconds ( so from the hole day) off the power (usage 1/2 and return 1/2) and the gas )
(so from 00.00 to 23:59 and 59 seconds ( so from the hole day) off the power (usage 1/2 and return 1/2) and the gas )
- Wednesday 03 March 2021 5:44
- Forum: Utility
- Topic: smart energy P1
- Replies: 2
- Views: 362
Re: smart energy P1 (solved)
thanks for your reaction
- Saturday 27 February 2021 7:21
- Forum: Utility
- Topic: smart energy P1
- Replies: 2
- Views: 362
smart energy P1
I installed a P1 power / gas sensor when i have a look into the utility i see the 3 phazes, usage 1 , usage 2, usage 3, delivery 1, delivery 2, delivery 3, power and gas. only when i have a look to the log off the Power i only see Usage 1 and Usage 2, then i can't see the third ? how can i change ...