Search found 31 matches

by wvries
Tuesday 31 December 2024 13:18
Forum: Rfxcom Transceiver
Topic: Update FW of RFX433E in Docker
Replies: 7
Views: 511

Re: Update FW of RFX433E in Docker

As far as I know: After downloading the manager to a computer, upgrading the firmware and configuring is possible if you connect the device to a laptop. Saves time I guess😑 Would be, but I have either Linux or MacOS, so no windows.... And windows emulator on Mac is not working for this (tried and fa ...
by wvries
Sunday 29 December 2024 17:31
Forum: Rfxcom Transceiver
Topic: Update FW of RFX433E in Docker
Replies: 7
Views: 511

Re: Update FW of RFX433E in Docker

Thanks for the quick answer...
will dig up an old rpi and just install a copy of DZ to do the upgrade there..
by wvries
Sunday 29 December 2024 16:36
Forum: Rfxcom Transceiver
Topic: Update FW of RFX433E in Docker
Replies: 7
Views: 511

Update FW of RFX433E in Docker

Hi,

I am running DZ in docker for some time now and no problems.
I was looking at the FW of my receiver and wanted to update to the latest one.

Am I going crazy or is there no option to update the FW of the RFXCOM device in DZ Docker ?
by wvries
Tuesday 10 December 2024 13:01
Forum: Zigbee
Topic: Zigbee For Domoticz plugin - presence sensors settings
Replies: 47
Views: 5115

Re: Zigbee For Domoticz plugin - presence sensors settings

Hi WaltervL, i look at the wiki page for changing parameters for a device, working perfectly from the Z4D interface. See zigbee4Domoticz wiki page https://zigbeefordomoticz.github.io/wiki/en-eng/HowTo_Device-parameters.html As some of these parameters are usefull to have changed from Domoticz, is ...
by wvries
Tuesday 03 December 2024 18:20
Forum: Zigbee
Topic: Looking for a Zigbee tag
Replies: 36
Views: 2718

Re: Looking for a Zigbee tag

Hello Everyone, Has anyone used a low-power Bluetooth tag or beacon with Domoticz for something like this? Can it work as an alternative to Zigbee or ESP devices? Regards, Sumit. I have used the BLE Nut Mini Smart Tracker that worked good, although it does use a lot of batteries (1 per month). I ...
by wvries
Tuesday 19 November 2024 11:35
Forum: Zigbee
Topic: zigbeefordomoticz: set parameter from Domoticz
Replies: 3
Views: 1451

Re: zigbeefordomoticz: set parameter from Domoticz

I have a similar "question / challenge" for a few devices. It has several device parameters you can set in the web interface of Z4D (Device Management, the config icon). I am trying to use the REST API to set these parameters, but no luck so far. Maybe not possible or probably lack of my programming ...
by wvries
Tuesday 12 March 2024 16:30
Forum: Other questions and discussions
Topic: Remote HTTPS server login failed
Replies: 12
Views: 1702

Re: Remote HTTPS server login failed

Found the problem and the solution. The only one way to get logged in with a new created user is to stop and restart the Docker container of Domoticz running on my Synology, maybe there is some problem with the Domoticz database that is not saving inside the docker information. Have the same ...
by wvries
Friday 19 January 2024 15:24
Forum: Python
Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Replies: 273
Views: 87874

Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)

Hi Edwin, I had a similar issue where the plugin seems to be held up in a loop requesting OnHeartbeat. When I would restart the system, the issue would disappear but would come back randomly. I found out that at the time of the error occurring, I had a lot of IPv6 traffic on my network (not using ...
by wvries
Saturday 30 January 2021 16:59
Forum: Cameras
Topic: ESP32-CAM as doorbell with camera
Replies: 277
Views: 75413

Re: ESP32-CAM as doorbell with camera

Hi guys, First of all, great project. Looking forward to see more enhancements (like the motion detection and secretly the face recognition.....). I flashed the ESP32 and all is working. I did however found a small item in the json port settings. When opening the settings page, you always will get ...
by wvries
Wednesday 11 December 2019 20:02
Forum: Switches and Scenes
Topic: How to switch lights with pushbutton?
Replies: 5
Views: 3863

Re: How to switch lights with pushbutton?

Hi Ronnie

It is a push on button.
No change he in state only can trigger on activation.

So in either lua or dzvents create a script that has an on active -> toggle the device.
With this you can emulate an on-off switch
by wvries
Friday 15 November 2019 14:10
Forum: Zigbee
Topic: Using two Xiaomi Gateways
Replies: 21
Views: 4782

Re: Using two Xiaomi Gateways

Enable LAN control is done in the app on your phone. open the app, go to the gateway yo want (click on it). Hit more operations in the pop-up. click on the 3 dots in the right-upper corner there you should have 3 options, of which the middle one should be Wireless communication protocol. select this ...
by wvries
Friday 15 November 2019 13:32
Forum: Others
Topic: Neo Coolcam Siren Alarm (WIFI!)
Replies: 6
Views: 2333

Re: Neo Coolcam Siren Alarm (WIFI!)

Hi, for this NEO coolcam sirene, there are 3 things you can set / change: 1) the tone / melody This is done by setting the DPS 102 to a number from 1 to 10 script://python/setDPS.py <IP-ADDRESS> <DEV-ID> <LOCAL-KEY> 102 (1 to 10) s 2) the duration of the sound / alarm This is done by altering ...
by wvries
Wednesday 18 September 2019 13:38
Forum: Rfxcom Transceiver
Topic: RFXCOM alarm with kerui device it works! what about K16 keyboard?
Replies: 18
Views: 5104

Re: RFXCOM alarm with kerui device it works! what about K16 keyboard?

I am using this one:
https://www.aliexpress.com/item/3247019 ... 4c4dPtTGnM
Works perfectly with RFXCOM.
can use both registered (on the device itself) pin and RFID's (125Khz).
by wvries
Tuesday 13 August 2019 18:01
Forum: Others
Topic: Neo Coolcam Siren Alarm (WIFI!)
Replies: 6
Views: 2333

Re: Neo Coolcam Siren Alarm (WIFI!)

Hi guys, took some time but I figured it out. the device has 4 DPS items: DPS 101: --- Still no idea what this one does --- DPS 102: Melody type (1-7) DPS 103: Duration alarm (in sec) DPS 104: False (On = True, Off = False) so with the TurnON.py script that is used for the Tuya switches, you can set ...
by wvries
Thursday 18 July 2019 14:39
Forum: Python
Topic: Python Plugin: Domoticz-Google-Plugin
Replies: 132
Views: 33350

Re: Python Plugin: Domoticz-Google-Plugin

Hi, I had the plugin working like a charm for several weeks / months. With updating Domoticz to the latest release it seems there is a problem introduced. The plugin does not connect anymore to any of the devices. running latest version of Domoticz (11020), updates pychromecast and gtss with pip3 ...
by wvries
Wednesday 10 July 2019 19:35
Forum: Others
Topic: Neo Coolcam Siren Alarm (WIFI!)
Replies: 6
Views: 2333

Re: Neo Coolcam Siren Alarm (WIFI!)

Hi. I have the same one and wil start the integration in DZ tomorrow Basically use the tuya smart life app to get it on your Wi-Fi network and use the tooling to get id's etc. Using the pytuya environment to communicate to these devices. https://github.com/clach04/python-tuya/ I will describe more ...
by wvries
Thursday 16 May 2019 14:57
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 102331

Re: [REQUEST] Plugin for Tuya

the app on the phone was already switched off... domoticz - stop, and... osmc@Malina:~/domoticz/plugins/Domoticz-Tuya-SmartPlug-Plugin$ ./get_dps.py 192.168.100.28 87532803bcddc295e153 A problem occur please retry... osmc@Malina:~/domoticz/plugins/Domoticz-Tuya-SmartPlug-Plugin$ ./get_dps.py 192 ...
by wvries
Thursday 02 May 2019 17:54
Forum: LUA
Topic: Getting data from LoRa - TTN network
Replies: 84
Views: 22794

Re: Getting data from LoRa - TTN network

Another possibility is to use one of the standard integrations in TTN, "HTTP Integration" ( https://www.thethingsnetwork.org/docs/applications/http/ ). This will send the whole payload of the Lora Device as a json message to a website you define. I use a simple PHP server where I created a php page ...
by wvries
Thursday 02 May 2019 17:14
Forum: Switches and Scenes
Topic: Advises for my new home - First step : Switches
Replies: 4
Views: 1085

Re: Advises for my new home - First step : Switches

One way to get (and keep) full control of what you can do with all the switches and lights, is to have all of them not run to a central box (in Netherlands called Centraal doos, where you normally hang your lightfixture) but to have them all run to 1 central location on a floor. for example, all ...
by wvries
Thursday 02 May 2019 17:07
Forum: Cameras
Topic: discover url for chinese ipcam with telerik fiddler
Replies: 7
Views: 2696

Re: discover url for chinese ipcam with telerik fiddler

are these camera's ONVIF ? Then it is an RTSP stream which is not compatible with Domoticz. Solutions for this would require an intermediate system that transcodes the stream to a format for Dz. I use a separate RPI3B+ to run Motion. ( https://motion-project.github.io/ ) Added advantage is that you ...