Search found 14 matches

by Kyrille
Wednesday 30 August 2023 12:54
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 20533

Re: EufyCam E : set security mode fom domoticz

I think it can be done without docker or docker-compose. When having a command like: docker exec -it my-container-id I was able to see a run.sh script with some primary commands, close to the ones listed in the Tryout section. But I would say docker can be a good (and light) approach to learn. It ...
by Kyrille
Wednesday 30 August 2023 1:05
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 20533

Re: EufyCam E : set security mode fom domoticz

And if you want to use a docker compose approach for any reason, you can use the following docker-compose.yml template (don't forget to adapt the FR/fr with US/en for instance): version: '2.1' services: eufy: image: bropat/eufy-security-ws:latest container_name: eufy network_mode: host restart ...
by Kyrille
Tuesday 29 August 2023 23:08
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 20533

Re: EufyCam E : set security mode fom domoticz

I am using a Raspberry and followed the docker container approach (https://bropat.github.io/eufy-security-ws/#/docker), updating the variables with the correct values for me (I am in France, with Homebases v2 & v3, using a mobile phone called Pixel 6a for my Eufy app on a daily basis): docker run ...
by Kyrille
Sunday 27 August 2023 23:20
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 20533

Re: EufyCam E : set security mode fom domoticz

Yes, everybody is enjoying Eufy devices with Jeedom or HomeAssistant thanks to a good integration of bropat client & websocket packages, but nothing for Domoticz. :-(
Will try to investigate...
by Kyrille
Monday 21 August 2023 8:47
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 20533

Re: EufyCam E : set security mode fom domoticz

Hello, I was using the approach/scripts from multinet but it is not maintened anymore.

It seems that we should be able to play with a newer client library via a websocket : https://bropat.github.io/eufy-security- ... ecurity-ws.
by Kyrille
Wednesday 03 November 2021 13:58
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 20533

Re: EufyCam E : set security mode fom domoticz

It is working like a charm, thank you very much !

I just needed to add async_generator package which was not there initially.
by Kyrille
Wednesday 03 November 2021 0:52
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 20533

Re: EufyCam E : set security mode fom domoticz

Awesome ! I have to try that !

By the way, to answer @phyllox it seems that your mode is called CUSTOM1 (or 2 or 3) when looking in this file: https://github.com/FuzzyMistborn/python ... y/types.py
by Kyrille
Monday 01 November 2021 12:18
Forum: Python
Topic: Python plugin: UPS Monitor
Replies: 111
Views: 35201

Re: Python plugin: UPS Monitor

Hello, The plugin is working fine in my environment but I can't succeed in creating a notification for the Status. When I set a condition for the value "ONBATTERY DISCHARGING" in order for Pushover to warn me about a power shutdown, nothing happen. I noticed that when I come back to the ...
by Kyrille
Sunday 14 February 2021 15:48
Forum: Other questions and discussions
Topic: Popp Z-Weather energy
Replies: 1
Views: 297

Re: Popp Z-Weather energy

Thanks a lot for the tip. Would it be possible to have some photos of your solution ?
by Kyrille
Saturday 09 January 2021 19:15
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 401
Views: 144580

Re: Python plugin: Modbus RTU / ASCII / TCP/IP

Thanks a lot for these plugins !

Please note that the current version for the write plugin has a major bug (registers address not taken into account, whatever the mode).

See issue #28 in Gitlab (https://github.com/DomoticX/domoticz-mo ... it-eff45a5).
by Kyrille
Thursday 23 April 2020 12:32
Forum: Z-Wave
Topic: open zwave totally gone after reboot
Replies: 27
Views: 4562

Re: open zwave totally gone after reboot

Did you investigate that area, to make sure your controller is starting on the right/same foot after each reboot ?

https://www.domoticz.com/wiki/PersistentUSBDevices
https://www.domoticz.com/wiki/Assign_fi ... o_USB_port

Hope it helps.
by Kyrille
Wednesday 22 April 2020 19:11
Forum: Z-Wave
Topic: Popp Z-rain
Replies: 15
Views: 2617

Re: Popp Z-rain

After the update to the 2020 version I also receive the error mentioned in the first post: Unhandled value type ZDTYPE_SWITCH_NORMAL (2). Node: 15 (0x0f), CommandClass: SENSOR MULTILEVEL, Label: General Purpose, Instance: 1, Index: 2 (OpenZWave.cpp:3189) However, rainrate and rainfall is updated as ...
by Kyrille
Tuesday 21 April 2020 20:17
Forum: Z-Wave
Topic: OpenZwave error (Unhandled value type) after domoticz update (2020.01)
Replies: 0
Views: 566

OpenZwave error (Unhandled value type) after domoticz update (2020.01)

Hello, I updated my domoticz (Raspberry Pi 3B+/Buster) from previous version to the current one (2020.01) and I now have error message each time there is a communication between my Aeotec Zwave Gen5 (AEOEZW090) and POPP Z-Rain device (https://popp.eu/z-rain/). The error message is the following ...
by Kyrille
Sunday 19 January 2020 20:48
Forum: Temperature and Weather
Topic: Popp Z-Rain
Replies: 8
Views: 3879

Re: Popp Z-Rain

I expected one of the two switches to turn on when it starts to rain and the other to indicate "heavy rain", but after several rain showers, I have not seen either of the switches turn on. Does someone know what these switches indicate? It's "funny", 2.5 years later, I have the exact same question ...