Search found 18 matches

by bcoggs
Wed May 18, 2011 8:23 am
Forum: General
Topic: Swremote protocol documented ?
Replies: 4
Views: 2553

Swremote protocol partially decoded (for chumby project)

I spent a little bit of time analyzing the swremote<>housebot protocol. It is TCP port 5015. I've written the following perl script which successfully connects with the housebot server and sends a button push. My goal is to implement a swremote client on a Chumby. If anyone cares to go further with ...
by bcoggs
Tue May 03, 2011 2:19 pm
Forum: General
Topic: Swremote protocol documented ?
Replies: 4
Views: 2553

Swremote protocol documented ?

Is the protocol that swremote and housebot speak documented ?

I am looking at developing my own UI using chumbies for the displays.

I've been looking at the protocol using Ethereal. Before I start reverse-engineering it, I wanted to put the question out.
by bcoggs
Tue Oct 26, 2010 7:34 am
Forum: General
Topic: Heating
Replies: 11
Views: 3710

Re: Heating

I've used (4)Wayne-Dalton WDTC-20s, but find them none too robust; Two died apparently due to power spikes from the compressor relay; Solved by powering them w/separate wall warts; Another one died the same way, this time on the wall wart while I was running the house on a generator during a power f...
by bcoggs
Mon Feb 08, 2010 1:26 pm
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

When could we expect an update to housebot to support the GET_OPERATING_STATE property for Z-Wave thermostats ?
by bcoggs
Fri Jan 15, 2010 8:00 am
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

Sorry I didn't re-emphasize the point strongly enough; What I am really after is operating mode; I want to create this logic: if (OperatingState == Heating) then TurnOnCeilingFan() I only began to talk about Fan State when I saw HB exposed Fan State. But since Fan State does not work either, then I ...
by bcoggs
Wed Jan 13, 2010 3:57 pm
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

I received a response from Wanye-Dalton support : -- The WDTC-20 supports the Z-Wave command class “COMMAND_CLASS_THERMOSTAT_OPERATING_STATE” The Thermostat Operating State command class is used to obtain the current operating state of the wdtc-20 via the “THERMOSTAT_OPERATING_STATE_GET” command. Th...
by bcoggs
Wed Jan 13, 2010 2:22 pm
Forum: General
Topic: Best way to startup housebot at boot time
Replies: 3
Views: 1048

Best way to startup housebot at boot time

I have HB running on an XPSP3 box which I access with Remote Desktop which requires that you use a user account with a password. I want HB to startup when the machine starts up, without waiting for the user account to log in (remotely or locally). I created a scheduled task to start HB at boot time....
by bcoggs
Tue Jan 12, 2010 10:26 am
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

Fan status, no. I went down that path only because HB exposes that property. I've confirmed a few different ways
that isn't supported, so nix that idea.

I really am after operating mode, and since ThinkEssentials can do it, there must be a way.
by bcoggs
Mon Jan 11, 2010 7:00 am
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

I am still trying to obtain z-wave implentation details from Wayne-Dalton. I know the WDTC-20 can do it because the ThinkEssentials software is able to show current HVAC operating mode. I'll ask on the ThinkEssentials board also. If you think it would help, I can send you a WDTC-20. Over on the Thin...
by bcoggs
Sun Jan 10, 2010 11:56 am
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

How does the COMMAND_CLASS_SENSOR_MULTILEVEL class work ? I am after operating mode, actually. Is there a way to do that ?
by bcoggs
Fri Jan 08, 2010 11:29 am
Forum: Bug Reports
Topic: SW Remote on WindowsMobile Device Using DNS
Replies: 10
Views: 10550

Re: SW Remote on WindowsMobile Device Using DNS

When the phone tethered to the laptop it will be using a different DNS so that isn't a good way to verify that it is SWRemote. I'd personally try to use some other app from your phone connecting to your _.dyndns.org over your cell provider's IP connection, such as remote desktop or http. Of course y...
by bcoggs
Fri Jan 08, 2010 10:25 am
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

Whilst viewing the device property window, the Fan Mode and the Fan Property fields always remain blank. If I click Get Status (which is always No), and set it to Yes, it flips back to No on it's own and the Fan fields stay blank. At the same time this trace is generated... 1/8/2010 10:15:48 AM Z-Wa...
by bcoggs
Fri Jan 08, 2010 6:01 am
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

Re: z-wave thermostat: getting status

I want to claify; When I say 'fan state', I am referring to the HVAC fan's state; So this is an issue with HB's z-wave plugin's handling of thermostats. I believe there is another property offered by z-wave thermostats which tells me the actual operating mode of the HVAC (heating/cooling/off), but H...
by bcoggs
Thu Jan 07, 2010 2:05 pm
Forum: General
Topic: z-wave thermostat: getting status
Replies: 15
Views: 3037

z-wave thermostat: getting status

I have 4 WanyeDalton Z-wave thermostats now working w/housebot. I'd like to monitor furnace state and turn on a ceiling fan when the furnace is operating.. I cannot see the fan state property changing in either the device properties view, or via a property control in the software remote. Error log s...
by bcoggs
Thu Dec 17, 2009 2:43 pm
Forum: General
Topic: Z-wave and ControlThink ThinkStick
Replies: 6
Views: 1406

Re: Z-wave and ControlThink ThinkStick

That fixed it. Thanks !