Search found 121 matches

by NietGiftig
Friday 28 April 2017 10:45
Forum: Other questions and discussions
Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
Replies: 394
Views: 114029

Re: Watermeter lezen met raspberry en Inductieve NPN sensor

Jeff wrote:The only downside of this is the price.
But an heavy downside :D
5 Eur vs 82,50 Eur
by NietGiftig
Thursday 23 February 2017 0:12
Forum: Blockly
Topic: Switching Lights on/off with PIR if already on
Replies: 6
Views: 2658

Re: Switching Lights on/off with PIR if already on

not

Code: Select all

"If [pir = On] and [ceiling = Off]
but

Code: Select all

"If [pir == On] and [ceiling == Off]
by NietGiftig
Tuesday 07 February 2017 22:54
Forum: RFLink Transceiver
Topic: Rflink Not Working at all
Replies: 26
Views: 13037

Re: Rflink Not Working at all

It is no fun if something won't work, happens to me frequently. But keep up beat My rflink works, also build myself. Without modifications And I know that it is working for a lot of other people. I'm afraid that no matter the skills that you have, there is something wrong with the build or maybe a ...
by NietGiftig
Monday 06 February 2017 12:05
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65387

Re: Reacticz dashboard: no install, no hassle

since I created Reacticz to be a no-install thing, so I made the public server to spare the burden of installing it. But it seems everyone still wants to do that anyway :) A separate branch ot github, with Reacticz build for local Domoticz /www/reacticz/ use, would be nice But then, the user must ...
by NietGiftig
Monday 06 February 2017 11:41
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65387

Re: Reacticz dashboard: no install, no hassle

Sorry if I appear stupid... very little sleep last night :roll: Maybe have some sleep, and come back tomorow. And tell us what you want. If you want to run Recticz on your own server, you have to buld reacticz first. After that it must be placed in a subdir from the www dir of domoticz But now am I ...
by NietGiftig
Monday 06 February 2017 11:12
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65387

Re: Reacticz dashboard: no install, no hassle

Hi, If I clone reactictz directly into the domoticz www folder it cannot install as it is looking for package.json in the home folder. Maybe you missed this part about installing React on your PC. Necessary to build your own version of Reacticz https://github.com/t0mg/reacticz/blob/master/README.md ...
by NietGiftig
Friday 03 February 2017 15:15
Forum: LUA
Topic: LUA Post method
Replies: 6
Views: 3474

Re: LUA Post method

EdddieN wrote:My objective is to do things as simple as possible.
Is that not what everybody wants?
But sometimes it is not so simple as you would it to be.
And then you have to adjust.
by NietGiftig
Friday 03 February 2017 8:32
Forum: LUA
Topic: LUA Post method
Replies: 6
Views: 3474

Re: LUA Post method

Maybe you find this interesting: https://github.com/dannybloe/dzVents#adapting-or-creating-your-scripts dzVents (|diː ziː vɛnts| short for Domoticz Easy Events) brings Lua scripting in Domoticz to a whole new level. Writing scripts for Domoticz has never been so easy. Not only can you define tr ...
by NietGiftig
Friday 03 February 2017 8:20
Forum: RFLink Transceiver
Topic: Basic question about RFLink, Domoticz and MiLight
Replies: 3
Views: 1120

Re: Basic question about RFLink, Domoticz and MiLight

now my questions starts: What exactly is RFLink? Is it a hardware that I have to buy or just a software extension for Domoticz? I also read that I have to use an Arduino mega for the RFLink? And for the Donoticz: Do I have to have an Raspberry Pi in order to use it or can I run it solely on a ...
by NietGiftig
Sunday 29 January 2017 14:00
Forum: Other questions and discussions
Topic: RGBW Virtual sensor
Replies: 2
Views: 1207

Re: RGBW Virtual sensor

Not at the moment as far as I can see
viewtopic.php?f=11&t=15407#p116360
by NietGiftig
Wednesday 25 January 2017 21:39
Forum: Design, usability and languages
Topic: New dark theme
Replies: 64
Views: 27315

Re: New dark theme

The selector switch in button mode has white bg/black letters for unselected buttons, they become Grey/yellow when you hover over them. You're right. I will have a look at it, but not in the coming days. But you can already try to change it in this part https://github.com/gerard33/dark-th3me/blob ...
by NietGiftig
Wednesday 25 January 2017 21:30
Forum: Switches and Scenes
Topic: Control RGB Leds via JSON command
Replies: 6
Views: 4383

Re: Control RGB Leds via JSON command

What I'm trying to figure out is how I tie this to the Domoticz GUI - can anyone provide some clues as to how I get an RGB 'picker' device into the 'Switches' section of the web gui, and then pass the 'picked' RGB (or on/off status) to a script which can do the JSON post? I can probably figure out ...
by NietGiftig
Wednesday 25 January 2017 18:32
Forum: Design, usability and languages
Topic: New dark theme
Replies: 64
Views: 27315

Re: New dark theme

However it takes a lot of time to display. I also found out why. Unfortunatly, my tablets are restricted to access internet. Within the .css there are the font-imports from google. Not a big deal. I already downloaded a zip from google-fonts an github. Being busy to convert the import to locally ...
by NietGiftig
Tuesday 24 January 2017 18:56
Forum: Design, usability and languages
Topic: New dark theme
Replies: 64
Views: 27315

Re: New dark theme

im really new to this rasperry pi. Yes, I see. I think you must Google a little. There are thousands of pages over linux/raspberrys/filetransfer/ftp. I do not think that this forum is a good place And then, what we had to write down here, would be a repeat of all those other articles about that ...
by NietGiftig
Tuesday 24 January 2017 18:09
Forum: Design, usability and languages
Topic: New dark theme
Replies: 64
Views: 27315

Re: New dark theme

tjabas wrote: but how do i install this?
On github https://github.com/gerard33/dark-th3me
Installation: copy dark-th3me folder to domoticz/www/styles/
by NietGiftig
Tuesday 24 January 2017 16:21
Forum: Design, usability and languages
Topic: New dark theme
Replies: 64
Views: 27315

Re: New dark theme

I'm using this one now, nice & clean Thanks for sharing Very minor question The selector switch in button mode has white bg/black letters for unselected buttons, they become Grey/yellow when you hover over them. Is it possible to change this the other way round. or tell me where I can change it. It ...
by NietGiftig
Monday 23 January 2017 14:14
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65387

Re: Reacticz dashboard: no install, no hassle

ptitneo wrote:But it seems that a lot of users still want to host it for various reasons so maybe it would be more convenient to also provide a pre-built version for localhost:8080/reacticz.
+1 for that.
(But i will keep my fork :D )
by NietGiftig
Monday 23 January 2017 0:54
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65387

Re: Reacticz dashboard: no install, no hassle

. I'm clearly missing something :? - I've downloaded these to a subfolder 'reacticz' within domoticz/www, but when I enter http://192.168.0.63:8080/reacticz I just get "Domoticz Offline'. You can only run Reacticz from your domoticz www folder if you have build Reacticz yourself and placed the ...
by NietGiftig
Saturday 21 January 2017 15:35
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65387

Re: Reacticz dashboard: no install, no hassle

jkimmel wrote:Possibly I'm missing some prerequisites? Nodejs? Node-Red?
Not necessary.
But you are still a little vague about what is wrong.

Tell precisely step by step what you have done, what you see on the screen and then what you expect to see, or what you miss.
Maybe a screen-shot.?
by NietGiftig
Friday 20 January 2017 17:54
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 65387

Re: Reacticz dashboard: no install, no hassle

I'm not sure about the correct location, is it /etc/mosquitto or /etc/mosquitto/conf.d. I tried both. In /etc/mosquitto/mosquitto.conf add include_dir /etc/mosquitto/conf.d This redirects to all the conf files that are in that dir In /etc/mosquitto/conf.d/ create a file with the name websockets ...