Search found 313 matches

by stefangsbb
Sun Feb 22, 2015 12:33 pm
Forum: Hardware
Topic: belkin wemo wlan lamps and wall switch
Replies: 69
Views: 117402

Re: belkin wemo wlan lamps and wall switch

So, now I have built a first rough version of the Belkin Wemo Insight switch Item. It is still a little rough around the edges, but it would be good if someone could test it a bit. It currently logs a bit extra while I am trying it out. To use it you must first create a UPnPScanner-Item. After that,...
by stefangsbb
Thu Feb 19, 2015 9:42 pm
Forum: Software
Topic: Connection state TellStickDuo
Replies: 9
Views: 11967

Re: Connection state TellStickDuo

Well, this being a hobby project, the response times are not really predictable... The precious hours i get to spend on this have to be carefully householded. But I usually try to prioritize if someone have some kind of problems, and I did not realize that this was something acute, so it was a bit f...
by stefangsbb
Wed Feb 18, 2015 9:34 pm
Forum: Hardware
Topic: belkin wemo wlan lamps and wall switch
Replies: 69
Views: 117402

Re: belkin wemo wlan lamps and wall switch

Well, I am getting closer. I can now find my Insight Switch with UPnP, and I have a HomeItem that can turn it on and off and read the power consumption. Right now I am refactoring the auto-creation framework so it can handle auto-creation from the UPnP-Events. It goes a bit slow when you only get th...
by stefangsbb
Tue Feb 17, 2015 7:11 pm
Forum: Software
Topic: Changing JettyWEB port from 8020
Replies: 2
Views: 9332

Re: Changing JettyWEB port from 8020

Well, it sort of is, but you actually have to restart the server for that change to take effect. If you are running on a raspberry you run the shell command: sudo /etc/init.d/nethome restart After you have changed the port in the GUI. I guess it would be possible to make this change take effect imme...
by stefangsbb
Thu Feb 12, 2015 8:32 pm
Forum: Software
Topic: Connection state TellStickDuo
Replies: 9
Views: 11967

Re: Connection state TellStickDuo

Hmm, you are right, that handling of lost connection does not look too good. I will have to do some improvements there.
by stefangsbb
Thu Feb 12, 2015 8:00 pm
Forum: Hardware
Topic: belkin wemo wlan lamps and wall switch
Replies: 69
Views: 117402

Re: belkin wemo wlan lamps and wall switch

Well, I am actually working on that integration right now. I have a WemoInsight switch that I am experimenting on. The UPnP stuff it uses for discovery was a bit more complicated than I expected, but I am getting close now...
by stefangsbb
Tue Feb 10, 2015 9:17 pm
Forum: Software
Topic: Connection state TellStickDuo
Replies: 9
Views: 11967

Re: Connection state TellStickDuo

Unfortunately I think Linux will assign the COM-port a new name when you plug it in again. I will check a bit more in detail.
by stefangsbb
Tue Feb 03, 2015 9:20 pm
Forum: Software
Topic: Timeres not activated after power outage
Replies: 17
Views: 27031

Re: Timeres not activated after power outage

Ok, this was a bit embarrassing... I had made the change and tested it - but... I had failed to commit the change to GitHub, so it was not in the nightly build. I have done that now, and I tested to download from nightly build and it worked. So it should be ok now.
by stefangsbb
Mon Feb 02, 2015 9:03 pm
Forum: Installation
Topic: Anyone running NetHomeServer with Tellstick on Ubuntu Server?
Replies: 16
Views: 35931

Re: Anyone running NetHomeServer with Tellstick on Ubuntu Server?

If you want to see the strings from Tellstick, you can create a DebugManager-Item. Set the LoggerContext to "nu.nethome.home.items.tellstick", and the WantedLogLevel to "Fine" and press Apply. After that you select "ApplyLogLevel". After that, the messages from Tellstic...
by stefangsbb
Mon Feb 02, 2015 8:41 pm
Forum: Software
Topic: Timeres not activated after power outage
Replies: 17
Views: 27031

Re: Timeres not activated after power outage

Well, it is a bit more complicated... The states of the Items are only saved directly when you actually edit an Item and then press save. Apart from that, all Items are automatically saved once every hour. I don't want to save them too often, as this will wear down the flash cards too fast on a Rasp...