Search found 77 matches

by K3rryBlue
Wednesday 30 September 2020 13:19
Forum: Other questions and discussions
Topic: custom icons
Replies: 42
Views: 9600

Re: custom icons

It seems that ICON upload is not supported via Linux or MAC. Had the same issue uploading from my MAC. Uploading the same on a WIN10 PC didn't give any errors.
by K3rryBlue
Thursday 23 May 2019 23:31
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 245027

Re: Pilot: Home Automation Control (iOS app)

Same here after the update to version 3.0.0, the app crashes when starting up. iPhone6s IOS 12.3. Get a fast glimp of the home screen and then crashes. Removed and reinstalled the application, rebooted iPhone and logged out/in appstore, no succes. It seems related with the connection to Domoticz ...
by K3rryBlue
Thursday 23 May 2019 18:01
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 245027

Re: Pilot: Home Automation Control (iOS app)

Same here after the update to version 3.0.0, the app crashes when starting up. iPhone6s IOS 12.3. Get a fast glimp of the home screen and then crashes. Removed and reinstalled the application, rebooted iPhone and logged out/in appstore, no succes. It seems related with the connection to Domoticz ...
by K3rryBlue
Tuesday 27 February 2018 18:54
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 245027

Re: Pilot: Home Automation Control (iOS app)

Thanks fot the suggestion, switch is not protected. Even cretaed a new switch and reassigned it in Pilot.
Issues is still there.
Image
by K3rryBlue
Monday 26 February 2018 9:21
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 245027

Re: Pilot: Home Automation Control (iOS app)

Played again with the app and installation......... Seems i got the worng user account setup in the app :oops: After changing it to the correct the connection was made again. Still i have some minor issues. - Unable to see my custom variables via the pilot app, when i open them pilot crashes ...
by K3rryBlue
Thursday 22 February 2018 23:45
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 245027

Re: Pilot: Home Automation Control (iOS app)

Hi running the premium version V2.3.0 on a iPhone 6s. After upgrading IOS to V11.2.6 I am no longer able to connect to my Domoticz via its remote address and 4G. Using the remote address via wifi still works. (local server settings are disabled) I can also access Domoticz via an external ip. Any ...
by K3rryBlue
Friday 14 July 2017 20:53
Forum: Z-Wave
Topic: Z-Wave and security
Replies: 9
Views: 2475

Re: Z-Wave and security

Hi npostma,

All 00xxxx3xx and 00xxxx2xx belong together. If you won't believe it then it becomes difficult to provide help.
by K3rryBlue
Thursday 13 July 2017 18:59
Forum: Others
Topic: Dimmer controlable with wallswitch
Replies: 3
Views: 1594

Re: Dimmer controlable with wallswitch

you can do a dummy thing to bypass this behaviour. For every ON command you send via Domoticz. Every setting done via Domoticz -> first sent OFF then followed by ON. Repeat that sequence at least twice. That will also solve the issue when a switch is manual set to ON. As domoticz still thinks it's ...
by K3rryBlue
Wednesday 12 July 2017 20:41
Forum: Others
Topic: Dimmer controlable with wallswitch
Replies: 3
Views: 1594

Re: Dimmer controlable with wallswitch

KAKU dimmers can be dimmed with the ON/OFF switch. When OFF, press ON/OFF/ON and the dim sequence starts. When desired setting is reached, press OFF. When turned on it will go to the dimmed setting. A big downer with those dimmers, they work on 433MHz. Communication fails on regular base. When the ...
by K3rryBlue
Wednesday 12 July 2017 19:25
Forum: LUA
Topic: What is wrong with my parantheses?
Replies: 3
Views: 985

Re: What is wrong with my parantheses?

Please use corrected code below. There are 2 errors with parantheses. Use notepad++, it will help you detecting the error. commandArray = {} if ((devicechanged['Bevegelse Neo'] == 'On') or (devicechanged['Bevegelse'] == 'Motion')) and ( (otherdevices['Natta'] == 'On') and (otherdevices['Group:Lys ...
by K3rryBlue
Wednesday 12 July 2017 19:16
Forum: Z-Wave
Topic: Z-Wave and security
Replies: 9
Views: 2475

Re: Z-WLooks like you have paired multiple times and left rubbish behind.ave and security

It looks like this device is not fully or unsuccessful included. Since there are 2 identical sensors, one has moisture and the other doesn't The alarm types are part of this senor, like burglar, motion, alarm type, sensor, lux..... in your screenshot those are 0000002 and 0000003 I expect that the ...
by K3rryBlue
Tuesday 11 July 2017 19:42
Forum: Z-Wave
Topic: Z-Wave and security
Replies: 9
Views: 2475

Re: Z-Wave and security

Hi Nick,

Go to the devicelist and sort on id. Most likely you'll see something like this.
A sequence in id and idx. Those are from the same sensor/unit/switch/.....
Image

Units can have up to 8+ parameters
by K3rryBlue
Monday 10 July 2017 18:24
Forum: Blockly
Topic: Toggle Function or Siren Off for Minutes in Blocky
Replies: 5
Views: 1497

Re: Toggle Function or Siren Off for Minutes in Blocky

you're welcome.

If you find maintaining these custom vars troublesome, you can also replace them with virtual switches. They give you a direct view on their value and easier to program with blockly. you might even use these switches to perform additional actions.
by K3rryBlue
Saturday 08 July 2017 16:52
Forum: dzVents
Topic: Logging for a single script that runs every minute
Replies: 8
Views: 3254

Re: Logging for a single script that runs every minute

Add something like this to your LUA. Change the hour value to the hour you want to execute.
Please use search as this is available in many topics.

Code: Select all

time = os.date("*t")
if time.hour==13 and time.min<=01 then
//place your code
end
by K3rryBlue
Saturday 08 July 2017 16:40
Forum: Blockly
Topic: Toggle Function or Siren Off for Minutes in Blocky
Replies: 5
Views: 1497

Re: Toggle Function or Siren Off for Minutes in Blocky

you can use a custom var. Didn't test it. In this case after triggering the custom var is set to 1 for a certain amount of time, which causes the IF to fail. You need to define the lenght in seconds. Prob the time that the PIR keeps pushing signals. IF PIR = On and custom var = 0 DO Alarm = ON Set ...
by K3rryBlue
Wednesday 05 July 2017 22:49
Forum: Other questions and discussions
Topic: looking for device that checks whether door is locked
Replies: 2
Views: 846

Re: looking for device that checks whether door is locked

lots of options:
  • microswitch
  • reed contact (need to fix a small magnet to the deadbolt)
  • hall element
  • deadbolt sensor
  • Insteon 2845-222 Hidden Door Sensor
by K3rryBlue
Wednesday 05 July 2017 19:48
Forum: Python
Topic: Problem Python
Replies: 2
Views: 1307

Re: Problem Python

Maybe this will help: viewtopic.php?t=14784
by K3rryBlue
Wednesday 05 July 2017 19:16
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 59669

Re: Sharing : Afval kalendar in text sensor

Added a small piece to the code, so Domoticz will sent a notification to my phone, the evening when the garbage needs to be taken outside. time = os.date("*t") -- Only want to be notified on the evenning the garbage can needs to be put outside. if time.hour==18 and time.min<=1 then print('Afval ...
by K3rryBlue
Wednesday 05 July 2017 16:28
Forum: Other questions and discussions
Topic: WHY is my account removed???
Replies: 14
Views: 2488

Re: WHY is my account removed???

Unfortunately, extracting the change log is not an accurate science, but the best estimate guess we can do without admin rights.
Hiding the PHPBB version will be a best kept secret of every PHPBB admin :D