Search found 20 matches

by Jemand
Monday 28 April 2025 17:22
Forum: Bugs and Problems
Topic: Log does not work if events do not change
Replies: 5
Views: 2149

Re: Log does not work if events do not change

Integration is through Zigbee2MQTT Plugin (v. 3.2.0-beta). I now have solved the issue by the state back to "off".
by Jemand
Thursday 17 April 2025 12:56
Forum: Bugs and Problems
Topic: Log does not work if events do not change
Replies: 5
Views: 2149

Re: Log does not work if events do not change

Yes, there is no change in the log if I enable or disable this setting. What I currently think is: I could set a different event to that switch when I performed my action to kind of reset it for the next click.
by Jemand
Tuesday 15 April 2025 13:45
Forum: Bugs and Problems
Topic: Log does not work if events do not change
Replies: 5
Views: 2149

Log does not work if events do not change

It seems that domoticz is not updating the Log for a device if the action is the same. I have a button which sends "single", "double", "hold"... events. If I click "single" the action is triggered correctly and everything is working but the log doesn't update if the last click was also the same ...
by Jemand
Wednesday 22 January 2025 22:26
Forum: Switches and Scenes
Topic: Dummy Motion Sensor Actions not working
Replies: 1
Views: 1772

Re: Dummy Motion Sensor Actions not working

Okay, I found the solution. I have to use this api command:
For on:
.../json.htm?type=command&param=switchlight&idx=9043&switchcmd=On
For off:
.../json.htm?type=command&param=switchlight&idx=9043&switchcmd=Off
by Jemand
Wednesday 22 January 2025 22:14
Forum: Switches and Scenes
Topic: Dummy Motion Sensor Actions not working
Replies: 1
Views: 1772

Dummy Motion Sensor Actions not working

Hi I have a dummy motion sensor which is controller through the api. This works but if I set the motion sensor to "on" the on-Action is not triggered. The motion sensor show the motion symbol in the overview but the acition url is not getting called. The same for the "off" action. This is how I set ...
by Jemand
Saturday 31 August 2024 12:19
Forum: Suggestions
Topic: Save Search
Replies: 4
Views: 1226

Re: Save Search

My Script was just for LightSwitches as I don't have too many other devices where I need to search. But here is an updated version for every domoticz-page. You can include this script in your domoticz directory under www/styles/default/custom.js: // Function to extract the page type from the URL ...
by Jemand
Tuesday 27 August 2024 11:59
Forum: Suggestions
Topic: Save Search
Replies: 4
Views: 1226

Save Search

Hi, I have over 100 devices and when I search for a device at the top of the page and click on "Log" or "Edit" and come back to the switches overview the search is empty and I have to search for the device again. I've built a small javascript which I included in the page to fix that. The script ...
by Jemand
Thursday 14 July 2022 7:57
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

@Thorgal789 I have a small code-change for your great plugin. There are devices which can monitor the usage of a power-meter. They need to be configured how many pulses the meters send per kilowatt power. This configuration has the name "pulseconfiguration" and is writable. So in the deCONZ.html ...
by Jemand
Sunday 06 February 2022 17:37
Forum: Zigbee
Topic: Zigate and Sonoff 3.0 Stick
Replies: 11
Views: 3743

Re: Zigate and Sonoff 3.0 Stick

Thanks for your great support, pipiche! Finally we got everything running.
by Jemand
Wednesday 02 February 2022 20:32
Forum: Zigbee
Topic: Zigate and Sonoff 3.0 Stick
Replies: 11
Views: 3743

Re: Zigate and Sonoff 3.0 Stick

Ok thanks for your reply. I installed beta6 but it didn't work as expected. Got almost the same errors when I tried to pair new devices. Okay, I think I'll wait for a stable version which supports the Sonoff stick.
Screenshot 2022-02-02 at 20.43.18.png
Screenshot 2022-02-02 at 20.43.18.png (267.08 KiB) Viewed 3672 times
by Jemand
Wednesday 02 February 2022 18:50
Forum: Zigbee
Topic: Zigate and Sonoff 3.0 Stick
Replies: 11
Views: 3743

Zigate and Sonoff 3.0 Stick

I just installed a clean vm with domoticz 2022.1 and zigate. The Sonoff 3.0 Zigbee USB-Stick has the latest firmware but I am unable to get the zigate plugin running without errors. When I configure the zigate plugin everything looks fine. I see the usb-port and I can connect to the zigate webclient ...
by Jemand
Sunday 09 January 2022 17:11
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

This is what i mean with offset:

Image
by Jemand
Saturday 08 January 2022 14:53
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Ah okay, I thought I would get 2 devices. One with the current usage and one with the total consumption. This would be better for me. I mean like outlets with power meter like the Blitzwolf SH13. I also couldn't find a meter offset to enter when I checked out the beta.
by Jemand
Saturday 08 January 2022 11:20
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

Okay, I think I fixed it: plugin.py: 747: def CreateIfnotExist(self,__IEEE,__Type,Name,opt = 0): 748: if GetDomoDeviceInfo(__IEEE) == False: 749: CreateDevice(__IEEE,Name,__Type, opt) But this now only shows the current power and not the total consumption. So maybe my fix is not working :-)
by Jemand
Saturday 08 January 2022 11:10
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

For your device, if I m right you will have both values on the same widget. Have re-enabled this code part can you try with the beta branch ? Thanks but now I get the following errors: 2022-01-08 11:09:40.136 Error: Deconz: (Deconz) 'onHeartbeat' failed 'TypeError':'CreateIfnotExist() takes 4 ...
by Jemand
Friday 07 January 2022 18:38
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

I have bought a zigbee-device which monitors my powermeter. It has the total consumption and a power value. I only get the total consumption in domoticz but not the current power. It would be great if I could add another utility device with the current power to the utility section of domoticz. The ...
by Jemand
Friday 31 December 2021 10:22
Forum: Zigbee
Topic: Zigate plugin moving to a new era
Replies: 34
Views: 7147

Re: Zigate plugin moving to a new era

Does it work with the Sonoff Zigbee 3.0 stick?
by Jemand
Wednesday 27 January 2021 11:59
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

@Thorgal789: Thanks for the update. I have implemented it. Here is a working dzVents-Skript: return { on = { devices = { 7463 } }, execute = function(domoticz, device) domoticz.log('Device ' .. device.name .. ' was changed to tiltlevel: ' .. device.nValue .. '°' , domoticz.LOG_INFO) end } Now as I ...
by Jemand
Tuesday 26 January 2021 20:04
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

@Jemand for the 3, you miss the titlangle or the vibrationstrength ? Because you already have a widget for the angle in x,y,z style. What I miss is the "tiltangle". As far as I know it is in degrees where xyz is more raw and needs to be converted to use. For that reason a simple tilt-angle would be ...
by Jemand
Sunday 24 January 2021 20:51
Forum: Zigbee
Topic: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)
Replies: 687
Views: 116544

Re: Python Zigbee plugin, deCONZ bridge (Using Conbee or Raspbee)

I am using this plugin and it works great. But I have some questions about improvements: 1.) Aqara window-sensors and water detectors also have the temperature but I can't access this property through this plugin 2.) The Aqara-Cube only supports "Shak Wake Drop 90° 180° Push Tap". It would be great t ...