Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW DEVICE: Curtain Switch PT-CS01 #276

Open
metalnodeug opened this issue Aug 13, 2022 · 3 comments
Open

NEW DEVICE: Curtain Switch PT-CS01 #276

metalnodeug opened this issue Aug 13, 2022 · 3 comments

Comments

@metalnodeug
Copy link

metalnodeug commented Aug 13, 2022

Hello all,

i have buying this curtain switch :

Device Information link: https://www.amazon.fr/Interrupteur-Volet-Roulant-Connecté-WIFI/dp/B09TKG2V2D
"Product Name" : PT-CS01
"Product Category": clkg

I use this configuration:

{
"manufacturer": "Teeppo",
"key": "",
"model": "Roller Switch",
"name": "Volet Cuisine",
"id": "",
"type": "SimpleBlinds",
"cmdClose": "off",
"cmdStop": "stop",
"cmdOpen": "on",
"timeToTighten": 5,
"sendEmptyUpdate": true,
"timeToOpen": 19,
"flipState": false
}

Curtain is visible in HomeKit, i can open, close and stop but the position current and target works not well.

I explain my problem with Tuya app to have log:

  • If i open the curtain and stop:
    13/08/2022 à 11:57:28 [Tuya] Blinds saw change to on
    13/08/2022 à 11:57:28 [Tuya] Blinds will be marked open in 13426ms
    13/08/2022 à 11:57:28 [Tuya] Heard back from Volet Cuisine with command 8
    13/08/2022 à 11:57:29 [Tuya] Blinds saw change to stop
    13/08/2022 à 11:57:29 [Tuya] Blinds last change was 1660384634874; 14131ms ago
    13/08/2022 à 11:57:29 [Tuya] Blinds marked stopped at 38; assumed to be at 38.37894736842105

  • if i open and stop again:
    13/08/2022 à 11:58:02 [Tuya] Heard back from Volet Cuisine with command 8
    13/08/2022 à 11:58:02 [Tuya] Blinds saw change to on
    13/08/2022 à 11:58:02 [Tuya] Blinds will be marked open in 11708ms
    13/08/2022 à 11:58:02 [Tuya] Heard back from Volet Cuisine with command 8
    13/08/2022 à 11:58:02 [Tuya] Blinds saw change to stop
    13/08/2022 à 11:58:02 [Tuya] Blinds last change was 1660384670594; 12394ms ago
    13/08/2022 à 11:58:03 [Tuya] Blinds marked stopped at 29; assumed to be at 29.236842105263165

  • and again:
    13/08/2022 à 11:58:42 [Tuya] Heard back from Volet Cuisine with command 8
    13/08/2022 à 11:58:42 [Tuya] Blinds saw change to on
    13/08/2022 à 11:58:42 [Tuya] Blinds will be marked open in 13444.999999999998ms
    13/08/2022 à 11:58:43 [Tuya] Heard back from Volet Cuisine with command 8
    13/08/2022 à 11:58:43 [Tuya] Blinds saw change to stop
    13/08/2022 à 11:58:43 [Tuya] Blinds last change was 1660384709504; 14228ms ago
    13/08/2022 à 11:58:43 [Tuya] Blinds marked stopped at 39; assumed to be at 38.88421052631578

Postion was 38 -> 29 -> 39

After that, i have error at HomeKit, if i open a curtain and will close all curtains with SIRI, the curtain open continue to open and the other close correctly.

Finally, i have a problem with calculate position:

13/08/2022 à 12:04:41 [HOOBS 6210@Volet Cuisine@Volet Cuisine@Current Position] characteristic was supplied illegal value: number 449 exceeded maximum of 100
13/08/2022 à 12:04:41 [HOOBS 6210@Volet Cuisine@Volet Cuisine@Target Position] characteristic was supplied illegal value: number 449 exceeded maximum of 100

Can you help please ? Thanks a lot.

PS: i can't ran a schema because i have an error with SSL_PROTOCOL and i don't understand why...

@metalnodeug
Copy link
Author

I found this and i think it's probably same schema #22

@metalnodeug
Copy link
Author

@AMoo-Miki Any idea maybe ?

@metalnodeug
Copy link
Author

Project is dead ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant