Replies: 1 comment 4 replies
-
|
This can be achieved by using a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm creating a converter for a cover entity, the issue is that this motor receives it's current position in one datapoint, but has another datapoint for target position. I was unable to find a way to merge those into one thing, so that the value gets pulled from one datapoint but when I set my target position it should write to the other. Here's my current adapter:
The current adapter is janky since i have to use that second entity to set the position. For some reason, the current position is always updated after i move it using OPEN and CLOSE commands, but it fails when i click the refresh button, error message:
z2m: No converter available for 'get' 'position' ()I wasn't able to find any example of other devices that behave like that to use as reference. I've tried using a custom fromZigbee and toZigbee but it didn't work, not sure what was wrong with that though.
Thank you in advance for taking the time to help.
Beta Was this translation helpful? Give feedback.
All reactions