Search found 17 matches

by sylar
Thursday 07 February 2019 20:31
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 81998

Re: Python Plugin: Zigbee2Mqtt

Hi there. zigbee2mqtt "just" introduced group support in its last version (see https://koenkk.github.io/zigbee2mqtt/information/groups.html ). I guess this is not yet supported by the plugin? Is this something which could be easily added? The plugin could then create one new device per group, or ...
by sylar
Thursday 31 January 2019 16:27
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 86000

Re: Zigbee2MQTT

Did you have to re-pair all devices, or was it sufficient to restore the configuration.yaml (more generally, the data/ folder) to have everything back to normal?
by sylar
Thursday 31 January 2019 15:54
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 86000

Re: Zigbee2MQTT

Had a lot of trouble when updating too. I found that a simple reboot could help sometimes, without having any idea why...
by sylar
Thursday 31 January 2019 13:08
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 86000

Re: Zigbee2MQTT

Hi there. zigbee2mqtt just introduced group support in its last version (see https://github.com/Koenkk/zigbee2mqtt/blob/dev/docs/information/groups.md ). I guess this is not yet supported by the plugin? Is this something which could be easily added? The plugin could then create one new device per ...
by sylar
Thursday 10 January 2019 14:33
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 96899

Re: Python Plugin: Python Plugin Manager

Hi there, Like many others, I have multiple lines of "Error: Python Plugin Manager hardware (10) thread seems to have ended unexpectedly" in my logs (PP manager idx is 10). For instance, for today from 00:00:00 to 05:00:00 (and it continues like that in the next hours): 2019-01-10 00:07:07.638 Error ...
by sylar
Saturday 27 October 2018 10:01
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 96899

Re: Python Plugin: Python Plugin Manager

Hi !! is it normal that I have this message in the logs sometimes: "Error: Python Plugin Manager hardware (26) thread seems to have ended unexpectedly" Thank you for the help !! Andrea I can see the very same error message very often in the logs: 2018-10-27 09:56:02.271 Error: Python Plugin Manager ...
by sylar
Tuesday 29 May 2018 10:59
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 349814

Re: domoticz in synology as package! Available now.

OK, thank you very much for your messages. I'll try this once DSM6.2 will be considered stable enough (but this version seems already well-tested after a 6 months beta test).
by sylar
Tuesday 29 May 2018 10:50
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 349814

Re: domoticz in synology as package! Available now.

Reinstall=remove the "old" stable package and install the beta afterwards?
by sylar
Tuesday 29 May 2018 10:46
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 349814

Re: domoticz in synology as package! Available now.

I have a DS415+. Thank you!
by sylar
Tuesday 29 May 2018 10:41
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 349814

Re: domoticz in synology as package! Available now.

Thanks for your answer. So basically, I will have to: 0/ backup my Domoticz setup 1/ update DSM 6.1 to DSM 6.2, 2/ test if Domoticz stable version for DSM 6.1 is still working (the only USB device I'm using is a Aeotec Z-Stick Gen5 dongle) 3/ if not, update it to Domoticz beta version for DSM 6.2 OK ...
by sylar
Tuesday 29 May 2018 9:57
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 349814

Re: domoticz in synology as package! Available now.

Hi there! Synology has just released the final version of DSM 6.2. I'm using jadahl stable package with DSM 6.1 for now. How to proceed with this major DSM update? Will I have to upgrade to a beta version of Domoticz after updating DSM? Of course, I do not want to loose all my setting, scripts ...
by sylar
Monday 04 September 2017 21:33
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 204796

Re: [MyDomoAtHome] Support thread

Hello there. I'm a new user of MyDomoAtHome. For now, almost everything is working well, except some devices are missing: some temperature/humidity sensors, switches, do not appear in Imperihome, while being visible on http://NAS_IP:3002/devices. I'm using the docker image on a Synology NAS.
Thanks!
by sylar
Wednesday 26 April 2017 10:32
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1715
Views: 415198

Re: homebridge-edomoticz Plugin

I could of course use some trick to transform this standard switch into a push switch. But I was thinking that push switches were natively supported by eDomoticz, and would appear as such in Home app.
by sylar
Tuesday 25 April 2017 21:31
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1715
Views: 415198

Re: homebridge-edomoticz Plugin

Hello, I'm playing with eDomotiz, trying to find out what I will be able to do with it. Seems very impressive! I do have some questions: - first, regarding switches. For instance, I have set up a virtual "Push On Button" and added it to my Homekit room (SwitchTypeVal: 9 in Domoticz). It does appear ...
by sylar
Sunday 16 April 2017 9:23
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65469

Re: Reacticz dashboard: no install, no hassle

It's different here because Reacticz is just a static web page: it is your web browser that talks directly to the MQTT broker, not the server that serves the Reacticz files. That's why you need to enable websockets in the MQTT configuration and why your web browser needs to be able to access your ...
by sylar
Saturday 15 April 2017 21:18
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65469

Re: Reacticz dashboard: no install, no hassle

Hi Ptitneo, I understand that Reactiz needs access to my MQTT broker, but both are installed locally and can communicate on my local network. For instance, imagine I'm using a webserver from the outside, which requires a MySQL server to operate. I do not have to make the MySQL server visible from ...
by sylar
Saturday 15 April 2017 14:26
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65469

Re: Reacticz dashboard: no install, no hassle

Hi there, I have some issues with reacticz regarding my installation. I'm using a Synology NAS (IP address 192.168.1.2), with the following setup: - Domoticz is running on a docker container, exposing port 8080 (http). I can access domoticz from outside my home network thanks to the DSM integrated ...