Search found 43 matches
- Friday 02 February 2018 15:44
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 244981
Re: Pilot: Home Automation Control (iOS app)
You can add Rooms to Pilot if that is what you meen. Start Pilot, select tab Data, choose edit and then + Now you can create a Room and select the devices that belong to that room. Hi, Yes, that's what I mean ;) But when I am in the Data tab and press Edit, no + button is displayed. See the ...
- Friday 02 February 2018 15:21
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 244981
Re: Pilot: Home Automation Control (iOS app)
Hi, Is there support for room plans or have this been removed? At one of the pictures in the first post there are some rooms so I tried to add some rooms in Domotics under Setup - More options - Plans - Roomplan. Am I doing something wrong or is it no longer supported or is it a paid feature? You ...
- Friday 02 February 2018 7:11
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 244981
Re: Pilot: Home Automation Control (iOS app)
Hi,
Is there support for room plans or have this been removed?
At one of the pictures in the first post there are some rooms so I tried to add some rooms in Domotics under Setup - More options - Plans - Roomplan.
Am I doing something wrong or is it no longer supported or is it a paid feature?
Is there support for room plans or have this been removed?
At one of the pictures in the first post there are some rooms so I tried to add some rooms in Domotics under Setup - More options - Plans - Roomplan.
Am I doing something wrong or is it no longer supported or is it a paid feature?
- Thursday 25 January 2018 15:42
- Forum: dzVents
- Topic: dzVents 2.4.0 merged into Beta v3.8837+
- Replies: 42
- Views: 8884
Re: dzVents 2.4.0 merged into Beta v3.5876+
Hi again, In the Time.lua file I changed this section: self.week = tonumber(os.date('%V', dDate)) to this: self.week = tonumber(os.date('%W', dDate)) Now I don't get any errors but is it OK to use it or will it break something else? Mm, interesting.. turns out that %V to get the weeknumber doesn't ...
- Wednesday 24 January 2018 21:40
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 244981
Re: Pilot: Home Automation Control (iOS app)
Hi,
What's the release notes for this beta?
What's the release notes for this beta?
- Wednesday 24 January 2018 21:14
- Forum: dzVents
- Topic: dzVents 2.4.0 merged into Beta v3.8837+
- Replies: 42
- Views: 8884
Re: dzVents 2.4.0 merged into Beta v3.5876+
Hi again,
In the Time.lua file I changed this section:
to this:
Now I don't get any errors but is it OK to use it or will it break something else?
In the Time.lua file I changed this section:
Code: Select all
self.week = tonumber(os.date('%V', dDate))
Code: Select all
self.week = tonumber(os.date('%W', dDate))
- Wednesday 24 January 2018 20:54
- Forum: dzVents
- Topic: dzVents 2.4.0 merged into Beta v3.8837+
- Replies: 42
- Views: 8884
Re: dzVents 2.4.0 merged into Beta v3.5876+
Hi, Did an upgrade of Domoticz to the newest beta and now the log is filled with this error: 2018-01-24 20:49:52.839 Error: EventSystem: in C:\Program Files (x86)\Domoticz\dzVents\runtime\dzVents.lua: ...\Domoticz\scripts\dzVents\../../dzVents/runtime/Time.lua:185: bad argument #1 to 'date' (invalid ...
- Friday 19 January 2018 10:06
- Forum: dzVents
- Topic: triggerInfo.trigger for device change?
- Replies: 6
- Views: 1314
Re: triggerInfo.trigger for device change?
Hi,
I will try with your recommendations this weekend.
Thanks!
I will try with your recommendations this weekend.
Thanks!
- Thursday 18 January 2018 7:50
- Forum: dzVents
- Topic: triggerInfo.trigger for device change?
- Replies: 6
- Views: 1314
Re: triggerInfo.trigger for device change?
Use device.name Hi, I have tried with device.name in combination with infoTrigger.info and it's woking, thanks! Then I tried to add more devices and I added a wild-card device but this won't work when using device.name, see the example script below what I mean... is this supposed to work or am I ...
- Wednesday 17 January 2018 13:19
- Forum: dzVents
- Topic: triggerInfo.trigger for device change?
- Replies: 6
- Views: 1314
triggerInfo.trigger for device change?
Hi, According to the dzVents wiki, triggerInfo.trigger only works for timer rules and for security state. Is it possible to use this when devices changes also? Check the example script below, is this possible? return { active = true, on = { security = { domoticz.SECURITY_ARMEDAWAY, domoticz.SECURITY ...
- Tuesday 16 January 2018 16:54
- Forum: dzVents
- Topic: .forMin() no longer working
- Replies: 7
- Views: 1072
- Tuesday 09 January 2018 8:07
- Forum: dzVents
- Topic: Convert Lua to dzvents
- Replies: 2
- Views: 1230
Re: Convert Lua to dzvents
Thank you so much, I will try this later today! 

- Monday 08 January 2018 20:25
- Forum: dzVents
- Topic: Convert Lua to dzvents
- Replies: 2
- Views: 1230
Convert Lua to dzvents
Hi, I have for some days trying to convert my Lua script to a dzVents script which I use to control my light at home based on time and lux. Have been trying with all possible combination but I can't figure out how to solve it. Is there someone who know how to re-write this Lua code into dzvents code ...
- Thursday 04 January 2018 9:14
- Forum: dzVents
- Topic: Email Camera Snapshot [Solved]
- Replies: 20
- Views: 6703
Re: Email Camera Snapshot [Solved]
Hi, I'm using this command within dzvents: domoticz.openURL('http://x.x.x.x/json.htm?type=command¶m=emailcamerasnapshot&camidx=1&subject=Test') I am receiving an e-mail but the image seems to be base64 decoded beacuse all I see is some random tect and not the image. Do you have any idea how to ...
- Saturday 09 September 2017 8:13
- Forum: iOS
- Topic: Domoticz App
- Replies: 505
- Views: 130941
Re: Domoticz App
Hi, Can I come up with a suggestion? See the attached image... Here I have reduced the dead white space between the thermostats and this should be for all the groups (switches, temperature). I have also re-arranged the thermostat controls to the bottom, this way the name and last seen won't get ...
- Wednesday 16 August 2017 12:02
- Forum: LUA
- Topic: Group thermostats
- Replies: 3
- Views: 1179
Re: Group thermostats
Hi,
Is it possible for you to share the code for dzvents and image of the Blockly code?
Thanks!
Is it possible for you to share the code for dzvents and image of the Blockly code?
Thanks!
- Tuesday 15 August 2017 18:53
- Forum: LUA
- Topic: Group thermostats
- Replies: 3
- Views: 1179
Group thermostats
Hi, Version: 3.8153 Platform: Windows Server 2012 R2 Hardware: Z-Stick gen 5 In my home I have 9 Danfoss LC-13 thermostats and 3 of them are in the same room. I need your help to figure out how to group these 3 thermostat so that I only controll one (or a dummy) and the other 2 updates to the same ...
- Tuesday 08 August 2017 10:45
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1717
- Views: 452529
Re: homebridge-edomoticz Plugin
I'm using this plugin with success:Boest wrote:Is it possible to add an ip camera to the homebridge? And how do I get to work?
Thnx!!
https://github.com/KhaosT/homebridge-camera-ffmpeg
- Thursday 03 August 2017 7:26
- Forum: Other questions and discussions
- Topic: Iphone Presence Detection with Fingbox
- Replies: 14
- Views: 5895
Re: Iphone Presence Detection with Fing
Hi anasazi, tried that too but failed. One question; Do you create automations in homekit per device? What i mean is you create your own automation in your phone and your lets say your wife is creating her automation in her phone? Tried to do that but mixed up all automations since they carry all ...
- Wednesday 02 August 2017 22:25
- Forum: Other questions and discussions
- Topic: Iphone Presence Detection with Fingbox
- Replies: 14
- Views: 5895
Re: Iphone Presence Detection with Fing
Hi,
If you use family sharing on iOS then you can use the Home app on the other iPhones/iPad and setup rules based on their location.
I'm using it and it works great
If you use family sharing on iOS then you can use the Home app on the other iPhones/iPad and setup rules based on their location.
I'm using it and it works great
