node-red-contrib-tahoma icon indicating copy to clipboard operation
node-red-contrib-tahoma copied to clipboard

The ability to set the blinds orientation.

Open panjazzon opened this issue 3 years ago • 17 comments

I will love to have possibility to set the blinds orientation (rotation) with the tahoma node. Is there any chances to implement this future into your node?

panjazzon avatar Aug 06 '20 14:08 panjazzon

Hello @panjazzon, this feature is already implemented using "customRotation" action with the "orientation" parameter.. I'm not sure if it is latest release but you can try to send {"action":"customRotation","orientation":"25"}

(i originally added this feature and it seems to be merged to master and is working on my setup)

marekhalmo avatar Aug 07 '20 08:08 marekhalmo

Hi @marekhalmo. I have tested it without succes. It seems to not working. The node is not responding for "customRotation" action.

panjazzon avatar Aug 07 '20 14:08 panjazzon

@panjazzon it might not be in the latest release .. @nikkow can you push it to a new release?

marekhalmo avatar Aug 08 '20 06:08 marekhalmo

@panjazzon you can also overwrite the files you have installed on your machine.. (not sure if everything works properly)

marekhalmo avatar Aug 08 '20 06:08 marekhalmo

Hello, A new version fixing several issues and including this feature is planned to be released within the next few days 🙂

nikkow avatar Aug 08 '20 07:08 nikkow

Great thanx!

marekhalmo avatar Aug 08 '20 20:08 marekhalmo

I'm very happy to hear it. Thank you very much :)

panjazzon avatar Aug 12 '20 10:08 panjazzon

Hello @panjazzon, @marekhalmo,

This should be part of release 2.0.3, can you please test again? Unfortunately, I have no devices that support orientation to test this feature.

Thanks!

nikkow avatar Aug 22 '20 08:08 nikkow

Hello @nikkow. I'm on the vacation now. I will test it around 7th september when I get back.

panjazzon avatar Aug 22 '20 09:08 panjazzon

No problems, I will keep this ticket open until someone can confirm that it is working as expected :) Enjoy your vacation!

nikkow avatar Aug 22 '20 09:08 nikkow

Hello @nikkow .. the code i committed is running fine for past 2+ months on my setup (only my commit).. so i guess it is tested.. i just wanted to share it..

I will migrate to 2.0.3 as soon as you release it (because of the "good enough posittion" feature) but i don't want to mess up my installation untill then (wife does not like issues :) )

marekhalmo avatar Aug 22 '20 10:08 marekhalmo

Hello @panjazzon .. were you able to test test the feature? @nikkow will you do a new release anytime soon?

marekhalmo avatar Dec 30 '20 14:12 marekhalmo

Unfortunately, I haven't had a chance to test this feature yet. I will be able to do it the fastest in the second half of January. I will let you know as soon as I can do it. Thanks for your help.

Wiadomość napisana przez marekhalmo [email protected] w dniu 30.12.2020, o godz. 15:08:

Hello @panjazzon https://github.com/panjazzon .. were you able to test test the feature? @nikkow https://github.com/nikkow will you do a new release anytime soon?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nikkow/node-red-contrib-tahoma/issues/37#issuecomment-752634295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQQ2E556MF4YQE2WSVPHW3DSXMX4BANCNFSM4PWVKQQQ.

panjazzon avatar Dec 30 '20 14:12 panjazzon

@nikkow Hello, can you make a new release? This feature works on my build since aug 2020 :(

marekhalmo avatar Feb 19 '21 19:02 marekhalmo

I came back to my installation, updated node to v 2.0.3 and have no success with get it working at all. Tahoma node linked to my previously created somfy app shows "no devices". New created app doesn't link, and says:

An error has occurred Please try again. If the problem persists, please contact our technical support team.

Problem persist for 10 days.

panjazzon avatar Mar 25 '21 15:03 panjazzon

A few days ago without any action from me, everything started working. I can confirm that setting orientation is working fine. Does anyone knows how to set position and orientation at the same time with one action? For example, how send comand to blinds to move to "position":50 and then immediately set "orientation":25?

panjazzon avatar Apr 29 '21 10:04 panjazzon

Because of how the api for this nodes is constructed there is no way to set both position and orientation,... you have to make 2 calls

marekhalmo avatar Jun 25 '21 06:06 marekhalmo