Replies: 1 comment 3 replies
-
Did you try to just write |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have some exterior shades that we use. They utilize a Somfy RTSI converter to change z-wave into their radio signal. Unfortunately the converter advertises that it can report cover position, but it cannot (it just parrots the last value you send it). I want to get around this by always having Home Assistant see a 50 value which will allow for both opening/closing the cover.
I thought I could do this by creating a custom device and setting the value template to a number, but Home Assistant is not seeing that 50. Since I'm using the webSocket connection there are no MQTT messages I can look at to troubleshoot, so I'm looking for anyone's advice or suggestions on what I may be doing wrong here. I know the value template works as I tested it in Home Assistant Tempalting and it does spit out a 50.
Beta Was this translation helpful? Give feedback.
All reactions