Search found 32 matches

by Mirkoser
Sunday 01 May 2022 19:31
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

Seems not working, tried to receive the title just for testing: domoticz.log(item.JSON.params.title , domoticz.LOG_INFO) thats the error in the log file 2022-05-01 19:27:11.936 Error: EventSystem: in TEST: [string "return {..."]:10: attempt to index a nil value (global 'domoticz') here the response ...
by Mirkoser
Thursday 28 April 2022 18:57
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

Perfect, thanks I will try. Yes m3 device will be always at the same position.. I will report:)
by Mirkoser
Wednesday 27 April 2022 23:16
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

Hi I need again some assistance…I try to import some data with http get from my wallbox The answer of the request is( see below)Now my question is how to import one specific value of this answer. I mean for example line with „ power" : 612, . But there are more lines with the name „power“ { "params" ...
by Mirkoser
Wednesday 27 April 2022 23:06
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

Finally I found the reason. It was a sensor of my heatpump that did not work correctly and caused these graph abnormalities
by Mirkoser
Tuesday 15 February 2022 11:33
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

Same behavior. It refreshes and after some hours the graphs disappear and appear again ( refreshing does not help to make the graph visible)
by Mirkoser
Monday 14 February 2022 14:59
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

so here some more input. its getting stranger...so the graph disappear after a couple of hours as i already mentioned but if i do nothing it returns after a couple of hours....and so on ...
Any idea ?
by Mirkoser
Sunday 06 February 2022 13:01
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: DOmoticz crashes and do not restart after adding an equal named virtual device
Replies: 2
Views: 649

DOmoticz crashes and do not restart after adding an equal named virtual device

Hi All, i created a script and added a virtual device. Problem, the name of the virtual device is already existing for a "normal device". SO now domoticz crashes and will not restart. Question, is it possible to remove the virtual device without starting Domoticz. Last backup is 14 days ago... which ...
by Mirkoser
Sunday 06 February 2022 10:24
Forum: dzVents
Topic: Put data from counter/sensor into virtual device
Replies: 1
Views: 996

Put data from counter/sensor into virtual device

Hi, im a newbie in terms of dvents but i've already created some working srcipts for my energy counters. Now i need a small hint how to transfer data from "real devices" in domoticz into virtual devices in domoticz. My idea is to modify/filter the data (due to negative values/bad counting) and send ...
by Mirkoser
Sunday 06 February 2022 9:32
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

strange. did not fix the problem. I will do some more test with the custom . css
by Mirkoser
Friday 04 February 2022 8:23
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

maybe also the custum .css has an impact on that behaviour? /* CUSTOM CSS FILE */ .titlegroups {background-color: black !important;} div.mh.titlegroups { height: 55px !important; padding-top: 3px; } .titlegroups[data-id='blocktitle_10'] {background-color: grey !important;} .titlegroups[data-id ...
by Mirkoser
Thursday 03 February 2022 21:14
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

here my config var config = {} config['domoticz_ip'] = 'http://192xxxx; config['user_name'] = 'xxxxx'; config['pass_word'] = 'xxxxxx'; config['app_title'] = 'Unser Heim'; config['domoticz_refresh'] = 5; config['dashticz_refresh'] = 240; config['login_timeout'] = 9999; config['loginEnabled'] = false ...
by Mirkoser
Wednesday 02 February 2022 21:57
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

Hi screen is always on. Yes exactly the same behavior. Data in the background available but graph not visible. I tested on another iPad and different browser. Same result. Also tried to increase refreshing rate, standby is off. And I can just solve it by killing safari app. Refreshing the link is ...
by Mirkoser
Tuesday 01 February 2022 8:50
Forum: Dashticz
Topic: Strange behaviour with graphs after last update
Replies: 16
Views: 2031

Re: Strange behaviour with graphs after last update

Hello any news on this topic? I’m running the latest beta of dashticz and I have the same issue on my iPad. I assume it could be the safari browser itself?
Or any orher ideas?
by Mirkoser
Monday 31 January 2022 21:21
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

here my running powerfox plugin . Values are loaded into a virtual dummy P1 Meter return { on = { timer = { 'every minute' -- just an example to trigger the request }, httpResponses = { 'Powerfoxtrigger' } -- must match with the callback passed to the openURL command }, logging = { level = domoticz ...
by Mirkoser
Monday 31 January 2022 10:18
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

oh damn...too much computer in the last days...now its working

Thanks a lot for all. I will post the running scripts as well
by Mirkoser
Monday 31 January 2022 8:51
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

Somevalue = item.json['8026d']

That was the solution. But now I get the response „Nil“ in the log for the JSON 8026d value 🙃
by Mirkoser
Sunday 30 January 2022 21:15
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

Thank you, related to this topic I have another question. I tried to create another http request for my Wallbox. Im struggling with the item.json…. Because the answer of my Wallbox is full of numbers and I cannot write e.g item.json.8062d in the code. Answer of the http request {"8000d":3473211392," ...
by Mirkoser
Sunday 30 January 2022 16:46
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

so it should show me 1434 Kwh , 196Kwh , 2991W

If i get a negative value from the powerfox for Watt it will not work and i have no idea how to realize it in the script
by Mirkoser
Sunday 30 January 2022 16:44
Forum: Bash / PowerShell / Batch etc.
Topic: API script /http polling Powerfox Energy tracker
Replies: 31
Views: 5735

Re: API script /http polling Powerfox Energy tracker

Bildschirmfoto vom 2022-01-30 16-44-00.png
Bildschirmfoto vom 2022-01-30 16-44-00.png (74.5 KiB) Viewed 3181 times
Bildschirmfoto vom 2022-01-30 16-43-33.png
Bildschirmfoto vom 2022-01-30 16-43-33.png (56.77 KiB) Viewed 3181 times