Never tried it but try this:
https://mensfeld.pl/2018/11/extracting- ... icz-usage/
Search found 70 matches
- Monday 30 September 2019 14:17
- Forum: Bash / PowerShell / Batch etc.
- Topic: Xiaomi Air Purifier 2S
- Replies: 5
- Views: 5716
- Monday 30 September 2019 14:14
- Forum: Design, usability and languages
- Topic: 'ThinkTheme' - a new flat design theme
- Replies: 52
- Views: 82845
Re: 'ThinkTheme' - a new flat design theme
Yeah already updated it
Not really a fan/user of the search bar, but cant complain, still the best looking theme
Not really a fan/user of the search bar, but cant complain, still the best looking theme
- Friday 13 September 2019 22:51
- Forum: Utility
- Topic: P1 meter how to disable Usage 2 and Return 2?
- Replies: 1
- Views: 450
P1 meter how to disable Usage 2 and Return 2?
Hi there,
Is there anyway to disable the usage/return 2?
I only have one tariff, i know i can set both of them to the same price, but you know, maybe theres a way to disable it.
Is there anyway to disable the usage/return 2?
I only have one tariff, i know i can set both of them to the same price, but you know, maybe theres a way to disable it.
- Thursday 12 September 2019 20:36
- Forum: Others
- Topic: China RGB Controller
- Replies: 0
- Views: 261
China RGB Controller
Hello there, i have a WF100 RGB controller that came with my pool lights, it has wifi and RF, to use WIFI i have to connect to its own wifi network and use a really bad app -.- and the included RF remote works kinda well, but if i could use domoticz it would be better :P ahaha Do you have any ...
- Friday 06 September 2019 23:44
- Forum: Design, usability and languages
- Topic: 'ThinkTheme' - a new flat design theme
- Replies: 52
- Views: 82845
Re: 'ThinkTheme' - a new flat design theme
Probably the best looking theme for domoticz, great work
- Thursday 06 June 2019 13:24
- Forum: Show your projects
- Topic: Domoticz Home Automation Workbook
- Replies: 31
- Views: 8446
- Wednesday 05 June 2019 14:06
- Forum: Design, usability and languages
- Topic: machinon theme
- Replies: 712
- Views: 135574
Re: machinon theme
It is showing were the wind is coming from, its not a bug, some sites show were its coming from, others show were it's going.
- Wednesday 05 June 2019 13:29
- Forum: Design, usability and languages
- Topic: machinon theme
- Replies: 712
- Views: 135574
Re: machinon theme
South is down, west is left... dont get why you think domoticz is wrong.
The wind is coming from that direction.
The wind is coming from that direction.
- Monday 03 June 2019 12:32
- Forum: LUA
- Topic: LUA Script: Time how much a device is ON
- Replies: 22
- Views: 14333
Re: LUA Script: Time how much a device is ON
Domoticz V4.10854, also started having trouble with this script
- Sunday 02 June 2019 20:55
- Forum: Other questions and discussions
- Topic: track records power usage, gained power by solar panels
- Replies: 3
- Views: 527
Re: track records power usage, gained power by solar panels
You can see it by going to the report page of the solar energy sensor, but still you have to go month by month and sort by "usage" and it will show the day with biggest "usage".
- Wednesday 15 May 2019 15:33
- Forum: dzVents
- Topic: Trigger 10 minutes, execution every 45 seconds
- Replies: 4
- Views: 615
Re: Trigger 10 minutes, execution every 45 seconds
Dzvents code to turn on every hour return { on = { timer = {"every hour"} }, execute = function(domoticz, _) local myDevice = domoticz.devices("Fonte") myDevice.switchOn() end } Lua code (Trigger Device) to turn off after 120seconds commandArray = {} if (devicechanged['Fonte'] == 'On') then ...
- Wednesday 14 November 2018 13:47
- Forum: Design, usability and languages
- Topic: 'ThinkTheme' - a new flat design theme
- Replies: 52
- Views: 82845
Re: 'ThinkTheme' - a new flat design theme
Great theme. Noticed you updated it, gonna update it when i get home
Thanks
Thanks
- Friday 07 September 2018 15:03
- Forum: LUA
- Topic: LUA Script: Time how much a device is ON
- Replies: 22
- Views: 14333
Re: LUA Script: Time how much a device is ON
Using this script to easilly know how much time my pool pump has been runing for each day, but havent figured out how to set it up to send me a message when it has reach a certain time, have tried several ways none of it works on this dummy device. tried with just 130 , with 130 minutes , the type ...
- Wednesday 05 September 2018 18:34
- Forum: LUA
- Topic: PowerUsage, and return values without a P1 meter
- Replies: 12
- Views: 2791
Re: PowerUsage, and return values without a P1 meter
Check this dzvents script to calculate the wasted power and energy
viewtopic.php?f=59&t=24620&p=190649#p190649
viewtopic.php?f=59&t=24620&p=190649#p190649
- Wednesday 05 September 2018 18:32
- Forum: dzVents
- Topic: Electric energy calculation using only usage(watts)?
- Replies: 2
- Views: 2091
Re: Electric energy calculation using only usage(watts)?
Did lots and lots of reading and trial and error finally got this working So "Total" is my main Electricity counter (SDM120) that gives me positive and negative values (when solar panels producing more than the house consumes). The idea is that i have a register of how many Euros I have wasted by ...
- Tuesday 04 September 2018 13:44
- Forum: Utility
- Topic: Electric (instant+counter) - Domoticz doesn't compute Energy
- Replies: 10
- Views: 5878
Re: Electric (instant+counter) - Domoticz doesn't compute Energy
Hello, is there any news on this?
I also have a dummy that doesnt compute the energy usage right. Using a lua script to update the counter.
Dont know how to use the comands posted above
I also have a dummy that doesnt compute the energy usage right. Using a lua script to update the counter.
Dont know how to use the comands posted above
- Tuesday 04 September 2018 12:02
- Forum: LUA
- Topic: PowerUsage, and return values without a P1 meter
- Replies: 12
- Views: 2791
Re: PowerUsage, and return values without a P1 meter
So the only real data you have is the "House" meter right?
And when its negative you want it to update one new dummy meter, and when its positive to update another, right?
And when its negative you want it to update one new dummy meter, and when its positive to update another, right?
- Monday 03 September 2018 18:04
- Forum: LUA
- Topic: PowerUsage, and return values without a P1 meter
- Replies: 12
- Views: 2791
Re: PowerUsage, and return values without a P1 meter
Hello, sorry for not replying earlier, did not notice your post.
Yes i understand what you are saying, but i also have the same problem with dummy counters not calculating the usage properly :/
Yes i understand what you are saying, but i also have the same problem with dummy counters not calculating the usage properly :/
- Sunday 26 August 2018 15:34
- Forum: dzVents
- Topic: Electric energy calculation using only usage(watts)?
- Replies: 2
- Views: 2091
Electric energy calculation using only usage(watts)?
Hello there, is there anyway to have domoticz receive power used (watts) and then calculate the energy usage? I have a "Total" energy/usage counter, and a "Solar" energy/usage counter, they both work great, but i wanted to have a idea of how much energy i waste, so i tweaked a LUA script to update a ...
- Wednesday 18 July 2018 11:42
- Forum: Utility
- Topic: Question about energy usage
- Replies: 20
- Views: 4614
Re: Question about energy usage
If it shows positive, must be because it doesnt defirentiate the direction of the current