Interesting, it works for me. But I am starting to think about reolink_aio version and Python version combinations.
You have Python 3.11 with a later reolink_aio version I guess?
But can you also restart your camera and see if that helps?
Search found 40 matches
- Saturday 18 January 2025 12:12
- Forum: Python
- Topic: Python Plugin: Reolink
- Replies: 39
- Views: 8377
- Friday 10 January 2025 21:51
- Forum: Dashticz
- Topic: dashticz dynamic price - background color red to green
- Replies: 3
- Views: 443
Re: dashticz dynamic price - background color red to green
Ah! And I realized I should change the CSS instead. Class "screen" might be ok in the scenario the OP has. function deviceHook(device) { if (device.idx==<DEVICEID>) { var col = (device.Data === 'Off') ? 'green' :'blue'; var elements = document.getElementsByClassName("screen"); for(var i=0 ; i ...
- Friday 10 January 2025 20:30
- Forum: dzVents
- Topic: Calculate duty cycle
- Replies: 8
- Views: 680
Re: Calculate duty cycle
I wish, I just jotted it down while eating breakfast (stupid, I know but I got a bit inspired, it won't happen again). I have updated the example to something a tad bit more useful. But the key Google word was persistent data in DzVents something I have not tried before but seems really useful. I ...
- Friday 10 January 2025 7:12
- Forum: dzVents
- Topic: Calculate duty cycle
- Replies: 8
- Views: 680
Re: Calculate duty cycle
I would consider DzVents and the use of persistant variables - you can see more here: https://wiki.domoticz.com/DzVents:_next_generation_Lua_scripting#Script_level_persistent_variables and look at the special History variable. This is completely untested but might serve as an idea of how you might ...
- Thursday 09 January 2025 22:09
- Forum: Dashticz
- Topic: dashticz dynamic price - background color red to green
- Replies: 3
- Views: 443
Re: dashticz dynamic price - background color red to green
Well, I assume you can do this in several ways. This is one I just tried with. You need to add (or change) your custom.js file and add something that changes the background. I suggest adding the code in beforeFirstRenderHook(). In this code I have a switch device (<YOUR DEVICE ID>) that can be on or ...
- Sunday 05 January 2025 13:08
- Forum: Python
- Topic: Python Plugin: Reolink
- Replies: 39
- Views: 8377
Re: Python Plugin: Reolink
I am sorry for the late reply. I have done a slight change to the plugin and it might have caused issues. I have the same doorbell (it's the reason I wanted the module for myself). What happens if you update the plugin and try again? If it doesn't work please PM me the logs from the module and we ...
- Monday 23 December 2024 21:51
- Forum: Zigbee
- Topic: Error: Z4D: _send_and_retry - Unexpected Exception - rawaps_read_attribute_req 00:17:88:01:08:3c:63:e3/0x3402 0x104 0x8
- Replies: 9
- Views: 790
Re: Error: Z4D: _send_and_retry - Unexpected Exception - rawaps_read_attribute_req 00:17:88:01:08:3c:63:e3/0x3402 0x104
3402 is a Phillips Hue LWG004
f17d is an IKEA TRADFRI control outlet
f17d is an IKEA TRADFRI control outlet
- Sunday 22 December 2024 11:37
- Forum: Zigbee
- Topic: Error: Z4D: _send_and_retry - Unexpected Exception - rawaps_read_attribute_req 00:17:88:01:08:3c:63:e3/0x3402 0x104 0x8
- Replies: 9
- Views: 790
Error: Z4D: _send_and_retry - Unexpected Exception - rawaps_read_attribute_req 00:17:88:01:08:3c:63:e3/0x3402 0x104 0x8
I get these type of errors from z4d "Error: Z4D: _send_and_retry - Unexpected Exception - rawaps_read_attribute_req 00:17:88:01:08:3c:63:e3/0x3402 0x104 0x8 payload: b'\x10\x08\x00\x00\x00' AckIsDisable: True RETRY: 1/1 (NcpResetCode.ERROR_EXCEEDED_MAXIMUM_ACK_TIMEOUT_COUNT)" and now the controller ...
- Thursday 19 December 2024 21:53
- Forum: Dashticz
- Topic: Colored volume bar
- Replies: 7
- Views: 806
Re: Colored volume bar
Interesting, I made a simple version for temperature (but didn't bother with a click function etc). Perhaps not something to build on, but an example where a linear gauge chart also might be applicable.
- Sunday 15 December 2024 13:31
- Forum: Python
- Topic: Python Plugin: Reolink
- Replies: 39
- Views: 8377
Re: Python Plugin: Reolink
Thanks for the report. None of my cameras have support for detection of animals (dog_cats). I hope I have fixed this now so please update the plugin.
If not please PM me with the logs of Domoticz for the startup of the plugin.
If not please PM me with the logs of Domoticz for the startup of the plugin.
- Sunday 01 December 2024 19:59
- Forum: Zigbee
- Topic: Unexpected behavior from Z4D
- Replies: 5
- Views: 639
Re: Unexpected behavior from Z4D
I saw that 7.1.015 had a fix to OTA. I got this error after an upgrade and Z4D trying to do an OTA on a Hue LWG004.
- Saturday 30 November 2024 16:00
- Forum: Zigbee
- Topic: Unexpected behavior from Z4D
- Replies: 5
- Views: 639
Re: Unexpected behavior from Z4D
Hmm, I got the same type of error again after a restart of Domoticz. Update: This time a reboot solved it, it seems. 2024-11-30 15:58:32.826 Z4D: Worker thread started. 2024-11-30 15:58:32.826 Status: Z4D: Started. 2024-11-30 15:58:32.826 Status: Z4D: Entering work loop. 2024-11-30 15:58:33.500 ...
- Saturday 30 November 2024 10:51
- Forum: Zigbee
- Topic: Unexpected behavior from Z4D
- Replies: 5
- Views: 639
Unexpected behavior from Z4D
I have been using Z4D with Sonoff-E dongle since summer and everything has been working ok. But on Thursday night the controller started to not turn on and off lamps (which doesn't impress the wife) so I tried some stuff, reverting back to an older Z4D plugin version, I installed the plugin and ...
- Sunday 20 October 2024 20:28
- Forum: General Discussion
- Topic: Nordpool electricity prices plugin
- Replies: 18
- Views: 2753
Re: Nordpool electricity prices plugin
Let's debug together, I have sent you a PM.
- Sunday 20 October 2024 17:43
- Forum: General Discussion
- Topic: Nordpool electricity prices plugin
- Replies: 18
- Views: 2753
Re: Nordpool electricity prices plugin
I have not tested this thoroughly but if you want you can try: https://github.com/j-b-n/sweden_energyprice
- Sunday 20 October 2024 10:55
- Forum: General Discussion
- Topic: Nordpool electricity prices plugin
- Replies: 18
- Views: 2753
Re: Nordpool electricity prices plugin
@tjabas, I am curious. What are you using the plugin for? And do you use all the counters it creates?
I was playing around with https://www.elprisetjustnu.se/ yesterday since they have the data available online too.
I was playing around with https://www.elprisetjustnu.se/ yesterday since they have the data available online too.
- Saturday 28 September 2024 16:11
- Forum: Zigbee
- Topic: SONOFF ZigBee 3.0 USB Dongle Plus (ZBDongle-E)
- Replies: 6
- Views: 1840
Re: SONOFF ZigBee 3.0 USB Dongle Plus (ZBDongle-E)
I got it to work (I hope). I simply did a reset of the controller (using another PI and a fresh install of Z4D) and then started to re-pair all the sensors. 16 out of 32 done and the plugin seem to be stable thus far.
- Saturday 28 September 2024 11:40
- Forum: Zigbee
- Topic: SONOFF ZigBee 3.0 USB Dongle Plus (ZBDongle-E)
- Replies: 6
- Views: 1840
Re: SONOFF ZigBee 3.0 USB Dongle Plus (ZBDongle-E)
I have an old Conbee II and simply changed the settings in the plugin. From what I have read in other threads that should work and giving me the opportunity to keep all sensors (and if needed simply re-pair with the plugin again). Currently I am running the Conbee II. I am changing sensor for two ...
- Friday 27 September 2024 20:46
- Forum: Zigbee
- Topic: SONOFF ZigBee 3.0 USB Dongle Plus (ZBDongle-E)
- Replies: 6
- Views: 1840
SONOFF ZigBee 3.0 USB Dongle Plus (ZBDongle-E)
I just bought at new SONOFF ZBDongle-E and tried to install it to Zigbee for Domoticz. The device is found, and the first try worked for a while before the plugin restarted. I then rebooted and now I get a "restart-loop" as illustrated in the logs: 024-09-27 20:26:01.391 Status: Z4D: Started. 2024 ...
- Monday 09 September 2024 18:41
- Forum: Temperature and Weather
- Topic: Good rain sensor solution
- Replies: 61
- Views: 12600
Re: Good rain sensor solution
I got mine today. A bit tricky to manage to press the button (to large fingers :) ?). But when that worked the led-flashed and I got this as a response from Z4D (and it includes an error). 2024-09-09 18:23:47.089 Z4D: Assisted Pairing: Polling: [] 2024-09-09 18:23:47.089 Z4D: --> Empty queue 2024-09 ...