Search found 146 matches
- Saturday 09 April 2022 19:19
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Just a question about running/installing,building when the pi account is not there as standard anymore
- Replies: 2
- Views: 1095
Just a question about running/installing,building when the pi account is not there as standard anymore
Hi, Just read on a dutch techsite (https://tweakers.net/nieuws/195418/raspberry-pi-foundation-haalt-standaardgebruiker-pi-uit-raspberry-pi-os.html) that new setups with raspberry pi and raspbian OS do not have the default user pi anymore. During setup you must create a new user. I guess that this ...
- Saturday 26 March 2022 15:22
- Forum: Show your projects
- Topic: Boot from iSCSI / LUN
- Replies: 39
- Views: 11495
Re: Boot from iSCSI / LUN
Hi, I am trying to setup a new RPI4b but I don't get the iscsi mounted as /dev/sda. It shows only this in dmesg after the login command (first few steps) scsi host0: iSCSI Initiator over TCP/IP normally you would see sda or sdb as new drive/partition , but with bullseye that seems to have changed ...
- Friday 07 January 2022 10:01
- Forum: Python
- Topic: Python plugin: Ubiquiti Unifi Presence
- Replies: 71
- Views: 13583
Python plugin: Ubiquiti Unifi Presence
More is possible. I have 4 devices.
Use name=Mac, name=mac,etc, etc
Mac = macaddress of the device.
Use komma , to add after last one. Not after the last entry. Then no komma ,
Also after adding. Stop and start the plug-in
Also make sure allow new hardware is enabled
Use name=Mac, name=mac,etc, etc
Mac = macaddress of the device.
Use komma , to add after last one. Not after the last entry. Then no komma ,
Also after adding. Stop and start the plug-in
Also make sure allow new hardware is enabled
- Sunday 24 October 2021 18:17
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 58330
Re: zwavejs2mqtt
Think i found the issue.
On the github page it says "pip3 install -r requirements.txt" but after using "sudo pip3 install -r requirements.txt" my issue was gone.
On the github page it says "pip3 install -r requirements.txt" but after using "sudo pip3 install -r requirements.txt" my issue was gone.
- Sunday 24 October 2021 12:56
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 58330
Re: zwavejs2mqtt
Schermafdruk van 2021-10-24 12-52-36.png Hi, Because I started to have more and more issues with my Danfoss thermostats for heating (they remained open becasue z-wave did not send commands to them anymore until a reboot , again and again) I started to play with this zwave project. Looks nice, and I ...
- Saturday 23 October 2021 11:37
- Forum: Python
- Topic: Python plugin: Ubiquiti Unifi Presence
- Replies: 71
- Views: 13583
Re: Python plugin: Ubiquiti Unifi Presence
Hi Wizzard72, I went back to my SG5100 netgate device for a while (needed wireguard tunnel) and now I am back to my UDM Pro. However when I enable to plugin, all my other python plugins stop workin and errors come in the log. Disable the plugin and all the other plugins remain functional. 2021-10-23 ...
- Sunday 17 October 2021 17:08
- Forum: Show your projects
- Topic: Boot from iSCSI / LUN
- Replies: 39
- Views: 11495
Re: Boot from iSCSI / LUN
Hi EddyG,
Even with your settings there is still a problem in the sync.
I see in the "org" other dirs and files even after sync then in the "lun" environment.
Weird , but the sync seems not to do a 1:1 sync with delete.
I have your settings in the PARAM
Even with your settings there is still a problem in the sync.
I see in the "org" other dirs and files even after sync then in the "lun" environment.
Weird , but the sync seems not to do a 1:1 sync with delete.
I have your settings in the PARAM
- Friday 17 September 2021 12:52
- Forum: LUA
- Topic: LUA – Virtual Solar Battery: simulate the presence of a battery for storing harvested solar energy
- Replies: 107
- Views: 20548
Re: LUA – Virtual Solar Battery: simulate the presence of a battery for storing harvested solar energy
Hi Jake,
yes that did the trick!!
Thank you very much!
yes that did the trick!!
Thank you very much!
- Friday 17 September 2021 9:07
- Forum: LUA
- Topic: LUA – Virtual Solar Battery: simulate the presence of a battery for storing harvested solar energy
- Replies: 107
- Views: 20548
Re: LUA – Virtual Solar Battery: simulate the presence of a battery for storing harvested solar energy
Hi , I have been using this script for a while and like the concept very much, Is it worth to spend money for a Solarbattery or not. This script can give a good insight into that. Now I have an issue I cannot seem to fix myself Last friday my smart P! meter died and I got a new one, but now my Log ...
- Tuesday 13 July 2021 15:49
- Forum: Show your projects
- Topic: Boot from iSCSI / LUN
- Replies: 39
- Views: 11495
Re: Boot from iSCSI / LUN
Figured it out. In the sync script (/root/scripts) there is a line: PARAM="-a --update --verbose --delete" when I changed that line into PARAM="-avh --update --verbose --delete" then the files and dirs are deleted on LUN when run from SD. When started from LUN and file is editted for sync to SD then ...
- Tuesday 13 July 2021 14:28
- Forum: Show your projects
- Topic: Boot from iSCSI / LUN
- Replies: 39
- Views: 11495
Re: Boot from iSCSI / LUN
Hi,
I noticed that when I sync from SD to LUN that old dirs and files remain on the LUN.
I remove old domoticz dirs on the SD and then sync to lun but the dirs remain on the lun.
Never did check if this was the case before, just noticed it !!
I noticed that when I sync from SD to LUN that old dirs and files remain on the LUN.
I remove old domoticz dirs on the SD and then sync to lun but the dirs remain on the lun.
Never did check if this was the case before, just noticed it !!
- Monday 24 May 2021 10:59
- Forum: Python
- Topic: Python plugin: Ubiquiti Unifi Presence
- Replies: 71
- Views: 13583
Re: Python plugin: Ubiquiti Unifi Presence
Hi Wizzard, I seem to have an issue since an update of the controller (not 100% sure that it is the cause). I have a beta version running on my UDM Pro (controller version 1.10.11) and domoticz is version 2021.1 (build 13260) Build Hash: 47d5c3ddc That last few days the plugin is unable to connect ...
- Tuesday 19 January 2021 10:37
- Forum: Python
- Topic: Python plugin: Ubiquiti Unifi Presence
- Replies: 71
- Views: 13583
Re: Python plugin: Ubiquiti Unifi Presence
After many tests and code changing
it finally works like a charm on the UDM-Pro
Thank you Wizzard72 for making the plugin and quick fixes!!!

Thank you Wizzard72 for making the plugin and quick fixes!!!
- Tuesday 12 January 2021 20:24
- Forum: Python
- Topic: Python plugin: Ubiquiti Unifi Presence
- Replies: 71
- Views: 13583
Re: Python plugin: Ubiquiti Unifi Presence
Hi there, Great concept of this plugin!! I just upgraded a while back to the UDM-Pro and tried this plugin. I cannot get connected. The username and password are the same I use to connect to the UDP portal/device. Still at statup of the plugin I get 401 and then 404 errors and after a while this one ...
- Saturday 09 January 2021 14:06
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1103
- Views: 199807
Re: Python plugin: Presence detection from wireless router
Hi, If someone want to use this plugin with Unifi Dream Machine Pro (UDM Pro), here is the change for http_unifi.py tracker : connect() : response = self.http_session.post( "{}/api/auth/login".format(self.baseurl), data=json.dumps(login_data), verify=self.verify_ssl, headers={"content-type ...
- Monday 21 December 2020 10:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: New build from source error with CMAKE
- Replies: 3
- Views: 1300
Re: New build from source error with CMAKE
Okay, thanks for informing!
- Monday 21 December 2020 10:33
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: New build from source error with CMAKE
- Replies: 3
- Views: 1300
New build from source error with CMAKE
Hardware: RPI4B Build: Trying to update to lateste version as on 21 dec 2020 Steps to reproduce: rm -Rf dev-domoticz and try new git pull and cmake and make Hi, I tried to update this morning and got all sort of errors about local modified files (did not do that , buut anyway) and decided to remove ...
- Saturday 14 November 2020 14:22
- Forum: Z-Wave
- Topic: Upgrade to 2020.2 with Zwave WITHOUT fatal error.
- Replies: 45
- Views: 7775
Re: Upgrade to 2020.2 with Zwave WITHOUT fatal error.
Hi, I am experiencing the same problem. I thought it was my setup. I build a new rpi4 for domoticz and compile from source. After startup some SVT (heating stuff) is started and then the log shows errors (node xx not found) this is because Z-wave is starting but all the names are italic in the ...
- Sunday 02 February 2020 20:02
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1103
- Views: 199807
Re: Python plugin: Presence detection from wireless router
Hi, Just got it working. Playing a bit with the tracker line and finaly result
Line I use for my unifi cloudkey controller:
192.168.150.2#port=8443&type=unifi-http
that works!!!
Line I use for my unifi cloudkey controller:
192.168.150.2#port=8443&type=unifi-http
that works!!!
- Sunday 02 February 2020 19:55
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1103
- Views: 199807
Re: Python plugin: Presence detection from wireless router
Hi thanks for responding I use plain ip and type unifi-http , but in the forum I saw http_unifi as type before.. Anyhow, I get no error now, but this 192.168.150.2 Timed poll starting like clockwork 2020-02-02 19:53:58.302 (iDetect-Unifi) 192.168.150.2 Returned: {"data":[],"meta":{"rc":"error","msg ...