Search found 51 matches

by MacJL
Friday 27 January 2023 7:39
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 6317

Re: Python Plugin: Homekit Insecure Client

Hello,

To avoid that kind of problems, when the manufacturer is « eDomoticz », the device is excluded. So you should not have problems with that.
by MacJL
Wednesday 11 January 2023 18:18
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 216
Views: 107522

Re: Oficial Docker Container

Hi, I want to mount Config/manufacturer_specific (dot) xml so i can edit the file. I try the following but the Config folder in the container and outside the container is empty. volumes: - ./config/userdata:/opt/domoticz/userdata - ./config/Config:/opt/domoticz/Config Can someone help me? Hello ...
by MacJL
Thursday 04 August 2022 16:38
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 216
Views: 107522

Re: Oficial Docker Container

And its posible to Restart the container with a comand inside the container? Not outside, i need inside :-( Just kill the main process launched by the container. Depending its restart policy, it will restart just after that. UPDATE : With docker, to set a restart poilcy that always restart the ...
by MacJL
Tuesday 28 December 2021 11:06
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 6317

Re: Python Plugin: Homekit Insecure Client

After a few days with the plugin working without problems, I have noticed that Domoticz was constantly restarting on my raspberry. The truth is that it was difficult for me to find the error, but after investigating the LOG I have seen this: Error: Homekit NAS: (Homekit NAS) Failed to connect (111 ...
by MacJL
Wednesday 10 November 2021 23:27
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 216
Views: 107522

Re: Oficial Docker Container

Hello,

Just launch the container with « docker-compose up » to see the logs.
Without « -d », the container will not go to background, and you’ll see the logs.
by MacJL
Wednesday 27 October 2021 16:06
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 6317

Re: Python Plugin: Homekit Insecure Client

Understood what your problem is. You are not using the Homebridge HomeKit port, but the Homebridge console port.
To find the Homebridge port, see in the config what port is configured in the bridge section. For me, it’s the 51506, but could be some other random port.
by MacJL
Wednesday 27 October 2021 11:04
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1716
Views: 431638

Re: homebridge-edomoticz Plugin

I Installed this plugin. And it connects to a plug on Homebridge, but then it disconnects again, showing errors in the log: Hello Pupz I've published a new realease with more logs, when in debug mode. Can you update and select 'Plugin Debug' in the debug conf. Then send the new logs. And can we ...
by MacJL
Wednesday 27 October 2021 10:57
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 6317

Re: Python Plugin: Homekit Insecure Client

Hello,

I have not enough data to understand what happened.

I have published a new release of plugin with more debug logs. Could you update and post the new logs?

Regards
by MacJL
Monday 02 August 2021 14:48
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 6317

Re: Python Plugin: Homekit Insecure Client

Hello,

I'm not sure the problem is about the python version. It can also be a response from the Homekit Device that's not correct.
Could you provide more logs with the debug button activated?

Regards,
by MacJL
Wednesday 30 June 2021 0:31
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1716
Views: 431638

Re: homebridge-edomoticz Plugin

I think that should be done by the domoticz itself, rather than a plugin that "pulls" information from it. Homebridge should be included in the Hardware tab, either native or via a python plugin. Yes, that would be marvellous, a plugin for Homekit or Homebridge, so you can add all kind of Homekit ...
by MacJL
Tuesday 27 April 2021 12:05
Forum: Python
Topic: Python Plugin: Homekit Insecure Client
Replies: 19
Views: 6317

Python Plugin: Homekit Insecure Client

Hello, For those who are interseted, I've created a python plugin to control some Homekit Devices from Domoticz. It works with Homekit Device that allow 'Insecure Mode'. For example : Homebridge and HAA. If you want to test it, it's here : https://github.com/macjl/Domoticz-HomekitInsecureClient I ...
by MacJL
Saturday 24 April 2021 17:32
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 99823

Re: Python Plugin: TUYA

For those who are interested, I just found a workaround... ...by developing my own plugin! As this Tuya device was supported by an Homebridge plugin, I developed a Domoticz plugin to get infos and control Homebridge in Insecure mode. https://github.com/macjl/Domoticz-HomekitInsecureClient Now I’m a ...
by MacJL
Thursday 22 April 2021 22:50
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 99823

Re: Python Plugin: TUYA

Sorry the device is not supported by api of Tuya. Result devices': [], The only thing what you can do is https://github.com/Xenomes/Domoticz-TUYA-Plugin#my-device-is-not-listed-in-tuya-api-response-or-contains-incomplete-state-what-should-i-do Thank you for your help. What’s frustrating, is that I c ...
by MacJL
Thursday 22 April 2021 22:28
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 99823

Re: Python Plugin: TUYA

Here is the result : Getting credentials Got credentials { 'access_token': 'EUxxxxx', 'expires_in': 864000, 'refresh_token': 'EUxxx', 'token_type': 'bearer'} Getting devices Got devices { 'header': {'code': 'SUCCESS', 'payloadVersion': 1}, 'payload': {'devices': [], 'scenes': []}} !!! NOW REMOVE ...
by MacJL
Thursday 22 April 2021 22:02
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 99823

Re: Python Plugin: TUYA

Xenomes wrote: Thursday 22 April 2021 21:22 Thanks for the include log, I saw the problem and create a fix. Please check version 1.0.8
Thank you. No more errors anymore!

But I don’t see my Tuya device in Domoticz. Device count stay at 0. I have a eMylo EAI-90 that I can control with Tuya App.
How can I check what is happening?
by MacJL
Thursday 22 April 2021 12:27
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 99823

Re: Python Plugin: TUYA

Hello, I have un problem while running this plug-in : 2021-04-22 12:23:52.523 Tuya: (Tuya) TUYA plugin started 2021-04-22 12:23:52.523 Tuya: (Tuya) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE 2021-04-22 12:23:52.523 Tuya: (Tuya) 'HardwareID':'15' 2021-04-22 12:23 ...
by MacJL
Wednesday 12 December 2018 21:37
Forum: Suggestions
Topic: Silent Notifications in Telegram
Replies: 2
Views: 660

Silent Notifications in Telegram

Hello, I wanted to have silent notifications with the Telegram service. It's possible with Telegram API to send messages that does not produce sound or screen notifications when they are received, by adding the 'disable_notification' parameter. In order to do that, I've patched the notifications ...
by MacJL
Saturday 06 May 2017 23:31
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1716
Views: 431638

Re: homebridge-edomoticz Plugin

Hi, Is there support for IP Cameras? I understand that HAP-Nodejs has support for this but how about homebridge and eDomoticz? If you want to have your camera in Homekit, you can use this homebridge plugin : https://github.com/KhaosT/homebridge-camera-ffmpeg I'm using it in parallel of homebridge ...
by MacJL
Thursday 22 December 2016 11:46
Forum: Rfxcom Transceiver
Topic: RFXtrx shared over LAN interface - Firmware upgrade not possible?
Replies: 4
Views: 3146

Re: RFXtrx shared over LAN interface - Firmware upgrade not possible?

I'm not using Windows. I found another solution for the update, by temporary connecting the RFXCOM directly to domoticz with USB. But I'm sure the fact I can't update the RFXCOM when it's shared via LAN interface is a bug, that should be addressed.