Search found 12 matches

by lshield
Monday 13 March 2023 23:31
Forum: dzVents
Topic: RGBWW bulb issue
Replies: 14
Views: 683

Re: RGBWW bulb issue

Actually, I might have just fixed it. I removed my "192.168..." IP under trusted networks and just left the 127. Now it's working fine. Maybe there was a comma in between the two addresses instead of a semicolon.
by lshield
Monday 13 March 2023 23:26
Forum: dzVents
Topic: RGBWW bulb issue
Replies: 14
Views: 683

Re: RGBWW bulb issue

The port number is my http port so it's the external port. If I take the error url and put it in a browser on the rpi it works with the device listed updating. { "status" : "OK", "title" : "SetColBrightnessValue" } Also, when I first started I had to put the user:password in for the 127 address to ...
by lshield
Monday 13 March 2023 20:20
Forum: dzVents
Topic: RGBWW bulb issue
Replies: 14
Views: 683

Re: RGBWW bulb issue

Then it should also work from Dzvents. RIght, it should. But it still doesn't. Here is the minimal dzvents thing I made to test it: return { active = true, on = { devices = { 708, } }, execute = function(domoticz, device) local light = domoticz.devices(723) light.setColor(255,134,110,32) end } Here ...
by lshield
Monday 13 March 2023 16:30
Forum: dzVents
Topic: RGBWW bulb issue
Replies: 14
Views: 683

Re: RGBWW bulb issue

I also was able to log in to my raspberrypi and test all of this. I'm able to use the 127.0.0.1 address on the pi in a browser. It works fine to use the following: /json.htm?type=command&param=setcolbrightnessvalue&idx=723&brightness=45&color={"m":3,"t":0,"cw":0,"r":255,"g":100,"b":150}
by lshield
Monday 13 March 2023 16:12
Forum: dzVents
Topic: RGBWW bulb issue
Replies: 14
Views: 683

Re: RGBWW bulb issue

I currently have port forwarding set up so that I can access this outside my network. I can do the url manually in a browser but only if I use my external IP address even though I'm on the same network. It works fine doing it through the browser. I have all the trusted network things and the ...
by lshield
Monday 13 March 2023 13:56
Forum: dzVents
Topic: RGBWW bulb issue
Replies: 14
Views: 683

Re: RGBWW bulb issue

Are you using a Zigbee light? I don't use them so I don't have any of the Zigbee plugin installed. The bulb is a Yeelight bulb which mostly worked just with what is built in to the system.
by lshield
Monday 13 March 2023 5:15
Forum: dzVents
Topic: RGBWW bulb issue
Replies: 14
Views: 683

RGBWW bulb issue

I bought a Yeelight RGBWW lamp. It works in Domoticz when using the slider and color picker of the GUI. I was hoping to make a wakeup lamp that can change the RGB values as it progresses through the brightness. I already have that working with other regular dimmer switches so that's not the issue. I ...
by lshield
Monday 30 April 2018 15:07
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 175959

Re: Controlicz - Easy Domoticz to Alexa Integration

Madgeni wrote: Monday 30 April 2018 12:11 Hi - can you try again? I was making some backend changes, which may have affected service for period of time
Looks like it all works again. Thanks!
by lshield
Monday 30 April 2018 5:26
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 175959

Re: Controlicz - Easy Domoticz to Alexa Integration

Hi all - the new Controlicz site is now live. The main addition is that it will now show your devices on your profile, importantly, it will tell you how Google/Alexa will see them. More features to come - feedback welcome (and yes I know the Test is still not giving feedback!) Hey Madgeni ...
by lshield
Tuesday 27 February 2018 22:34
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 175959

Re: Controlicz - Easy Domoticz to Alexa Integration

Madgeni wrote: Tuesday 27 February 2018 21:44 did you get an email from Controlicz? If you've forgotten your password, you can reset it
I didn't. I tried the signup again and it went through so I'm not sure what I did wrong before.
by lshield
Tuesday 27 February 2018 20:13
Forum: Speech & Voice Systems
Topic: Controlicz - Easy Domoticz to Alexa Integration
Replies: 1035
Views: 175959

Re: Controlicz - Easy Domoticz to Alexa Integration

Hi Madgeni,

I think I made an account on the website but I can't log in or anything.
by lshield
Monday 01 May 2017 6:56
Forum: LUA
Topic: Noob temperature script
Replies: 0
Views: 734

Noob temperature script

I'm using a mysensors temperature sensor and for whatever reason, it seems that the temperature value comes in wrong and I'm getting lots of notifications. I was hoping to write a script that would only notify me at the temp has been above a certain temp for a specified time. I can't figure out how ...