Shelly 2 as roller shutter with percentage

hi yes it is responding to the slider but to the mqtt roller component, not from the added slider :frowning:

This is my config and Iā€™m happy with this

00

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 :frowning:

15

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

It seems that the issue is the slider-entity-row lovelace custom.

Have you installed it correctly?

Iā€™m such a noobā€¦ :smile: i didnā€™t install it at allā€¦where i can put the slider-entity-row.js, under installation root/custom_components ?

Follow this guide to install lovelace plugins

Home%20Assistant%202019-05-28%2015-16-46
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 :frowning:

Have you tried to replicate it in the Services panel?

Yes, same issue.
Shutter close completely.

Home%20Assistant%202019-05-28%2018-40-58

Just tried and itā€™s working for me, also via Node Red (with or without double quotes).

The roller are already calibrated, I imagine.