Search found 16 matches

by Platte73
Thursday 10 November 2022 21:01
Forum: Zigbee
Topic: zigbee2mqttt blinds problem
Replies: 6
Views: 1178

Re: zigbee2mqttt blinds problem

Fixed the problem

Solution is to adapt next source-file of plugin:

zigbee2mqtt\devices\switch\blind_percentage_switch.py

Change 'cmd == 'ON' into 'cmd == 'CLOSE'
Change 'cmd == 'OFF' into 'cmd == 'OPEN'
by Platte73
Thursday 10 November 2022 19:54
Forum: Zigbee
Topic: zigbee2mqttt blinds problem
Replies: 6
Views: 1178

Re: zigbee2mqttt blinds problem

Here the same. After update to 2022.2 blinds not working anymore

Error: Zigbee: Blind switch: unable to handle command "Open"
or Error: Zigbee: Blind switch: unable to handle command "Close".
by Platte73
Monday 27 June 2022 20:24
Forum: Zigbee
Topic: MQTT Auto Discover Client Gateway with Lan interface
Replies: 0
Views: 573

MQTT Auto Discover Client Gateway with Lan interface

Hello All, I read a lot about the MQTT Auto Discover Client Gateway with Lan interface. But still have some questons maybe you can answer I now have zigbee2mqtt installed together with the domoticz plugin and this is working as aspected. but my questions are - What is the benefit if I going to use ...
by Platte73
Thursday 23 June 2022 9:16
Forum: Zigbee
Topic: Zigbee2mqtt web based front end
Replies: 7
Views: 2735

Re: Zigbee2mqtt web based front end

It is working now.
I had the docker container in bridge mode instead of Host. Changed it and now it's working

Thanks for all the support
by Platte73
Wednesday 22 June 2022 17:02
Forum: Zigbee
Topic: Zigbee2mqtt web based front end
Replies: 7
Views: 2735

Re: Zigbee2mqtt web based front end

waltervl wrote: Wednesday 22 June 2022 14:07 See https://www.zigbee2mqtt.io/guide/config ... ntend.html
but port 8080 could conflict with your domoticz User interface that defaults on the same port 8080
My domocticz port :8084
Front end I used :8085

But doesn't matter which port I choose it is alwasy saying can't reach page
by Platte73
Wednesday 22 June 2022 13:48
Forum: Zigbee
Topic: Zigbee2mqtt web based front end
Replies: 7
Views: 2735

Re: Zigbee2mqtt web based front end

This is what I now have in my Domoticz under the custom tab

image0.png
image0.png (356.53 KiB) Viewed 2682 times

But I thought there was also a Zigbee2mqtt front end like this
Webfront.jpg
Webfront.jpg (39.47 KiB) Viewed 2682 times


I also tried this but nothing happen
frontend:
port: 8080
host: 192.168.1.*
auth_token: Password
by Platte73
Tuesday 21 June 2022 20:48
Forum: Zigbee
Topic: Zigbee2mqtt web based front end
Replies: 7
Views: 2735

Zigbee2mqtt web based front end

Maybe a stupid question. But does the zigbee2mqtt plugin also has a web based front end. Plugin is working fine. but you can choose to put in the configuration.yaml file "frontend: true" But when I try to access on port 8080 I get message site not available. I use the same adress as my domoticz but ...
by Platte73
Wednesday 15 September 2021 20:21
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

Gravityz wrote: Monday 13 September 2021 22:28 maybe

it says port 443 is already in use

try to stop the conbtainer, change port 443 to 8443 and start it again.

i do not think this has something to do with the write error but it might solve this error
This solves everything for me. Settings can now be saved :D

Thank you so much
by Platte73
Monday 13 September 2021 20:48
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

I have all the same dir's as you have. But in my domoticz log I also have an error. Can this be the problem for the saving settings
Domoticz_log.PNG
Domoticz_log.PNG (10.57 KiB) Viewed 1975 times
by Platte73
Monday 13 September 2021 19:56
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

Here a screenshot of my scripts folder.

I also created the backups folder. Can you tell me how and where to activate the automatic backup

Winscp1.PNG
Winscp1.PNG (32.35 KiB) Viewed 1980 times
by Platte73
Saturday 11 September 2021 21:27
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

Here the screenshots of my synology settings and the winscp
Synplogy.PNG
Synplogy.PNG (36.94 KiB) Viewed 2007 times
Winscp.PNG
Winscp.PNG (17.67 KiB) Viewed 2007 times
by Platte73
Wednesday 08 September 2021 21:13
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

this was explained in the first post - Tab 'Volume' -> 'add folder' and select (or create and select) 'docker/domoticz', then 'connect path' -> /opt/domoticz/userdata what you are doing here is map internal directory of the docker container(/opt/domoticz/userdata) to an external Read/write ...
by Platte73
Sunday 15 August 2021 20:08
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

That looks like you try to save into your running container?
Do you made a /config mountpoint or something pointing to a local location?
Can you tell me how to create such a point?
by Platte73
Thursday 05 August 2021 22:42
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

I managed to install domoticz via the docker container. Only thing not working is that I can't save settings. If I go to settings and adjust some things and press save it will come back with problem saving settings and then changes are not saved. Does anybody knows how to solve this? Still didn't ...
by Platte73
Friday 25 June 2021 10:56
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

I managed to install domoticz via the docker container. Only thing not working is that I can't save settings. If I go to settings and adjust some things and press save it will come back with problem saving settings and then changes are not saved. Does anybody knows how to solve this? Still didn't ...
by Platte73
Friday 18 June 2021 22:47
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Replies: 121
Views: 29465

Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)

I managed to install domoticz via the docker container. Only thing not working is that I can't save settings. If I go to settings and adjust some things and press save it will come back with problem saving settings and then changes are not saved.

Does anybody knows how to solve this?