Ok. Then I can't help. I see that there is 'How to download' and also quite many program examples.
I don't have any expansion cards so I am not able to donwload and test any of those.
Search found 110 matches
- Wednesday 28 September 2016 8:23
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: 74HC595
- Replies: 3
- Views: 2410
- Sunday 25 September 2016 10:06
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: 74HC595
- Replies: 3
- Views: 2410
- Wednesday 06 July 2016 10:01
- Forum: Suggestions
- Topic: Android Lock Screen button
- Replies: 14
- Views: 2608
Re: Android Lock Screen button
And your phone will be? Android, Apple, WP, Tizen, Ubuntu, Firefox?
- Saturday 05 March 2016 20:28
- Forum: PHP and all others
- Topic: Bash: grep and bc Not working
- Replies: 5
- Views: 2184
Re: Bash: grep and bc Not working
No. In my Raspberry I just installed it
- Wednesday 02 March 2016 10:23
- Forum: Show your projects
- Topic: Wireless RFID as security key
- Replies: 11
- Views: 9324
Re: RE: Re: Wireless RFID as security key
The one RC522 module I have uses SPI bus.jenbaker wrote:is it possible to change RC522 RFID module into the RS232 or RS232 interface?
- Monday 22 February 2016 16:17
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
I just made rfid reader/player for Sonos with Esp8266 - but I used NodeMcu card. I used Arduino ide to program Esp and from Esp I send UDP message every 500ms when rfid tag is on a reader. So in your case maybe you could also code esp with arduino ide and process your byte array in esp before ...
- Sunday 21 February 2016 19:12
- Forum: Others
- Topic: Domoticz & OSRAM Lightify
- Replies: 35
- Views: 13357
Re: Domoticz & OSRAM Lightify
Seems that API still uses Osram cloud to control lights instead of local port. Not good.
- Sunday 14 February 2016 7:10
- Forum: PHP and all others
- Topic: Cron usage
- Replies: 7
- Views: 2571
Re: Cron usage
Egregius - you are right in both of your arguments. I have to admit that I have never even tried to use */1 cause * does the trick.
- Saturday 13 February 2016 17:42
- Forum: PHP and all others
- Topic: Cron usage
- Replies: 7
- Views: 2571
Re: Cron usage
But cron in your first post was also incorrect?
Just want to make sure that when someone else is searching help he/she will get correct information.
Just want to make sure that when someone else is searching help he/she will get correct information.
- Saturday 13 February 2016 16:22
- Forum: PHP and all others
- Topic: Cron usage
- Replies: 7
- Views: 2571
Re: Cron usage
Have you tried Google? "Cron once a minute" give me correct answer in first link.
- Wednesday 10 February 2016 20:54
- Forum: Other questions and discussions
- Topic: sonos soco plugin?
- Replies: 16
- Views: 6807
Re: sonos soco plugin?
This is not so Domoticz related, but I have been playing with soco, Arduino and rfid-tags. I have stack of rfid-cards and Arduino reading those. Arduino sends data to pc which runs python script. Python uses soco to select playlist from Sonos playlists and start playing. When card is removed from ...
- Monday 08 February 2016 10:21
- Forum: Others
- Topic: RFLink and nano together
- Replies: 3
- Views: 1440
Re: RFLink and nano together
Are you sure your value indexing is correct?
- Tuesday 02 February 2016 22:21
- Forum: LUA
- Topic: executing os command
- Replies: 8
- Views: 3824
Re: RE: executing os command
No. I give up. 

- Saturday 30 January 2016 17:03
- Forum: Third party and supplementary tools
- Topic: Arduino Variables to domoticz via http GET json, help:-)
- Replies: 6
- Views: 4216
Re: Arduino Variables to domoticz via http GET json, help:-)
Maybe port number?
- Wednesday 27 January 2016 18:21
- Forum: Blockly
- Topic: Blocky script, IF else if question
- Replies: 18
- Views: 11620
Re: Blocky script, IF else if question
Sorry pcardon. I wasn't clear. I mean that you are right with your problem. And tozzke made mistake.
- Tuesday 26 January 2016 22:43
- Forum: Android
- Topic: Anyone ever tried sending a simple json command from an app?
- Replies: 6
- Views: 2194
Re: Anyone ever tried sending a simple json command from an
Don't know thing about Android programming, but how about this?
http://www.mkyong.com/android/android-button-example/
Or this?
http://hmkcode.com/android-send-json-data-to-server/
So google is your friend...
http://www.mkyong.com/android/android-button-example/
Or this?
http://hmkcode.com/android-send-json-data-to-server/
So google is your friend...
- Monday 25 January 2016 22:25
- Forum: Blockly
- Topic: Blocky script, IF else if question
- Replies: 18
- Views: 11620
Re: Blocky script, IF else if question
Did you read what it says? An if statement follows this sort of structure: if (condition) { // executed only if "condition" is true } else if (other condition) { // executed only if "condition" was false and "other condition" is true } else { // executed only if both "condition" and "other condition ...
- Saturday 23 January 2016 12:43
- Forum: Heating/cooling
- Topic: Domoticz - air conditioning control
- Replies: 47
- Views: 34293
- Monday 18 January 2016 22:02
- Forum: Show your projects
- Topic: Verisure alarm status into Domoticz
- Replies: 17
- Views: 15203
Re: Verisure alarm status into Domoticz
So many ways :) I just noticed that some of recent updates add new notifications to Android Verisure app. Before, when you alarm/disalarm, app only gives Verisure notification - now it says that alarm is armed or disarmed and shows who has activate event. This makes it possible to use Tasker in ...
- Friday 15 January 2016 10:34
- Forum: Heating/cooling
- Topic: Domoticz - air conditioning control
- Replies: 47
- Views: 34293
Re: Domoticz - air conditioning control
Thank you. Yes I was planning to do some arduino-ir testing.