Search found 316 matches
- Saturday 14 December 2024 22:30
- Forum: dzVents
- Topic: Enever: managed Counter kWh -> 1..24 scale for price index?
- Replies: 0
- Views: 67
Enever: managed Counter kWh -> 1..24 scale for price index?
Has anybody written a script that can destilate kWh position scale 1-24 out of a manager counter device?? Let's say i want to charge my car on the 6 cheapest hours of the day. It would be handy for that use case to have a device that holds the position of current hourly price: 1 for the cheapest, 24 ...
- Wednesday 10 July 2024 12:21
- Forum: Python
- Topic: Python plugin: Tesy Boiler
- Replies: 11
- Views: 1620
Re: Python plugin: Tesy Boiler
can you set the power (W) stepless with the Tesy and your python/mqtt plugin? I'm in the process of buying an electric boiler. Don't know it is possible but if my PV system delivers i.e. 400 Watt return power netto to the net, the boiler should be set to 400 Watt. An on/off boiler regulation that ...
- Wednesday 14 February 2024 19:30
- Forum: MQTT Auto Discovery
- Topic: Domoticz does not stop discovering
- Replies: 4
- Views: 729
Re: Domoticz does not stop discovering
yes, they are discivered every 3 seconds. Had to turn off status and info log messages in the AD hardware section, to get my log readable again.
- Wednesday 14 February 2024 19:10
- Forum: Bugs and Problems
- Topic: 2024.3 and 2023.4 MQTT / ZB2MQTT errors
- Replies: 33
- Views: 2016
Re: 2024.3 and 2023.4 MQTT / ZB2MQTT errors
My devices are present and working in zb2mqtt -> mqtt like normal. It appears that the way back is broken (from domoticz to device). ah, had the same issue with JS UI Zwave yesterday. MQTT works fine, but slow communication from MQTT to domoticz, but no action vice cersa, after switching a device ...
- Wednesday 14 February 2024 18:25
- Forum: Z-Wave
- Topic: zwavejs-ui - FAIL - how many of you did try & succeed?
- Replies: 30
- Views: 2712
zwavejs-ui - FAIL - how many of you did try & succeed?
OpenZwave -> zwavejs-ui after two days work, I gave in. Went back to my old domoticz version. Please tell me about your attempts. Just to get an idea of succes rate. I used the latest 2024 Dz version and followed Wiki carefully. There's something wrong, new devices are not registered correct and DZ ...
- Tuesday 13 February 2024 20:00
- Forum: MQTT Auto Discovery
- Topic: Domoticz does not stop discovering
- Replies: 4
- Views: 729
Domoticz does not stop discovering
Is this normal AutoDiscovery log? Isn't a device supposed to be dicovered only once? Did a zwave JS UI docker install yesterday. On the JS UI everyhing seems to work fine. Devices are made on Domoticz site. Switching devices on DZ site does not work. To busy with discovering? 2024-02-13 19:06:56.143 ...
- Tuesday 13 February 2024 16:35
- Forum: Z-Wave
- Topic: zwave JS-UI newby: extremly slow and lots of messages
- Replies: 18
- Views: 1524
- Tuesday 13 February 2024 14:21
- Forum: Z-Wave
- Topic: zwave JS-UI newby: extremly slow and lots of messages
- Replies: 18
- Views: 1524
Re: zwave JS-UI newby: extremly slow and lots of messages
For some reason, after domoticz is restarted, some devices (not all) are not synchronized (You can check that from domoticz panel). What I do is to activate/desctivate the device from zwave-js-ui panel and then it is OK until the next domoticz restart. Of course retain is set on in zwave panel ...
- Tuesday 13 February 2024 10:08
- Forum: Bugs and Problems
- Topic: deleted script in log?!
- Replies: 2
- Views: 310
Re: deleted script in log?!
How did you delete the Dzvents script? From the events system editor (menu Setup - Other - Events)? Is the Dzvents script name in the generate scripts list in the log (menu setup - log) if you press on another active script in the events editor? I worked from the front-end menu Setup - Other ...
- Tuesday 13 February 2024 7:11
- Forum: Z-Wave
- Topic: zwave JS-UI newby: extremly slow and lots of messages
- Replies: 18
- Views: 1524
Re: zwave JS-UI newby: extremly slow and lots of messages
6) DzVents scripts can not switch the new devices.
(and domoticz updates still slow.)
Do i need to use 'store' button under Home Assistant menu?
(and domoticz updates still slow.)
Do i need to use 'store' button under Home Assistant menu?
- Tuesday 13 February 2024 0:54
- Forum: Z-Wave
- Topic: zwave JS-UI newby: extremly slow and lots of messages
- Replies: 18
- Views: 1524
- Tuesday 13 February 2024 0:41
- Forum: Bugs and Problems
- Topic: deleted script in log?!
- Replies: 2
- Views: 310
deleted script in log?!
my log file show an error in a deleted dzVents script.
The script is not in /home/pi/domoticz/scripts/dzVents/generated_scripts/
Also, creating and deleting a script with the same name does not solve the problem.
Any ideas?
The script is not in /home/pi/domoticz/scripts/dzVents/generated_scripts/
Also, creating and deleting a script with the same name does not solve the problem.
Any ideas?
- Tuesday 13 February 2024 0:17
- Forum: Z-Wave
- Topic: zwave JS-UI newby: extremly slow and lots of messages
- Replies: 18
- Views: 1524
zwave JS-UI newby: extremly slow and lots of messages
finally made the jump today and switched from openZwave to Z-wave JS UI, by following https://www.domoticz.com/wiki/Zwave-JS-UI Problem: new zwave MQTT devices are very slow, takes several seconds Also: 2) all devices are refreshed each second in MQTT explorer, leading to a LOT of messages ...
- Sunday 11 February 2024 11:57
- Forum: Dashticz
- Topic: hide_title not working on custom sensor
- Replies: 1
- Views: 574
hide_title not working on custom sensor
is this is a bug? hide_title is not working on custom sensor blocks['energiekosten'] = { idx: 1671, icon: "fa-solid fa-euro-sign", title: 'energie', hide_title: true, width: 6, //The width of the block relative to the column width unit: '€', addClass: 'medium' } .medium { font-size:50px !important; ...
- Wednesday 07 February 2024 7:59
- Forum: Dashticz
- Topic: Dashticz: show current power kWh?
- Replies: 6
- Views: 1065
Re: Dashticz: show current power kWh?
You can make the height adjust to the content by using the following in custom.css: thanks! Got it working now: .block_kWh { font-size:80px !important; height: unset!important } } blocks['kWh'] = { idx: '427_1', //The Domoticz device id title: 'kWh', //The title of the block as shown in the dial ...
- Monday 05 February 2024 19:22
- Forum: Dashticz
- Topic: Dashticz: show current power kWh?
- Replies: 6
- Views: 1065
Re: Dashticz: show current power kWh?
Can you post your blockcode. Did you exactly use the idx: '427_1' ? this was my code; blocks['kWh'] = { idx: 427_1, //The Domoticz device id title: 'kWh', //The title of the block as shown in the dial. width: 6, //The width of the block relative to the column width } but after changing to code ...
- Monday 05 February 2024 18:55
- Forum: Dashticz
- Topic: Dashticz: show current power kWh?
- Replies: 6
- Views: 1065
- Sunday 04 February 2024 9:35
- Forum: Dashticz
- Topic: Dashticz: show current power kWh?
- Replies: 6
- Views: 1065
Dashticz: show current power kWh?
How to create a large text fiels showing current power consumption / delivery? Two problems, one nicetohave: 1) code below show 8 devices, I'm only interested in the first one (current/actual) blocks['kWh'] = { idx: 427, //The Domoticz device id title: 'kWh', //The title of the block as shown in the ...
- Thursday 27 July 2023 14:14
- Forum: Dashticz
- Topic: red or green background based on kWh price?
- Replies: 3
- Views: 517
Re: red or green background based on kWh price?
Thank you, this looks like half of the solution.Xenomes wrote: ↑Thursday 27 July 2023 9:36 You can use this function of Dashticz.
https://dashticz.readthedocs.io/en/mast ... tomjs.html
Missing is the option to change color of the ENTIRE dashticz background, not just background of single device
- Thursday 27 July 2023 8:02
- Forum: Dashticz
- Topic: red or green background based on kWh price?
- Replies: 3
- Views: 517
red or green background based on kWh price?
For my dynamic energy contract it would be nice to have the Dasthicz background green if currentkWh price is lower than average. I am no CSS master, but working in dzVents is no problem. can you help? An alternative scale 0-100 red -green based on a dummy dimmer status would also be nice. But simple ...