Search found 15 matches

by mcjackdus
Friday 07 April 2023 7:53
Forum: Utility
Topic: enphase envoy with (HTTP) interface
Replies: 156
Views: 145178

Re: enphase envoy with (HTTP) interface

waltervl wrote: Thursday 06 April 2023 23:50 Clear your browser cache! The user/password values should be there!
Perfect..its working now..thank you
by mcjackdus
Thursday 06 April 2023 14:15
Forum: Utility
Topic: enphase envoy with (HTTP) interface
Replies: 156
Views: 145178

Re: enphase envoy with (HTTP) interface

Hi,

I am trying to connect my Envoy but in the logfile it sas that i have to supply username/password.
I do not get this option in the hardware settings menu.
12.png
12.png (119.01 KiB) Viewed 24947 times
14.png
14.png (387.13 KiB) Viewed 24947 times
I have the latest version of domoticz installed.
13.png
13.png (81.19 KiB) Viewed 24947 times
what am i doing wrong?
by mcjackdus
Friday 27 August 2021 16:19
Forum: Z-Wave
Topic: Fibaro RGBW Controller 2: Missing devices
Replies: 19
Views: 2127

Re: Fibaro RGBW Controller 2: Missing devices

I had put together the following DzVents, which needs a virtual RGBWWZ device, which can be used to set color. It will however not set the color to that virtual device when the value of the dimmer changes. I didn't fully test it. It should be a good start to use either way. return { on = { devices ...
by mcjackdus
Wednesday 23 December 2020 15:39
Forum: LUA
Topic: LUA script - prevent shutter from closing while window is open
Replies: 6
Views: 2422

Re: LUA script - prevent shutter from closing while window is open

Hi, I am trying to implement your script but without succes. Can you explain how this user variable works? This is what the log shows. 2020-12-23 15:32:58.116 Status: User: Admin initiated a switch command (59/Rolluik Woonkamer Achter/Off) 2020-12-23 15:32:58.119 Status: LUA: <font color="blue ...
by mcjackdus
Wednesday 23 December 2020 14:57
Forum: Switches and Scenes
Topic: Protection of roller shutter
Replies: 11
Views: 1868

Re: Protection of roller shutter

return { on = { devices = { 'Rolluik Woonkamer Achter' } --Replace Switch by the name of your switch that controls the roller shutter in Domotics }, execute = function(domoticz, device) if (device.state == 'On') then if (domoticz.devices('Raam Sensor') == 'Closed') then -- Replace Doorcontact by ...
by mcjackdus
Saturday 21 November 2020 14:58
Forum: Switches and Scenes
Topic: Protection of roller shutter
Replies: 11
Views: 1868

Re: Protection of roller shutter

Hi,

I used this script but without any luck.
It looks like it blocked the operation of the shutter all the time with no difference if the window sensor is on open or on closed.
Can you please help me out on this?
by mcjackdus
Saturday 21 November 2020 14:06
Forum: Examples & Solutions
Topic: Generic roller shutter script for multiple shutters
Replies: 3
Views: 1887

Re: Generic roller shutter script for multiple shutters

Hi, Im looking for a way i can let my window sensor prevent controlling the shutter. So when the window sensor is open, closing the shutter is not possible. I looked for different solutions on the web but i can't seem to make it work. Looking at your topic you also have this implemented in your ...
by mcjackdus
Friday 26 October 2018 14:05
Forum: LUA
Topic: Lua for Noob's :)
Replies: 2
Views: 511

Re: Lua for Noob's :)

[/quote]
You can paste the script in the events option under settings->options->events.
Select on your right an lua give it an name an select the tim option. Save the lua and your done
[/quote]

Thanks,
Done and working.
That was easier than i expected...just need to know it :)
by mcjackdus
Thursday 25 October 2018 14:18
Forum: LUA
Topic: Lua for Noob's :)
Replies: 2
Views: 511

Lua for Noob's :)

Can someone please help me out on how I create and store a lua script? With the Toon wiki I managed to get the Toon plugin running but I need to use the Lua script for it to auto refresh the states. I understand that I have to copy the script but where do I copy it in to, using what program? And how ...
by mcjackdus
Tuesday 23 October 2018 20:57
Forum: Switches and Scenes
Topic: Switching on/off fan with event
Replies: 7
Views: 879

Re: Switching on/off fan with event

I'm not familiar with Zwave, but if you switch the "Badkamer" to On/Off, you see the actual change in domoticz? The light is switched with a dimmer so it changes from off to set level xx%. Thats problably why off is working. I trede switching on above a certain set level now but this is also not ...
by mcjackdus
Tuesday 23 October 2018 15:00
Forum: Other questions and discussions
Topic: Toon
Replies: 0
Views: 185

Toon

Hi All, Recently installed domoticz on my sinology nas. Also installed the plug in for the toon thermostat. Now i notice that its not updating values when I change the settings on the toon itself. I read in the wiki you have to do it with a script. Can someone explain me in noob language :) how to ...
by mcjackdus
Tuesday 23 October 2018 10:38
Forum: Switches and Scenes
Topic: Switching on/off fan with event
Replies: 7
Views: 879

Re: Switching on/off fan with event

SweetPants wrote: Tuesday 23 October 2018 8:37 In "Full Editor" mode you can add an attachment to the post and insert it.
Thanks...Pictures added above
by mcjackdus
Tuesday 23 October 2018 9:04
Forum: Switches and Scenes
Topic: Switching on/off fan with event
Replies: 7
Views: 879

Re: Switching on/off fan with event

Ah yes...thank you.
Domoticz 2.jpg
Domoticz 2.jpg (76.99 KiB) Viewed 797 times
Domoticz 1.jpg
Domoticz 1.jpg (88.35 KiB) Viewed 797 times
by mcjackdus
Tuesday 23 October 2018 7:46
Forum: Switches and Scenes
Topic: Switching on/off fan with event
Replies: 7
Views: 879

Re: Switching on/off fan with event

SweetPants wrote: Monday 22 October 2018 11:08 Please post the event(script), hard to tell now what is going on
I don't know how to insert a picture here
by mcjackdus
Monday 22 October 2018 10:47
Forum: Switches and Scenes
Topic: Switching on/off fan with event
Replies: 7
Views: 879

Switching on/off fan with event

Hello All, I am running domoticz on a synology nas and added some fibaro z-wave devices with a z-wave usb. So far everything is running fine, but I created an event that my bathroom fan is switching on/off when the light of the bathroom is switching on/off Now when I switch the light with the ...