Search found 15 matches
- Tuesday 13 July 2021 20:28
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Docker: zigbee2mqtt plugin - not working after Z2M upgrade
- Replies: 7
- Views: 1571
Re: Docker: zigbee2mqtt plugin - not working after Z2M upgrade
I have raised an Issue on github https://github.com/stas-demydiuk/domoti ... issues/671
- Tuesday 13 July 2021 18:48
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Docker: zigbee2mqtt plugin - not working after Z2M upgrade
- Replies: 7
- Views: 1571
Re: Docker: zigbee2mqtt plugin - not working after Z2M upgrade
Zigbee2mqtt config - make sure that permit_join: true is set in your configuration.yaml. It is Domoticz - settings : allow new hardware devices to join (for 5 minutes! ) It is - I clicked the Allow button - custom -zigee2mqtt allow new zigbee devices to join[/quote] I don't have that option ...
- Tuesday 13 July 2021 13:11
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Docker: zigbee2mqtt plugin - not working after Z2M upgrade
- Replies: 7
- Views: 1571
Re: Docker: zigbee2mqtt plugin - not working after Z2M upgrade
Hi Hans. Thank you for helping. I tried your suggestion but the problem remains. When I ran you suggestion I got: root@e8e0c1e0f2ae:/# cd /src/domoticz/plugins/zigbee2mqtt root@e8e0c1e0f2ae:/src/domoticz/plugins/zigbee2mqtt# git reset --hard b708fc4 HEAD is now at b708fc4 fix renaming of devices ...
- Monday 12 July 2021 23:37
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Docker: zigbee2mqtt plugin - not working after Z2M upgrade
- Replies: 7
- Views: 1571
Docker: zigbee2mqtt plugin - not working after Z2M upgrade
I have search for similar posting and the net but not found anything, so help would be much appreciated. I decided to upgrade my Docker zigbee2mqtt container as I had a new device that was not recognised despite the zigbee2mqtt website saying it was supported. I also for good measure ;) updated the ...
- Wednesday 24 June 2020 18:20
- Forum: Zigbee
- Topic: Zigbee2mqtt network map
- Replies: 24
- Views: 3594
Re: Zigbee2mqtt network map
Hi. Thanks for making this plugin available. I'm running on Rasp Pi 4 under Buster and Docker. I installed the plugin using the Portainer CLI and it seemed to go OK and I was able to configure my Zigbee devices in Hardware & Devices and they work :) This was on 2020-06-10 Being a Docker image it is ...
- Sunday 21 June 2020 22:36
- Forum: Blockly
- Topic: If Do without Else If Do does not work
- Replies: 2
- Views: 485
If Do without Else If Do does not work
Just some heads up that using an If Do with the blue config icon but not setting the Else If Do fails to work. This situation may arise where a user selected the If Do with Else If Do and then changed their mind and decided the Else condition is no longer needed; or where there was an If Do with and ...
- Wednesday 25 March 2020 22:13
- Forum: LUA
- Topic: Lua script not sensing state change
- Replies: 2
- Views: 592
Re: Lua script not sensing state change
Thanks again waaren :) For my shutdown script it didn't matter that the loop impacted the event system, but your good advice is something to remember for more normal scripts. I will look at dzVents but I'm moving to handling shutdown outside Domoticz using python. Over recent days I have written ...
- Wednesday 25 March 2020 16:11
- Forum: LUA
- Topic: Lua script not sensing state change
- Replies: 2
- Views: 592
Lua script not sensing state change
Hi. First Lua script as functionality too complex for Blockly. I'm running this on a Rasp Pi 4 under Buster and within a Docker container. Domoticz V4.10364 (c)2012-2019 GizMoCuz and Build Hash: 1cacdddf, Date: 2019-01-25 10:01:48. GPIO pins defined using sys/gpio exports. The script is activated by ...
- Tuesday 24 March 2020 21:43
- Forum: Blockly
- Topic: Blockly 1=0 always true and other problems
- Replies: 1
- Views: 300
Blockly 1=0 always true and other problems
Hi I've spent most of the day experimenting with a Blockly script without success. It would be nice to get another opinion. This is the script: Blockly Script 1.jpg The Else if 0=1 is for "parking" unused bits of script as I' was getting fed up with deleting and recreating bits of script. The ...
- Saturday 14 March 2020 1:07
- Forum: Other questions and discussions
- Topic: SMS script to use UK delivery provider theSMSworks
- Replies: 0
- Views: 135
SMS script to use UK delivery provider theSMSworks
The Domoticz sms function uses a US SMS delivery provider, so I have written a script to use a UK provider, theSMSworks. Initial use in testing gave a fast response and support was helpful. Rates look reasonable. Worth a try I think. I wrote it to be called from Blockly but maybe it can be used ...
- Saturday 14 March 2020 0:57
- Forum: Other questions and discussions
- Topic: Temporary email/mqtt/sms/telegram scripts for Docker container joshuacox/mkdomoticz
- Replies: 1
- Views: 385
Re: Temporary email/mqtt/sms/telegram scripts for Docker container joshuacox/mkdomoticz
1st, I have found that the telegram function is not working when run from the Docker Containers so I've written a script for that. 2nd, the Domoticz sms function used a US SMS delivery provider, so I have written a script to use a UK provider, theSMSworks. Initial use in testing gave a fast response ...
- Saturday 07 March 2020 21:47
- Forum: Other questions and discussions
- Topic: Temporary email/mqtt/sms/telegram scripts for Docker container joshuacox/mkdomoticz
- Replies: 1
- Views: 385
Temporary email/mqtt/sms/telegram scripts for Docker container joshuacox/mkdomoticz
I installed the Docker container joshuacox / mkdomoticz and found that I could not send emails. This is a problem experienced by others and the author is working on a solution. As a temporary measure I have written a bash & python scripts to send emails from Blockly but I guess it can be used ...
- Tuesday 03 March 2020 20:36
- Forum: Others
- Topic: Writing Python Plugins for hardware
- Replies: 8
- Views: 2298
Re: Writing Python Plugins for hardware
I remember when I was studying at a programmer at one of the universities in Toronto, I also encountered a similar problem. But I had such problems rarely, most often I had problems with writing essays and similar works. Writing these works takes a lot of time and for this, I prefer to buy online ...
- Wednesday 26 February 2020 19:13
- Forum: Switches and Scenes
- Topic: Invert On/off switch
- Replies: 8
- Views: 5190
Re: Invert On/off switch
Similar situation. I have a Aux Power Supply that is linked to a GPIO on Rasp Pi. So the alarm state is when it goes Low. If I select an Alarm icon in Domoticz it is on red when normal and off when there is a power failure. Seems I either need a dummy switch or reconstruct (bodge!) my electronics ...
- Monday 24 February 2020 22:17
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: SOLVED Docker and access to gpio pins on Rasp Pi using linuxserver image
- Replies: 0
- Views: 2208
SOLVED Docker and access to gpio pins on Rasp Pi using linuxserver image
SOLVED SOLVED SOLVED SOLVED SOLVED ------------------------------------------------------------------------ The problem was the linuxserver/domoticz:arm32v7-latest image. I downloaded another image joshuacox/mkdomoticz, cleared out the mapped config directory, edited the compose file to use ...