Search found 20 matches
- Thursday 17 June 2021 9:12
- Forum: Show your projects
- Topic: automatic indoor plant watering
- Replies: 2
- Views: 1388
Re: automatic indoor plant watering
Hello By looking at your Gardena link, I realise I just yesterday bought a Aldi version of the same set ! https://www.aldi.nl/aanbiedingen/vanaf-woensdag-16-06/bewateringssysteem-2003637-1-0.article.html Have you made progress, could share some screen shots (blockly), scripts ? I have a small green ...
- Tuesday 08 October 2019 17:51
- Forum: LUA
- Topic: Find out device's IP address, starting from DeviceName
- Replies: 5
- Views: 2155
Re: Find out device's IP address, starting from DeviceName
Set a static IP for the plugs MAC address at the DHCP level on your router. Every-time the Plug connects to the network it will always get the same IP address. Alternatively if the plug is communicating with the MQTT broker you could lookup the IP from the MQTT brokers ARP table based on the MAC ...
- Tuesday 08 October 2019 15:13
- Forum: LUA
- Topic: Find out device's IP address, starting from DeviceName
- Replies: 5
- Views: 2155
Find out device's IP address, starting from DeviceName
Setup as example A smart plug with Tasmota, fixed IP-address and Idx from Domoticz: plug is also created as a switch in Domoticz so has a device name and Idx mqtt plugin is enabled (mosquitto). I can pilot the plug from domoticz, or by pushing the button on the plug itself As it's wifi, things can ...
- Friday 04 October 2019 18:15
- Forum: Bash / PowerShell / Batch etc.
- Topic: os.execute: syntax for mqtt command in sh script ?
- Replies: 1
- Views: 751
Re: os.execute: syntax for mqtt command in sh script ?
Seems to work just fine now with just this in the sh file..
Code: Select all
#!/bin/sh
/usr/bin/mosquitto_pub -h 127.0.0.1 -u xxx -P xxx -t cmnd/LEDLightStrip/Power -m on
- Friday 04 October 2019 17:52
- Forum: Bash / PowerShell / Batch etc.
- Topic: os.execute: syntax for mqtt command in sh script ?
- Replies: 1
- Views: 751
os.execute: syntax for mqtt command in sh script ?
I have a LED strip with Tasmota, all integrated in domoticz. Trying to see if I could make a sh script that would run my own sequence of lights (I'd call the script from a switch with & ) In lua, in domoticz Events, I can issue os.execute('mosquitto_pub -h 127.0.0.1 -u xxx -P xxx -t cmnd ...
- Friday 11 January 2019 14:40
- Forum: Python
- Topic: Troubleshooting Shelly2 + Domoticz
- Replies: 0
- Views: 568
Troubleshooting Shelly2 + Domoticz
Hello I create this subject here, but possibly needs to be relocated. I've got a Shelly2 behind wall-switches, 2 relays to each drive a light. There are certain combinations of actions that lead to the Shelly2 apparently being unresponsive for a while or even rebooting I would be hard-pressed to ...
- Monday 07 January 2019 18:01
- Forum: 433 & 868 transceiver
- Topic: Contact temperature sensor ?
- Replies: 4
- Views: 2436
Re: Contact temperature sensor ?
Thanks, I will read up on material you provided me with ! wifi or 433mhz are both good for me I am just not great with electronics and was hoping I had overlooked a simple battery enabled sensor :) In fact I'd rather not be dependent on power network because I want to move around the sensors to ...
- Sunday 06 January 2019 10:59
- Forum: 433 & 868 transceiver
- Topic: Contact temperature sensor ?
- Replies: 4
- Views: 2436
Contact temperature sensor ?
Hello Has anybody found something for this : a temperature sensor to place/attach/clamp onto the surface of a pipe/radiator etc to report temperature to Domoticz -> I'd measure surface temperature of pipes in/out of my heating system, of radiators etc Like the Digoo R8H but with a kind of external ...
- Thursday 27 December 2018 16:28
- Forum: LUA
- Topic: Failing at parsing some data from json reply (shelly 2)
- Replies: 3
- Views: 1401
Re: Failing at parsing some data from json reply (shelly 2)
this is great, thanks both !! I had tested SwitchHallStatus=output.relays.[0].ison.. which of course did not work and if I even had reached the right format for the code, I would have probably gone with SwitchHallStatus=output.relays[0].ison by looking at the json data structure I could see :oops ...
- Thursday 27 December 2018 15:53
- Forum: LUA
- Topic: Failing at parsing some data from json reply (shelly 2)
- Replies: 3
- Views: 1401
Failing at parsing some data from json reply (shelly 2)
Pi with Domoticz V4.10301 Good afternoon I have a Shelly 2 in my house (https://shelly.cloud/ very nice, can also be flashed with Tasmota, but not compulsory as mqtt can be enabled) Found out I can query some data using http://192.168.178.79/status where 192... is the IP address of this switch with ...
- Monday 17 December 2018 14:31
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 118666
Re: Python Plugin: Shelly MQTT
I think I owe you an apology ! Not sure what happened, but it seems like I had set Port back to 1883 for this plugin - and it worked just fine for last couple days on my test-setup ! I now changed the port to 1884 (on shelly and in domoticz) and got (Shelly_MQTT) Failed to connect to: 192.168.178.3 ...
- Friday 14 December 2018 17:38
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 118666
Re: Python Plugin: Shelly MQTT
Hello I want to thank you so very very much for this plugin! :) I received my shelly2 yesterday, today I made a mock-up installation to test I found your plugin, and it now all works, all the way to Domoticz's ! Good to know: This line below was incorrect, mqtt server 1883 can be used, no problem ...
- Thursday 30 August 2018 9:22
- Forum: Cameras
- Topic: Lost password of camera
- Replies: 5
- Views: 3456
Re: Lost password of camera
Using firefox or internet explorer, or edge open the above page press F12 in the section that opens at bottom, select the top left icon "box+ arrow" move your cursor until you selected the password box now look in section at bottom ! where it stays: type = "password" then replace "password" by "text ...
- Friday 23 February 2018 13:19
- Forum: PHP and all others
- Topic: RF button
- Replies: 2
- Views: 1992
Re: RF button
Hello I assume it did not work when you authorized new devices then pushed the button, i.e. no new device created ? To me it sounds like Domoticz/RFink sees the command, but you created yourself a device- which is then stand-alone. I believe what you need is Domoticz/RFlink to create a new device ...
- Thursday 08 February 2018 14:08
- Forum: Other questions and discussions
- Topic: How to ? update stable to specific beta release ?
- Replies: 2
- Views: 1798
Re: How to ? update stable to specific beta release ?
Answering to myself.. think I want the one before so the "Commits on Dec 17, 2017 "
with full sha d642f4ca42ee020dc476d6677ad5e03548226d82
Is this correct ? anyone with experience in what I'd like to attempt ?
with full sha d642f4ca42ee020dc476d6677ad5e03548226d82
Is this correct ? anyone with experience in what I'd like to attempt ?
- Thursday 08 February 2018 14:03
- Forum: Other questions and discussions
- Topic: How to ? update stable to specific beta release ?
- Replies: 2
- Views: 1798
How to ? update stable to specific beta release ?
Hello Is it possible to update from stable to a specific build beta release ? Where can I find the hash of a specific build beta release ? I was always on beta and unfortunately have had many problems since a release with timers changes in December (sunset/sunrise variations) Been updating since ...
- Friday 02 February 2018 15:51
- Forum: Bash / PowerShell / Batch etc.
- Topic: pruning script does not run (from domoticz wiki)
- Replies: 8
- Views: 3200
Re: pruning script does not run (from domoticz wiki)
Ah... there I was, hoping someone could tell me what was wrong !
Nope, I gave up on the pruning script
The size of the files created is so small that I could not justify spending more time than I already had on trouble-shooting this
Nope, I gave up on the pruning script
The size of the files created is so small that I could not justify spending more time than I already had on trouble-shooting this
- Wednesday 06 September 2017 13:40
- Forum: Bash / PowerShell / Batch etc.
- Topic: Script to turn and after delay off some lights
- Replies: 3
- Views: 2565
Re: Script to turn and after delay off some lights
Hello
Did you manage to build this script ?
I have a few sensors on their way from china, some cameras here and there, and like your idea
Did you manage to build this script ?
I have a few sensors on their way from china, some cameras here and there, and like your idea
- Wednesday 06 September 2017 13:22
- Forum: Bash / PowerShell / Batch etc.
- Topic: pruning script does not run (from domoticz wiki)
- Replies: 8
- Views: 3200
Re: pruning script does not run (from domoticz wiki)
My bad, did not know about that possibility, you 're right, hard to read the picture above shows where there might (?) be trouble And here's the code, copied from my file but it really is code straight from domoticz's wiki below I just XXXX'd my own data do#!/bin/bash # LOCAL/FTP/SCP/MAIL PARAMETERS ...
- Tuesday 05 September 2017 16:54
- Forum: Bash / PowerShell / Batch etc.
- Topic: pruning script does not run (from domoticz wiki)
- Replies: 8
- Views: 3200
pruning script does not run (from domoticz wiki)
Hello I need some help troubleshooting a script A while back (months ago) I used instructions from domoticz' wiki to setup nightly backup from my Pi to my Qnap The script is from this page: https://www.domoticz.com/wiki/Daily_backup_to_external_hdd under section Script to backup to a Synology NAS ...