Search found 354 matches
- Tuesday 17 May 2016 1:28
- Forum: Third party and supplementary tools
- Topic: NodeJS Module: node-domoticz-mqtt
- Replies: 26
- Views: 26376
Re: NodeJS Module: node-domoticz-mqtt
for temp through this library you'd create a dummy sensor with idx of 101, then use: domoticz.device(101,0,"20") to set it to 20C // Publish uDevice: nvalue = int, svalue = string domoticz.device(idx,nvalue,svalue); same as you'd find through the JSON API here: https://www.domoticz.com/wiki/Domoticz ...
- Monday 16 May 2016 16:43
- Forum: Third party and supplementary tools
- Topic: NodeJS Module: node-domoticz-mqtt
- Replies: 26
- Views: 26376
Re: NodeJS Module: node-domoticz-mqtt
Hey Gizmocuz, of course.. this module is simply a bunch of pre-defined functions that are ran against Domoticz's MQTT Implementation (domoticz/in) with a bit of error checking to prevent you from crashing domoticz's MQTT module with invalid data (NaN).. its just a library to load and talk to ...
- Sunday 15 May 2016 17:45
- Forum: Third party and supplementary tools
- Topic: NodeJS Module: node-domoticz-mqtt
- Replies: 26
- Views: 26376
Re: NodeJS Module: node-domoticz-mqtt
Domoticz has native support for DHT and 1Wire sensors.. dont use this library to integrate those.
- Friday 22 April 2016 23:24
- Forum: Show your projects
- Topic: Thermostat controlled Swamp cooler
- Replies: 0
- Views: 915
Thermostat controlled Swamp cooler
I was requested to document this project, so here it is for everyone's benifit: kbu2jd.jpg 3x RIB2401B Relays that work off 24VAC, which is what my Z-Wave thermostat signals with.. I just ran a 7 wire thermostat cable from my furnace to my swamp cooler to tie the signals in.. you only need 4 wires ...
- Friday 15 April 2016 20:44
- Forum: Third party and supplementary tools
- Topic: x509 SSO Authentication
- Replies: 42
- Views: 17749
Re: x509 SSO Authentication
2048 is secure, I havent tried on a RPi3, but my CuBox made it within 20mins..
- Friday 15 April 2016 20:40
- Forum: Third party and supplementary tools
- Topic: x509 SSO Authentication
- Replies: 42
- Views: 17749
Re: x509 SSO Authentication
This should help alot: apt-get install haveged Description-en: Linux entropy source using the HAVEGE algorithm haveged is a userspace entropy daemon which is not dependent upon the standard mechanisms for harvesting randomness for the system entropy pool. This is important in systems with high ...
- Sunday 27 March 2016 6:18
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Updated Gpio.cpp supporting extra IO-pins on Pi2
- Replies: 1
- Views: 1135
Re: Updated Gpio.cpp supporting extra IO-pins on Pi2
yes please.
create a github account, fork the domoticz repository.. clone your fork, add your modifications to the repo, check them back in and then sumbit a pull request to the main repo.
create a github account, fork the domoticz repository.. clone your fork, add your modifications to the repo, check them back in and then sumbit a pull request to the main repo.
- Thursday 10 March 2016 20:45
- Forum: Show your projects
- Topic: Home Theatre Controller (Pioneer AVR + USB PowerMate)
- Replies: 206
- Views: 51744
Re: Home Theatre Controller (Pioneer AVR + USB PowerMate)
Its already using TAC, and Ive had no problems with all my radio frequencies.. Pioneer.prototype.setTuner = function(frequency) { if (frequency.length !== 5) { if (TRACE) { console.log("invalid frequency: " + frequency) } return false } array = frequency.split("") if (TRACE) { console.log("setting ...
- Thursday 10 March 2016 18:39
- Forum: Show your projects
- Topic: Home Theatre Controller (Pioneer AVR + USB PowerMate)
- Replies: 206
- Views: 51744
Re: Home Theatre Controller (Pioneer AVR + USB PowerMate)
I used this: http://www.pioneerelectronics.com/Stati ... 5-8-12.xls
I think this is what your looking for: can you tune in manually wit the knob?
I think this is what your looking for: can you tune in manually wit the knob?
- Thursday 10 March 2016 2:47
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compiling from source on pi platform very slow ...
- Replies: 3
- Views: 1569
Re: Compiling from source on pi platform very slow ...
add a temporary swap file or use -j3 then
- Thursday 10 March 2016 2:29
- Forum: Third party and supplementary tools
- Topic: Accessing Domoticz with X.509 client certificate using RESTask for Tasker
- Replies: 7
- Views: 2259
Re: Accessing Domoticz with X.509 client certificate using RESTask for Tasker
almost too damn easy hah!
keep us updated if you find anything more elegant.. can you get tasker to enable/disable a egiGeoZone? that could do binary switches perhaps.
keep us updated if you find anything more elegant.. can you get tasker to enable/disable a egiGeoZone? that could do binary switches perhaps.
- Thursday 10 March 2016 2:26
- Forum: Show your projects
- Topic: Home Theatre Controller (Pioneer AVR + USB PowerMate)
- Replies: 206
- Views: 51744
Re: Home Theatre Controller (Pioneer AVR + USB PowerMate)
try updating, I havent tested it but it should be enough.
- Sunday 06 March 2016 10:38
- Forum: Show your projects
- Topic: Home Theatre Controller (Pioneer AVR + USB PowerMate)
- Replies: 206
- Views: 51744
Re: Home Theatre Controller (Pioneer AVR + USB PowerMate)
i dont know if volume for z2 works, i'll do some more testing.. I havent got my Z2 hooked up yet.
Sound mode is both text and selector, you dont always get what you select depending on audio source.. so text shows you what processor is being used and the selector lets you try to override it.
Sound mode is both text and selector, you dont always get what you select depending on audio source.. so text shows you what processor is being used and the selector lets you try to override it.
- Sunday 06 March 2016 10:17
- Forum: Show your projects
- Topic: Home Theatre Controller (Pioneer AVR + USB PowerMate)
- Replies: 206
- Views: 51744
Re: Home Theatre Controller (Pioneer AVR + USB PowerMate)
do you have Speaker B or Zone 2 setup? I dont think you can do volume with Speaker B
- Friday 04 March 2016 9:03
- Forum: Third party and supplementary tools
- Topic: Accessing Domoticz with X.509 client certificate using RESTask for Tasker
- Replies: 7
- Views: 2259
Re: Accessing Domoticz with X.509 client certificate using RESTask for Tasker
400 is what Nginx will toss with an invalid or no certificate IIRC..
can you use chrome to do the get request from the url window?
can you use chrome to do the get request from the url window?
- Thursday 03 March 2016 6:04
- Forum: Third party and supplementary tools
- Topic: x509 SSO Authentication
- Replies: 42
- Views: 17749
Re: x509 SSO Authentication
tasker have a ssh plugin? mebe u can ssh w/a key and do a http get to localhost..
install fail2ban and/or configure ssh to only use keys if your going to also expose it to the internet.
install fail2ban and/or configure ssh to only use keys if your going to also expose it to the internet.
- Wednesday 02 March 2016 22:54
- Forum: Design, usability and languages
- Topic: Elemental Theme
- Replies: 56
- Views: 32210
Re: Elemental Theme
nope never seen that, pls attach a screenshot.. what resolution are you using?
- Wednesday 02 March 2016 12:50
- Forum: Design, usability and languages
- Topic: Elemental Theme
- Replies: 56
- Views: 32210
Re: Elemental Theme
i'll do some more work cleaning up selector switches soon, but @Nautilus I think i have that as wide as I could get it without breaking it for other devices.. I'll revisit though since I am going to need to refactor that device, mebe you'll get lucky 

- Sunday 28 February 2016 21:57
- Forum: Third party and supplementary tools
- Topic: x509 SSO Authentication
- Replies: 42
- Views: 17749
Re: x509 SSO Authentication
run it on same as your Pi right along side it.. unless you already have a webserver on the edge of your network you can use there is no reason not to.
- Friday 26 February 2016 13:07
- Forum: Cameras
- Topic: IP Camera Controller (Dahua & HikVision)
- Replies: 14
- Views: 15327