HomeGenie Forum

General Category => Troubleshooting and Support => Topic started by: carlosmaug on January 04, 2015, 05:37:02 PM

Title: Marmitek SW12
Post by: carlosmaug on January 04, 2015, 05:37:02 PM
Hi

I’m using Marmitek SW12 to control the blinds of my house. I have tested them with mochad and I'm able to set the blinds to a certain position using extended code1 type 0.

When I try to do it with the homegenie web interface, and I set a fully open blind, lets say to 60%, it fully closes, if I have previously moved the blind  to other positions (90% and 80% for example). If it is fully open and I set it directly to the 60%  the blind just move a little and stops.

Is homegenie using extended code 1 type 0 to set the blind position? Is it any way to solve this issue?

Regards
Title: Re: Marmitek SW12
Post by: bkenobi on January 04, 2015, 05:44:47 PM
I don't believe Gene got Extended Codes fully implemented.  He worked on it several months ago, so it may be partially or fully implemented.  I don't use them so I can't test for you.
Title: Re: Marmitek SW12
Post by: bkenobi on January 04, 2015, 05:59:59 PM
This is the X10 code in the current version:
https://github.com/genielabs/HomeGenie/blob/master/MigFiles/SupportLibraries/XTenLib/XTenManager.cs#L813

There is an extended code receive, but no send that I can see.

There are 2 references to extended codes in the data structure:
https://github.com/genielabs/HomeGenie/blob/master/MigFiles/SupportLibraries/XTenLib/XTenData.cs#L73
https://github.com/genielabs/HomeGenie/blob/master/MigFiles/SupportLibraries/XTenLib/XTenData.cs#L78
Title: Re: Marmitek SW12
Post by: carlosmaug on January 06, 2015, 11:09:10 PM
Hi

Thanks a lot I will try to see if I'm able to read the code, understand an patch it  :) If so I will send the patch

Regards
Title: Re: Marmitek SW12
Post by: Jens on January 07, 2015, 07:06:36 AM
Hi,

please see this old thread about this matter

http://www.homegenie.it/forum/index.php?topic=129.75 (http://www.homegenie.it/forum/index.php?topic=129.75)

Regards
Jens
Title: Re: Marmitek SW12
Post by: bkenobi on January 07, 2015, 05:07:38 PM
That's where I saw it (shutter controls)!