Search found 5263 matches
- Wednesday 26 March 2025 23:36
- Forum: dzVents
- Topic: Energy Costs Calculator
- Replies: 3
- Views: 248
Re: Energy Costs Calculator
That is fine, I just wanted to prevent other users use your script if it can be done by standard Domoticz functionality. If Claude is scraping this topic now to train itself and someone asks to create a energy costs calculation script it now hopefully answers to use the Domoticz energy dashboard ...
- Wednesday 26 March 2025 23:27
- Forum: Other questions and discussions
- Topic: how to use notifications
- Replies: 18
- Views: 786
Re: how to use notifications
If wifi is not reliable you also wont get the notification if there is a true situation.
You could also have the esp check if the MQTT message is received in mosquitto. If not (due to wifi issues) resend the message. Check the esp mqtt library how to do that as it should be a normal functionality.
You could also have the esp check if the MQTT message is received in mosquitto. If not (due to wifi issues) resend the message. Check the esp mqtt library how to do that as it should be a normal functionality.
- Wednesday 26 March 2025 23:08
- Forum: Python
- Topic: historic/aggregated data missing
- Replies: 1
- Views: 69
Re: historic/aggregated data missing
Not looking at the code but are you using a managed counter? Then you need to build the history from the plugin. Domoticz core will not do that for you. Perhaps check a plugin for future energy prices how they implemented that? Edit: see the wiki: sValue must 3 semicolon separated values, the last ...
- Wednesday 26 March 2025 11:49
- Forum: Bugs and Problems
- Topic: 15326 - [WebServer] Depricated RType
- Replies: 183
- Views: 56239
Re: 15326 - [WebServer] Depricated RType
IP address is the pi running Domoticz. And it appears every 4 minutes. There are 3 dockers running (Deconz, mosquitto, zwave-js-ui) that could update devices. But stopping this does not help, still getting the message. Any idea why this more debug level is not working ? It is not mosquitto and not ...
- Wednesday 26 March 2025 11:10
- Forum: Cameras
- Topic: How to connect a camera to a button
- Replies: 8
- Views: 275
Re: How to connect a camera to a button
@Gizmocuz, could you also add a None option that sets a 0 in the DB to On/Off selector?? Since previously I could do this but now I don't have the ability to just add a camera button to a device without the need for actions!? I believe there is already a question on Github for this also (not mine ...
- Wednesday 26 March 2025 9:39
- Forum: Cameras
- Topic: How to connect a camera to a button
- Replies: 8
- Views: 275
Re: How to connect a camera to a button
Yes, indeed fixed! Thanks!
- Tuesday 25 March 2025 23:22
- Forum: Cameras
- Topic: How to connect a camera to a button
- Replies: 8
- Views: 275
Re: How to connect a camera to a button
I understand now. I have the same issue in latest beta but also already in an older beta
Version: 2024.7 (build 16450)
Build Hash: 38a2c6eae
Compile Date: 2025-01-05 15:14:56
So it is already a problem for some time.
Version: 2024.7 (build 16450)
Build Hash: 38a2c6eae
Compile Date: 2025-01-05 15:14:56
So it is already a problem for some time.
- Tuesday 25 March 2025 22:11
- Forum: Other questions and discussions
- Topic: how to use notifications
- Replies: 18
- Views: 786
Re: how to use notifications
@waltervl If relay has been energized power is there. If power fails relay is deenergized So how can this create false alarms? If no false alarms no need to change the script. And if the value is always true you do not even need a script but use the standard notifications functionality on the ...
- Tuesday 25 March 2025 19:32
- Forum: Cameras
- Topic: How to connect a camera to a button
- Replies: 8
- Views: 275
- Tuesday 25 March 2025 19:30
- Forum: Bugs and Problems
- Topic: Domoticz not accessible via web after some days or hours
- Replies: 5
- Views: 83
Re: Domoticz not accessible via web after some days or hours
Check the troubleshooting wiki for some hints on fault finding https://wiki.domoticz.com/Troubleshooting
Especially check the logs as already indicated by jvdz.
Especially check the logs as already indicated by jvdz.
- Tuesday 25 March 2025 19:07
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 278
- Views: 35770
Re: Energy Dashboard (Build in)
Are you behind a proxy? Did you clear your browser cache? Try it in an incognito/private browser session.
- Tuesday 25 March 2025 19:04
- Forum: Bugs and Problems
- Topic: How to get device back in Dashboard/Others
- Replies: 2
- Views: 114
Re: How to get device back in Dashboard/Others
Check the device assignments in menu Setup - Users. If you have only 1 user account (and admin) that assignment list should be empty. Also for an admin this device assignment list should be empty. You normally only assign devices to other users accounts (also for device sharing) See also the notes ...
- Tuesday 25 March 2025 17:04
- Forum: Bugs and Problems
- Topic: 15326 - [WebServer] Depricated RType
- Replies: 183
- Views: 56239
Re: 15326 - [WebServer] Depricated RType
It could well be outside the domoticz server so for example an ESP device updating a Domoticz device.
Is there an IP address connected to the message? Is that IP from an external device or from the server?
Is there an IP address connected to the message? Is that IP from an external device or from the server?
- Tuesday 25 March 2025 16:54
- Forum: Other questions and discussions
- Topic: how to use notifications
- Replies: 18
- Views: 786
Re: how to use notifications
So how can these relay devices give a false result?
- Tuesday 25 March 2025 16:51
- Forum: Bugs and Problems
- Topic: Smart Meter P1 2 values
- Replies: 3
- Views: 126
Re: Smart Meter P1 2 values
I have had a 3-phase connection for 1 year, before that a 1-phase. Until yesterday I only had 1 value. Negative or positive. The value was calculated. But since today there are two visible. I use a version from March 2024, I have just updated it now, to see if I got 1 value again, but no. I read ...
- Tuesday 25 March 2025 16:34
- Forum: General Discussion
- Topic: Tips for programming and AI
- Replies: 13
- Views: 418
Re: Tips for programming and AI
How is AI updated? By you? By everyone. New information is stacked and used for training the model. I asked AI where it is at this moment in its learning curve of dzVents. How can AI answer this? As a reference: How do you know how good you personally are in dzvents coding? The skill for the user ...
- Tuesday 25 March 2025 13:03
- Forum: Temperature and Weather
- Topic: Netatmo authentication changes Oct 2022
- Replies: 337
- Views: 45080
Re: Netatmo authentication changes Oct 2022
The wiki https://wiki.domoticz.com/Netatmo has been updated to show hopefully the correct way of adding/modifying the software.
This implementation of adding Netatmo in Domoticz is very different from any other plugin/gateway.
This implementation of adding Netatmo in Domoticz is very different from any other plugin/gateway.
- Tuesday 25 March 2025 13:00
- Forum: General Discussion
- Topic: Tips for programming and AI
- Replies: 13
- Views: 418
- Tuesday 25 March 2025 11:31
- Forum: Bugs and Problems
- Topic: Smart Meter P1 2 values
- Replies: 3
- Views: 126
Re: Smart Meter P1 2 values
Not updated? What is your version. How do you read the P1 data? If you have a 3 phase connection it for a long time (I have never seen different) shows the delivery and usage seperately if there is difference over phases See for example the screenshot from 2019 in the wiki https://wiki.domoticz.com ...
- Tuesday 25 March 2025 10:57
- Forum: General Discussion
- Topic: Tips for programming and AI
- Replies: 13
- Views: 418
Re: Tips for programming and AI
OK, so no need to post example scripts here anymore when users ask ;-) Just tell the user: Open the dzvents wiki in MS Edge and use Copilot to generate the script. The is the question how to ask Copilot to generate it. Like always use the device type (Switch, Selector switch, Dimmer, rain sensor etc ...