Search found 34 matches

by borgkitty
Wednesday 21 June 2017 18:11
Forum: Third party and supplementary tools
Topic: 3d printer octoprint domoticz monitoring
Replies: 40
Views: 16977

Re: 3d printer octoprint domoticz monitoring

lol sorry guys, not on this forum much and i do so many different projects i frequently forget about other projects i had. I would like this but havent even started it. probably wont happen till i prioritize my projects plus you need octoprint and i had it running on my 3d printer which i stopped ...
by borgkitty
Thursday 08 December 2016 19:51
Forum: Suggestions
Topic: User variable write to log
Replies: 4
Views: 1830

Re: User variable write to log

You can set a uservariable "debug" and depending on it's value print all uservariables to the log???? Do you mean in blocky? I see the debug. i shall use this as well. These are all great work arounds and I appreciate the suggestions because I have not thought about that. I will be using these ...
by borgkitty
Thursday 08 December 2016 19:43
Forum: Suggestions
Topic: API request - Group Toggle
Replies: 4
Views: 1545

Re: API request - Group Toggle

+1 for this. I am trying to create a button (physical) that will turn on and off a group and I cant do it. If my lights are on in the group i can issue the command toggle and it turns them off but if i issue it again it doesn't do anything
by borgkitty
Thursday 08 December 2016 13:14
Forum: Suggestions
Topic: User variable write to log
Replies: 4
Views: 1830

Re: User variable write to log

That's great didn't know this. I will try this out however why cant this just be integrated as a function? I would suspect it wouldn't be that hard to implement. Is there anything stopping this from being implemented? As in a conflict with something else? Reason i push for this, is it helps in ...
by borgkitty
Thursday 08 December 2016 12:29
Forum: Suggestions
Topic: User variable write to log
Replies: 4
Views: 1830

User variable write to log

Very simple change that i think would help me in troubleshooting is when a user variable changes it writes its change to the log. Current functionality when it changes nothing is written to the log Requested functionality when user variable changes write the name of the user variable and the value ...
by borgkitty
Thursday 24 November 2016 14:37
Forum: PHP and all others
Topic: script for kodi shutdown and start
Replies: 1
Views: 1990

Re: script for kodi shutdown and start

did you make the script excutable by issuing the "chmod +X *scriptname*" command?
by borgkitty
Thursday 24 November 2016 14:33
Forum: PHP and all others
Topic: Timer Between 2 Times
Replies: 2
Views: 1361

Re: Timer Between 2 Times

instead of using a script you can use the timer function on the switches
by borgkitty
Monday 21 November 2016 16:06
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: SSL Setup Errors
Replies: 4
Views: 1531

Re: SSL Setup Errors

emme is right you have to do what's called port mapping(fowarding) which is taking external port https::externalip:8080 to https::internalpcip:443 most aftermarket routers support this. some routers supplied by the company does not have this funtionality or another option is you change the ssl port ...
by borgkitty
Monday 21 November 2016 15:15
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: SSL Setup Errors
Replies: 4
Views: 1531

Re: SSL Setup Errors

May I suggest instead of trying to use the web version on SSL you try a VPN? The reason I suggest this is for a few reasons 1) you don't have to mess with SSL on domoticz like you're experiencing 2) opening domoticz to the web is dangerous 3) setting up a VPN is VERY easy if you have a pi and it ...
by borgkitty
Thursday 17 November 2016 23:33
Forum: ESP8266
Topic: PIR sensor + eps8266
Replies: 20
Views: 24001

Re: PIR sensor + eps8266

so i changed it to 5 v no difference. I changed it to 12 v no difference. I completely disconnected the esp entirely and measured pin voltage manually no difference. I have tried shielding it with tin foil grounded as suggested in some other posts no difference. Any other suggestions? id still like ...
by borgkitty
Thursday 17 November 2016 23:28
Forum: Others
Topic: H801 Milight pluggin
Replies: 13
Views: 4387

Re: H801 Milight pluggin

annnnnnnnnnd it works huzzah however I have a noticed a bug (maybe) in the code. when I set it to 3% the log on the easy esp actual shows the command to set it to off. Also I changed the calc number from 33 to 34 because the pwm range goes from 0-1023. 34 brings it to almost 100% 1020 Finally I ...
by borgkitty
Wednesday 16 November 2016 23:41
Forum: Others
Topic: H801 Milight pluggin
Replies: 13
Views: 4387

Re: H801 Milight pluggin

I am a partial idiot. I had the wrong IP. However still no joy. I can see domoticz log execute but no log shows up on easy esp. even when I manually change it with a command like http://192.168.0.227/control?cmd=gpio,4,1 or http://192.168.0.227/control?cmd=gpio,14,1. It does nothing, which is ...
by borgkitty
Wednesday 16 November 2016 20:53
Forum: Others
Topic: H801 Milight pluggin
Replies: 13
Views: 4387

Re: H801 Milight pluggin

Mine seems fine, only gripe is on initial power on it flashes the LEDs briefly before settling down. I think that's a hardware issue but would be good to understand why! hey thanks for the link and i am finally having time to sit down and try to get it to work but I can't as there is very vague ...
by borgkitty
Wednesday 16 November 2016 17:28
Forum: Others
Topic: Doorbird doorbell
Replies: 8
Views: 5432

Re: Doorbird doorbell

(I haven't read the api yet this is just me guessig)are you able to put anything into this? Syntax: http:// <device-ip>/bha-api/notification.cgi?<parameter>=<value> what I mean is can you put anything into the parameter? because if you can it would be relative easy to do this you would set up a ...
by borgkitty
Wednesday 16 November 2016 16:40
Forum: MySensors
Topic: Doorbell switch for light control
Replies: 1
Views: 902

Re: Doorbell switch for light control

you could just count when it goes low /high however you set it up example if it goes high when you press the button you would most likely need to add debouncing to your buttons as well there are examples online to do this on adafruit website if button is depressed(equal high) and lights = on set ...
by borgkitty
Wednesday 16 November 2016 14:27
Forum: ESP8266
Topic: PIR sensor + eps8266
Replies: 20
Views: 24001

Re: PIR sensor + eps8266

by borgkitty
Wednesday 16 November 2016 13:27
Forum: ESP8266
Topic: PIR sensor + eps8266
Replies: 20
Views: 24001

Re: PIR sensor + eps8266

If you want to make more DIY nodes you could look into MySensors (wireless arduino nodes), i have 5 nodes with RGB LED strips, 3 PIR, 2 "clappers" and 2 nodes with LCD/OLED display running stable as a rock. I can certainly look into this however looking at the website from mysensors they use the ...
by borgkitty
Wednesday 16 November 2016 13:24
Forum: ESP8266
Topic: PIR sensor + eps8266
Replies: 20
Views: 24001

Re: PIR sensor + eps8266

@Derik Yes I use easy esp I am currently using 3.55 volts for the sensor as it said it could accept a range of 3-5v. I don’t want to go higher as I made a custom circuit board that powers all accessories and the esp itself from the same psu. even though I am pretty sure I have an esp on 5v and it w ...
by borgkitty
Tuesday 15 November 2016 21:29
Forum: ESP8266
Topic: PIR sensor + eps8266
Replies: 20
Views: 24001

PIR sensor + eps8266

I am having a hell of a time trying to calibrate these pir sensors the cheap ones trying from ali express here https://www.aliexpress.com/item/NEW-PIR-Sensor-Human-Body-detecting-module-Pyroelectric-HC-SR501-For-Arduino-MCU-Freeshipping-30305/1719765144.html?ws_ab_test=searchweb0_0,searchweb201602_5 ...
by borgkitty
Thursday 10 November 2016 23:40
Forum: Others
Topic: H801 Milight pluggin
Replies: 13
Views: 4387

Re: H801 Milight pluggin

holy crap that was a fast reply. i got it working by what you suggested. I have not tried white yet. i will do that sometime this weekend.
I am then going to do a how to write up as there seems to be no one source of info on this just a lot of random posts with bits and pieces of good info on it.