Search found 20 matches

by calania
Wednesday 01 January 2025 12:49
Forum: General Discussion
Topic: How to get energy counter cost with http request
Replies: 0
Views: 250

How to get energy counter cost with http request

Hello! I have my home energy meter in Domoticz (type general,kWh) and have resonantly started using the new "dynamic energy price" option to calculate my energy cost and it works great! I however would like to use the "total cost for a month" in a Node red flow. Usually if I want to use something ...
by calania
Friday 30 December 2022 20:52
Forum: Other questions and discussions
Topic: Issues with making selector switch execute script (Windows)
Replies: 2
Views: 260

Re: Issues with making selector switch execute script (Windows)

The problem with doing it that way is that it seems ignores my arguments
by calania
Friday 30 December 2022 17:52
Forum: Other questions and discussions
Topic: Issues with making selector switch execute script (Windows)
Replies: 2
Views: 260

Issues with making selector switch execute script (Windows)

Hello! I am having some issues making domoticz run a script when I change the level of a selector switch. I have a few parameters that I want to run the script with so I have done as suggested on the forum and written the script with three forward slashes under "Selector actions". script:///C:\Users ...
by calania
Tuesday 13 December 2022 10:58
Forum: MQTT Auto Discovery
Topic: Effects not detected
Replies: 2
Views: 529

Re: Effects not detected

No sadly this is the only device created. Guess I could probably create my own selector switch that sends the mqtt command but it would be nice if support was added.
by calania
Tuesday 13 December 2022 10:37
Forum: MQTT Auto Discovery
Topic: Effects not detected
Replies: 2
Views: 529

Effects not detected

Hello! I recently started playing around with esphome using the mqtt auto discovery feature in domoticz. I have made a led strip and added some effects to it but for some reason the effects aren't appearing in domoticz however they work fine in home assistant. This is my config topic and how it ...
by calania
Monday 14 November 2022 15:37
Forum: Zigbee
Topic: Zigbee2mqtt broken after update to 2022.2
Replies: 8
Views: 1657

Zigbee2mqtt broken after update to 2022.2

Hello! I just updated to 2022.2 but sadly that seems to have broken zigbee for me. I'm using the following add-on and this is my log. I tried updating the plugin but that didn't help. Any ideas? https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin 2022-11-14 15:33:23.364 Error ...
by calania
Sunday 06 November 2022 17:03
Forum: Z-Wave
Topic: Easiest way to migrate Openzwave to ZWave-JS-UI
Replies: 461
Views: 275418

Re: Easiest way to migrate Openzwave to ZWave-JS-UI

Whats the best way to install ZWave-JS on Windows? Most of the ways listed on the wiki seem to be Linux specific

Edit: Also if I understand it correctly, is openzwave still included with the installation but just not longer recommended? Or has it been removed completely?
by calania
Sunday 16 October 2022 20:11
Forum: MQTT Auto Discovery
Topic: no devices in zigbee2mqtt
Replies: 1
Views: 408

Re: no devices in zigbee2mqtt

Are you sure that you have selected the correct port for zigbee2mqtt? It should be the port to your mqtt sever and not the zigbee frontend
by calania
Saturday 08 October 2022 20:06
Forum: Other questions and discussions
Topic: Change between on/off verison of custom icon for text device
Replies: 2
Views: 480

Change between on/off verison of custom icon for text device

Hello! I have a text device that has a custom icon. The icon has a on/off version like any icon for a switch. I am wondering if it is possible for me, by json request, change between the on and off version of the icon. I have tried the customimage command but couldn't get it working. Does anybody ...
by calania
Thursday 12 May 2022 10:31
Forum: Z-Wave
Topic: Popp Z-Rain sending values in incriments other than 0,5mm
Replies: 1
Views: 329

Popp Z-Rain sending values in incriments other than 0,5mm

Hello! I have a Popp Z-Rain sensor that I have used for a number of years and has always worked perfectly. It has always sent value in increments of 0,5mm but after I recently reinstalled Domoticz and started from scratch some values are being sent as 0,4 or 0,6 mm instead of 0,5mm. I'm guessing ...
by calania
Friday 08 April 2022 16:02
Forum: Utility
Topic: Custom sensors not publishing status to mqtt domoticz/out
Replies: 3
Views: 594

Re: Custom sensors not publishing status to mqtt domoticz/out

Disabling the "Prevent loop" did indeed fix the issue for me. So thanks for that! I however don't really understand how Domoticz publishing the status would start a loop. Could you explain how this loop would start?
by calania
Friday 08 April 2022 15:04
Forum: Utility
Topic: Custom sensors not publishing status to mqtt domoticz/out
Replies: 3
Views: 594

Custom sensors not publishing status to mqtt domoticz/out

Hello! A few days ago I decided to update and completely reinstall Domoticz ( version 2022.1). It has so far worked nicely but I have encountered a issue. I have a few customs sensors (type general) that I send value to using mqtt. This works without issue and Domoticz updates the value without ...
by calania
Wednesday 23 February 2022 10:29
Forum: Suggestions
Topic: Only show report for year with data
Replies: 0
Views: 437

Only show report for year with data

Hello! One small thing that is bothering me about Domoticz is the fact that when you are in the report tab of a device and viewing past history, the year selector goes back to 2012 even thought I have no data before 2016 in my Domoticz system. I propose that the drop-down would be changed to only ...
by calania
Friday 14 May 2021 23:01
Forum: dzVents
Topic: Mqtt publish value of device
Replies: 6
Views: 817

Re: Mqtt publish value of device

The settings page for mqtt appears to have changed a bit. This is how it looks for me https://imgur.com/FcY8njO I am getting no weird message in the log either I don't think it's due to it being a virtual sensor since I have other virtual sensors that send their value without problems. However this ...
by calania
Friday 14 May 2021 22:29
Forum: dzVents
Topic: Mqtt publish value of device
Replies: 6
Views: 817

Re: Mqtt publish value of device

Thank you. I am pretty certain that you helped me create the original script so I think you have helped me enough ;) . I have postponed updating for quite a while since I don't really want to break anything but I guess the time has come. But just as a side question do you know why it dosen't publish ...
by calania
Friday 14 May 2021 22:13
Forum: dzVents
Topic: Mqtt publish value of device
Replies: 6
Views: 817

Re: Mqtt publish value of device

I am currently still using version 4.10717 of Domoticz
by calania
Friday 14 May 2021 21:00
Forum: dzVents
Topic: Mqtt publish value of device
Replies: 6
Views: 817

Mqtt publish value of device

Hello, I am currently using the following script... return { on = { devices = { 'Ute Entre', 'Ute Zigbee', }, }, logging = { level = domoticz.LOG_ERROR, -- Change to domoticz.LOG_ERROR when script is OK --level = domoticz.LOG_DEBUG, -- Change to domoticz.LOG_ERROR when script is OK marker = 'get min ...
by calania
Friday 17 April 2020 23:09
Forum: dzVents
Topic: Set Text device font colour through json url [Solved]
Replies: 2
Views: 1088

Re: Set Text device font colour through json url [Solved]

Well that was easier than I expected, worked perfectly. Thanks for the help!
by calania
Friday 17 April 2020 21:16
Forum: dzVents
Topic: Set Text device font colour through json url [Solved]
Replies: 2
Views: 1088

Set Text device font colour through json url [Solved]

Hello, firstly, yes I know this isn't a dzvents question even though I posted it under that forum group but I couldn't find another topic that it would match under and I hope that you guys could help me anyway. I have a text device that is controlled by an ardiuno going to the url json.htm?type ...