hi yes it is responding to the slider but to the mqtt roller component, not from the added slider
This is my config and Iām happy with this
In ui-lovelace.yaml
- type: entities
show_header_toggle: false
title: Tende esterne
entities:
- entity: cover.tenda_sala
name: Tenda sala
icon: mdi:blinds
- type: custom:slider-entity-row
entity: cover.tenda_sala
full_row: true
In cover.yaml
name: "Tenda sala"
command_topic: "shellies/shellyswitch-xxxxxx/roller/0/command"
position_topic: "shellies/shellyswitch-xxxxxx/roller/0/pos"
set_position_topic: "shellies/shellyswitch-xxxxxx/roller/0/command/pos"
availability_topic: 'shellies/shellyswitch-xxxxxx/online'
unique_id: 'Shelly Tenda sala'
qos: 0
retain: false
payload_open: "close"
payload_close: "open"
payload_stop: "stop"
payload_available: 'true'
payload_not_available: 'false'
position_open: 0
position_closed: 100
optimistic: false
If you use MQTT under developer tools and publish a number to shellies/shellyswitch-559C7E/roller/0/command/pos what happens?
Apart from you using the custom slider I have the same as you and it works great.
if i use shellies/shellyswitch25-73C369/roller/0/pos
the sensor changes
Does the cover actually move though?
And have you run calibration on the Shelly?
That is not helping you. If I do the same I get the same result as you. Can you see it moving?
will check tonight ashcott
Anyone tested on Hadashboard? Is there any coders?
Well, did you get it sorted?
What was the problem?
hi there
i was not able to implementā¦
i had to follow the other option to use custom card
Can you please help me ? Do i need to insert something more to my lovelace config file ?
Everything is working, but i cant create a card with everything
Iām such a noobā¦ i didnāt install it at allā¦where i can put the slider-entity-row.js, under installation root/custom_components ?
My Shells works fine and i can control it in lovelace with specific positions when i am using the slider.
When i am using automation i am using the following code:
cover.set_cover_position
{
āentity_idā: ācover.jalousie_kuecheā,
āpositionā: 35
}
In this case the complette shutter is closing and not setting to 35.
Can anyone tell me why?
Slider works, automation not -> Strange
Have you tried to replicate it in the Services panel?
Yes, same issue.
Shutter close completely.