Search found 15 matches

by cmartens75
Tuesday 04 February 2020 19:05
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 153098

Re: machinon theme

The Menu button is back! Thanks for the quick fix!
by cmartens75
Wednesday 29 January 2020 10:12
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 153098

Re: machinon theme

Hi, I have an issue with the latest version of the Machinon theme (1.15). The button to open the sub menus of Domoticz (switches, temperature, weather, etc.) is not visible anymore. So it is not possible anymore to open the sub menus. Tested on Chrome and Safari. Domoticz has been restarted after ...
by cmartens75
Monday 12 August 2019 21:23
Forum: Z-Wave
Topic: Z-stick gen5 on raspberry not functional on PI-4
Replies: 16
Views: 12879

Re: Z-stick gen5 on raspberry not functional

Hi, I have had the same issue a few days ago when I tried to use the Aeotec stick on a Raspberry 4. There is something strange with this stick. The Raspberry thinks it is a USB3 device, however the device is only USB2 capable. To solve the issue, I have bought the cheapest USB 2.0 hub i could find ...
by cmartens75
Thursday 02 May 2019 21:50
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 153098

Re: machinon theme

Performed an browser cache and app cache removal, unfortunately without success.
by cmartens75
Wednesday 01 May 2019 22:14
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 153098

Re: machinon theme

Hi DewGew, I have installed the beta version of the Machinon theme via: cd domoticz/www/styles git clone https://github.com/EdddieN/machinon-domoticz_theme.git machinon-beta cd machinon-beta git checkout beta After that, I have restarted Domoticz. However, the icons have not been changed. Do you ...
by cmartens75
Tuesday 30 April 2019 22:18
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 153098

Re: machinon theme

Hi, First of all, a big thank you for the creators of this theme! It is really beautiful. I have a question how I can replace the standard doorbell icon by the Machinon bell icon or another icon. Besides that, I would like to know if there is an icon for displaying gas usage available in the ...
by cmartens75
Wednesday 24 April 2019 21:52
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 90675

Re: Buienradar Weather Lookup Plugin

Hi, After updating the Buienradar plugin, the following message is being displayed in the Domoticz log: 2019-04-24 21:48:13.331 Error: (Buienradar) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-buienradar/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib ...
by cmartens75
Saturday 29 December 2018 20:33
Forum: Examples & Solutions
Topic: setRainVar to rainfall in mm of last defined hours [SOLVED]
Replies: 17
Views: 13053

Re: setRainVar to rainfall in mm of last defined hours [SOLVED]

Thanks for your quick reaction and your clear answer.
by cmartens75
Saturday 29 December 2018 12:34
Forum: Examples & Solutions
Topic: setRainVar to rainfall in mm of last defined hours [SOLVED]
Replies: 17
Views: 13053

Re: setRainVar to rainfall in mm of last defined hours [SOLVED]

Hi Waaren, thanks for the script. I have a question. If I want to collect the rain during the last 24 hours, I have to change "local relevantHours" from "12" to "24" in the script. Besides that, I understand that I have to change "local range" from "day" to "year". Can you tell me why it is ...
by cmartens75
Thursday 27 December 2018 22:45
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 90675

Re: Buienradar Weather Lookup Plugin

First of all, thanks for the script. I was wondering if it is possible to move the rain devices from the "Utility" tab to the "Weather" tab in Domoticz as they are weather related. Thanks in advance for your reaction.
by cmartens75
Sunday 28 October 2018 21:44
Forum: Bash / PowerShell / Batch etc.
Topic: Presence detection using UniFi Controller (Ubiquiti Networks)
Replies: 49
Views: 30704

Re: Presence detection using UniFi Controller (Ubiquiti Networks)

Hi all, the script is working fine for multiple months already. However, I would like to have the passwords removed from the script. Is this possible? If yes, how can this be done? Thanks in advance for your reaction and ideas. See my resonse above. Thanks for the updates! Works like a charm!
by cmartens75
Wednesday 05 September 2018 21:47
Forum: Bash / PowerShell / Batch etc.
Topic: Presence detection using UniFi Controller (Ubiquiti Networks)
Replies: 49
Views: 30704

Re: Presence detection using UniFi Controller (Ubiquiti Networks)

Hi all, the script is working fine for multiple months already. However, I would like to have the passwords removed from the script. Is this possible? If yes, how can this be done? Thanks in advance for your reaction and ideas.
by cmartens75
Wednesday 25 April 2018 22:39
Forum: Python
Topic: Python Plugin: Wan IP Checker
Replies: 175
Views: 36555

Re: Python Plugin: Wan IP Checker

Solved! I have used the script below. Besides that I created a virtual device (WAN IP) in Domoticz for storing the IP address: Settings – Hardware – Naam: WAN IP – Type: Dummy – Toevoegen. Finally I created a virtual sensor with WAN IP as name and Sensor Type: Text. return { on = { timer = { 'every 4 ...
by cmartens75
Monday 23 April 2018 19:58
Forum: Python
Topic: Python Plugin: Wan IP Checker
Replies: 175
Views: 36555

Re: Python Plugin: Wan IP Checker

I have installed the latest version of the plugin via GitHub and followed the installation instructions. After the installation I have changed the URL in the plugin.py file from "https://4.ifcfg.me/ip" to "http://whatismyip.akamai.com/". Besides that, I have changed the port 8080 to 14080 as ...
by cmartens75
Monday 23 April 2018 10:48
Forum: Python
Topic: Python Plugin: Wan IP Checker
Replies: 175
Views: 36555

Re: Python Plugin: Wan IP Checker

Hi,

I have installed the script. Is it necessary to create a virtual device in Domoticz under Hardware? Which steps are required for this? Besides that, how can you test the script? Thanks in advance for the answers.