Search found 105 matches

by jeroen_
Fri Feb 10, 2017 3:42 pm
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: raspberyypi-2 , wlan0 get no IP number
Replies: 1
Views: 7681

Re: raspberyypi-2 , wlan0 get no IP number

All you need is: auto lo auto eth0 iface eth0 inet dhcp auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-ssid SSID wpa-psk HASHEDPASSWORD HASHEDPASSWORD comes from: wpa_passphrase SSID PASSWORD it will spit out the hashed edition that can be included in the /etc/network/interfaces config abo...
by jeroen_
Fri Jan 27, 2017 4:06 pm
Forum: Z-Wave Forum
Topic: Audio system
Replies: 8
Views: 13867

Re: Audio system

I `m using Squeezelite for the input on a RaspberryPI. And use LMS to maintain the database. Control is done by HSTouch urls or Squeezer on Android. I would like to add some powered amplifiers in the future for Disco mode :D Yeah the source can be almost anything. Eg from about a decade ago: MPD (h...
by jeroen_
Fri Jan 27, 2017 2:44 pm
Forum: Z-Wave Forum
Topic: Audio system
Replies: 8
Views: 13867

Re: Audio system

Did you see this post? http://members.home.nl/b.vanzoelen/ZMC.htm#ZMC-P1 Had not, thanks for pointing it out! It seems he came to a similar conclusion: run wire, use cheap speakers, attach an audio source. The XAP800 is an interesting thing, will definitely do more research on that, especially the ...
by jeroen_
Thu Jan 26, 2017 8:54 am
Forum: Z-Wave Forum
Topic: Audio system
Replies: 8
Views: 13867

Re: Audio system

I am planning for a new per-room audio thing, so that one can take an iphone and then just say "play in all rooms" or "play this in this room". Upto now, my basic plan is: - per-room speakers in the ceiling - run the speaker cable to a central location - in that central location ...
by jeroen_
Thu Jan 26, 2017 8:43 am
Forum: Questions & Discussions Forum
Topic: Which new Body weight scale?
Replies: 3
Views: 5990

Re: Which new Body weight scale?

I've got a Withings (Nokia owned nowadays) "Smart" Body Analyzer (http://www.withings.com/ca/en/products/smart-body-analyzer) over here. Data goes per default to the "cloud" which you can then visualize in their website (with export option) or in the Withings App, but with a smal...
by jeroen_
Thu Jun 23, 2016 11:50 am
Forum: Kickstarter, Indiegogo and other crowdfunding related smartthings
Topic: Homey on Kickstarter
Replies: 53
Views: 68004

Re: Homey on Kickstarter

I hope they have the resources to improve Homey From the numbers in the kickstarter, they have barely enough resources to make the thing they want to make and then keep their heads above water. I don't see them doing any kind of proper research themselves (large companies already have enough issues...
by jeroen_
Thu Jun 23, 2016 9:05 am
Forum: Kickstarter, Indiegogo and other crowdfunding related smartthings
Topic: Homey on Kickstarter
Replies: 53
Views: 68004

Re: Homey on Kickstarter

Hmm, seems people really are not happy with the too prototypy status of Homey:

http://blog.hekkers.net/2016/03/06/ok-h ... ure-fired/

...
by jeroen_
Tue Oct 20, 2015 7:14 pm
Forum: Kickstarter, Indiegogo and other crowdfunding related smartthings
Topic: Kickstarter Thinking Cleaner, WiFi for your iRobot Roomba
Replies: 43
Views: 57464

Re: Kickstarter Thinking Cleaner, WiFi for your iRobot Roomba

i don't understand why they need 85.000 to start, the pcb is ready, it just the plastic case (as far as i know) They need to do a run of about 850 units for them to make it their while, thus that is about the 100/unit it costs. Making a mold is expensive, thus you need to get a few runs out of it f...
by jeroen_
Wed Sep 02, 2015 10:53 am
Forum: Kickstarter, Indiegogo and other crowdfunding related smartthings
Topic: Homey on Kickstarter
Replies: 53
Views: 68004

Re: Homey on Kickstarter

Both are (voice) remotes. ... for Home Automation: http://www.amazon.com/home-automation-smarthome/b?ie=UTF8&node=6563140011 and this little 100 million Alexa Fund for Voice control: http://phx.corporate-ir.net/phoenix.zhtml?c=176060&p=irol-newsArticle&ID=2062558 see also: http://www.zd...
by jeroen_
Wed Sep 02, 2015 8:08 am
Forum: Kickstarter, Indiegogo and other crowdfunding related smartthings
Topic: Homey on Kickstarter
Replies: 53
Views: 68004

Re: Homey on Kickstarter

Two things: http://www.amazon.com/Amazon-SK705DI-Echo/dp/B00X4WHP5E Yep, that does exactly and way more than Homey does, and well, Amazon is a bulti-million company Google is getting in the game: https://on.google.com/hub/ They just forgot the microphone (for the rest it is a device you really do no...
by jeroen_
Thu Jun 11, 2015 7:18 am
Forum: Plugwise Forum
Topic: SSH access to Smile/Stretch (need help)
Replies: 3
Views: 10607

Re: SSH access to Smile/Stretch (need help)

Only 'real' way to see what goes wrong is to check the logs on the server side. Any idea where it could be stored in a linux system)?, maybe i could check NGINX logs... nginx has little/nothing to do with sshd. You would have to check the logs on the server side (thus the smile/stretch) and likely ...
by jeroen_
Tue Jun 09, 2015 5:15 pm
Forum: Plugwise Forum
Topic: SSH access to Smile/Stretch (need help)
Replies: 3
Views: 10607

Re: SSH access to Smile/Stretch (need help)

* Password based authentication might be disabled, thus requiring SSH keys * The user you are trying might not be in the AllowUsers * PAM might restrict other things All kind of reasons thus ;) Only 'real' way to see what goes wrong is to check the logs on the server side. You might find some hint i...
by jeroen_
Sun Apr 12, 2015 10:10 am
Forum: ZigBee Forum
Topic: Resolve IEEE address of Zigbee device?
Replies: 1
Views: 7506

Re: Resolve IEEE address of Zigbee device?

With "IEEE address" they likely mean the MAC address (https://en.wikipedia.org/wiki/MAC_address) and then specifically the EUI-64 variant, thus 64-bits (and indeed that is why IPv6 requires 64 bits per subnet for autoconfiguration ;) The devices _should_ have a MAC address written on them,...
by jeroen_
Sat Feb 28, 2015 1:43 am
Forum: DomotiGa Forum
Topic: No drivers in linux kernel
Replies: 7
Views: 15791

Re: No drivers in linux kernel

According to: http://lxr.free-electrons.com/source/drivers/usb/serial/cp210x.c?v=3.18 that cp210x driver is already in the kernel tree since 3.3, thus likely you do not need to do this. It is likely a module though, hence you'll need to load it. On my box: root@raspberry:~# find /lib/modules/ -name ...
by jeroen_
Mon Feb 23, 2015 2:27 pm
Forum: Off Topic
Topic: Wifi network with 3 AP's
Replies: 21
Views: 27863

Re: Wifi network with 3 AP's

This weekend i made a setup using CAPsMANv2 on a Mikrotik RB450G using two RB192 clients (which are the wifi endpoints) I can now create rules for a radio interface to deny the client when it signal level is below X and track movement of the client using logging I know this is not a basic home setu...

Go to advanced search