Search found 12 matches

by scottydj2
Thursday 23 November 2023 2:26
Forum: Python
Topic: Solax Inverter plugin - Help needed
Replies: 0
Views: 6688

Solax Inverter plugin - Help needed

Hi, I have a Solax X1 inverter with the V3 pocket wifi adapter. The adapter is connected to my guest wifi network, and successfully sends data out to China for the mobile app (Solax Cloud) :shock: As this is the V3 adapter, I can talk to it locally and request the local data, using curl: curl -d ...
by scottydj2
Friday 06 October 2017 9:37
Forum: dzVents
Topic: dzVents 2.3.0 released in v3.8551
Replies: 37
Views: 6689

Re: dzVents 2.3.0 released in v3.8551

Excellent work guys!

Thanks.

Scott
by scottydj2
Wednesday 09 August 2017 16:59
Forum: LUA
Topic: LUA and dim Hue light bulbs
Replies: 5
Views: 2261

Re: LUA and dim Hue light bulbs

Hi Rob, Glad it's working for you. In the hue api, brighness levels go between 0 and 255, but 0 and 1 are the same (lowest setting) and 255 and 254 are considered the same (highest setting) and due to rounding conversions, I *think* anything below 7 get translated into a 0, and becomes an off. The ...
by scottydj2
Wednesday 09 August 2017 0:52
Forum: LUA
Topic: LUA and dim Hue light bulbs
Replies: 5
Views: 2261

Re: LUA and dim Hue light bulbs

Hi Rob, Sooooo.... my script is a lot messier than I remember it.... I've taken the section below to show how I check the time and switch dim percentage based on time. local normal_percentage = 67 local dim_percentage = 9 local min_dim_hour = 1 local max_dim_hour = 6 -- Device IDs below local light ...
by scottydj2
Tuesday 08 August 2017 18:27
Forum: LUA
Topic: LUA and dim Hue light bulbs
Replies: 5
Views: 2261

Re: LUA and dim Hue light bulbs

Hi,
I use dzVents scripting to directly control my hue lights and just change dim level depending on the time rather than using scenes. I'll upload my script later when I'm home if no-one else chimes in.
Cheers
Scott
by scottydj2
Tuesday 13 June 2017 21:39
Forum: dzVents
Topic: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
Replies: 103
Views: 17143

Re: dzVents 2.0 just got integrated into Domoticz (beta v3.7968)

where can i find this in Domoticz? And some examples? or just the wiki?? Currently you'll have to build yourself from the branch: https://github.com/domoticz/domoticz/tree/dzVents-integration as we're still ironing out some integration issues :) You'll find more examples in the dzvents/examples ...
by scottydj2
Tuesday 13 June 2017 18:42
Forum: dzVents
Topic: dzVents 2.0 just got integrated into Domoticz (beta v3.8023)
Replies: 103
Views: 17143

Re: dzVents 2.0 just got integrated into Domoticz (beta v3.7968)

I think the merge has/is being reverted :(

If anyone is building from source, we would welcome testing on the dzVents-integration branch on gihub.

Thanks

Scott.
by scottydj2
Tuesday 02 May 2017 9:59
Forum: Others
Topic: Low cost window/door sensor
Replies: 280
Views: 112608

Re: Low cost window/door sensor

psst... https://nl.aliexpress.com/item/5pcs-lot-High-quality-D026-Wireless-Door-Gap-Window-Sensor-Detector-For-Security-System/32657554563.html I also also ordered these. They worked out of the box with RFLink R46 firmware for me: Unit 0 off for close Unit 1 on for open Unit 2 on for tamper alarm ...
by scottydj2
Friday 21 April 2017 23:45
Forum: Switches and Scenes
Topic: Switch type for Hue dimmer swich
Replies: 0
Views: 1011

Switch type for Hue dimmer swich

Hi, I'm doing some integration work with the 4 button Hue dimmer switch and was wondering if there is a suitable switch type/sub-type it should be represented as in the code? Currently I have it as general type switch, which allows me store and examine it's configuration (as it's really for the ...
by scottydj2
Saturday 15 April 2017 13:51
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20046

Re: Philips HUE Motion Sensor

Question: default is '0', what interval is used then?
If 0, the existing default 10s is used.

Cheers

Scott
by scottydj2
Friday 14 April 2017 18:40
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20046

Re: Philips HUE Motion Sensor

Hi,

I've added a change in the latest beta to allow the poll interval to be configured from the hardware devices screen.

Cheers

Scott
by scottydj2
Friday 03 March 2017 14:00
Forum: dzVents
Topic: Integrating dzVents
Replies: 1
Views: 875

Integrating dzVents

Hi, I'm a newbie to Domoticz, just playing with it on a Windows platform with my new Philips Hue lights and sensors. I'd like to use the dzVents framework with this, but note it seems 'untested' on the Windows platform :) I discovered that the scripts use debug.getinfo which does not return the ...