Search found 14 matches
- Thursday 27 March 2025 15:33
- Forum: Other questions and discussions
- Topic: How to get daily used and delivered energy value
- Replies: 7
- Views: 1020
Re: How to get daily used and delivered energy value
Tanks, I used a value for Domourl "http://raspberrypi-1:8080" and the value for "Trusted Networks" was "localhost". I had to change Domourl to '192.168.2.11' :( and changed "Trusted Networks" to "localhost;192.168.*" After those changes the jresponse contains a proper JSON output. Thanks for helping ...
- Thursday 27 March 2025 11:45
- Forum: Other questions and discussions
- Topic: How to get daily used and delivered energy value
- Replies: 7
- Views: 1020
Re: How to get daily used and delivered energy value
Wow thats great. Thanks. But unfortunately Two issues still: 1/ I removed one slash in "local DomoUrl = "http://raspberrypi-1:/8080" -- URL of domoticz." Witch results in: "local DomoUrl = "http://raspberrypi-1:8080" -- URL of domoticz." 2/ The "local url" becomes "http://raspberrypi-1:8080/json.htm ...
- Thursday 27 March 2025 8:39
- Forum: Other questions and discussions
- Topic: How to get daily used and delivered energy value
- Replies: 7
- Views: 1020
How to get daily used and delivered energy value
Does anyone know how to get the total used (electric) energy of a specific dag in the past. The energy is saved in a utility device: Schermafbeelding 2025-03-27 083454.jpg I like to get the used- an return energy value of a specific day of this figure: Schermafbeelding 2025-03-27 083750.jpg Thanks ...
- Thursday 06 February 2025 9:02
- Forum: Bugs and Problems
- Topic: domoticz-webform-presentation issue
- Replies: 5
- Views: 389
Re: domoticz-webform-presentation issue
I already cleared completely the chrome-chash several times without good result.
It's still remarkable that this issue only occurs with domoticz and not with other websites!
It's still remarkable that this issue only occurs with domoticz and not with other websites!
- Wednesday 05 February 2025 19:51
- Forum: Bugs and Problems
- Topic: domoticz-webform-presentation issue
- Replies: 5
- Views: 389
Re: domoticz-webform-presentation issue
I do not have a antivirus browser plugin, vpn, or extra firewall.
Only domoticz shows this issue. All other website do not....
Only domoticz shows this issue. All other website do not....
- Wednesday 05 February 2025 19:32
- Forum: Bugs and Problems
- Topic: domoticz-webform-presentation issue
- Replies: 5
- Views: 389
domoticz-webform-presentation issue
Version: 2024.7 Platform: RaspberryPi Windows 10 / Google-chrome I daily run in to a domoticz-webform-presentation issue. The Domoticz-webforms are often not correct presented. They are presented like this example. Schermafbeelding 2025-02-05 191851.jpg I use chrome webserver on windows 10 ...
- Wednesday 03 April 2024 19:52
- Forum: Other questions and discussions
- Topic: How to change a device value of sensortype"Usage (Electric)" in dZevents
- Replies: 4
- Views: 341
Re: How to change a device value of sensortype"Usage (Electric)" in dZevents
OK, thank again.
I now use the "electric Instant+Counter". Much better!
I now use the "electric Instant+Counter". Much better!
- Wednesday 03 April 2024 18:27
- Forum: Other questions and discussions
- Topic: How to change a device value of sensortype"Usage (Electric)" in dZevents
- Replies: 4
- Views: 341
Re: How to change a device value of sensortype"Usage (Electric)" in dZevents
Great, Tanks a lot!
- Wednesday 03 April 2024 10:47
- Forum: Other questions and discussions
- Topic: How to change a device value of sensortype"Usage (Electric)" in dZevents
- Replies: 4
- Views: 341
How to change a device value of sensortype"Usage (Electric)" in dZevents
Can somebody tell me how I can update a value of a device of subtype "Usage (Electric)" in dzEvents?
I must be something like
domoticz.devices('Huisverbruik').updateActualWatt(myValue)
But this is not working.
I must be something like
domoticz.devices('Huisverbruik').updateActualWatt(myValue)
But this is not working.
- Monday 27 November 2023 9:09
- Forum: Temperature and Weather
- Topic: Error: Buienradar: RainPrediction has old data
- Replies: 5
- Views: 2392
Re: Error: Buienradar: RainPrediction has old data
In the meantime, you can turn off the "log lever; error" to to avoid the annoying error message.
- Monday 27 November 2023 9:00
- Forum: Temperature and Weather
- Topic: Error: Buienradar: RainPrediction has old data
- Replies: 5
- Views: 2392
Re: Error: Buienradar: RainPrediction has old data
I have the same problem.
It look like a buienradar issue, so I'have sent a e-mail to [email protected] containing a hyperlink to this forum-subject.
It look like a buienradar issue, so I'have sent a e-mail to [email protected] containing a hyperlink to this forum-subject.
- Sunday 08 October 2023 9:55
- Forum: Suggestions
- Topic: Growatt integration
- Replies: 6
- Views: 6098
- Sunday 06 August 2023 14:09
- Forum: LUA
- Topic: Retrieving a device property?
- Replies: 2
- Views: 1709
Re: Retrieving a device property?
That's exactly where I was looking for.
Thanks a lot
Thanks a lot
- Sunday 06 August 2023 13:41
- Forum: LUA
- Topic: Retrieving a device property?
- Replies: 2
- Views: 1709
Retrieving a device property?
I like to retrieve a specific device property. Can somebody tell me how to do that? You get all device properties if you use the following statements in dzevents: allProperties = dz. devices(<your device name>) dz log (allProperties , dz. LOG_INFO) Result in the logfile is: {["updateBarometer ...