Neo smart blinds cant be added

i have 10 neo smart blinds that i want to add to ha but im failing to do so i have used this rep from github it dosnt work at all GitHub - mtgeekman/Home_Assistant_NeoSmartBlinds: Adds NeoSmart Blinds support to Home-Assistant.

i have used this code and have all the right info inside it dosnt show on home assistant

cover:

  • platform: neosmartblinds
    name: Blind One
    host: 192.168.0.13
    hub_id: 000000000000000000000000
    protocol: http
    port: 8838
    blind_code: 021.230-04
    close_time: 30
    rail: 1
    percent_support: 1
    motor_code: bf
    start_position: 50
    parent_group: 021.230-15

or could use a programable rf/ir blaster
let me know :slight_smile:

This is my configuration for 1 blind. Works fine. I assume that you have a hub to control the blinds, if not that is your issue…

cover:
platform: neosmartblinds
name: Lounge left
host: 192.168.0.166
hub_id: DOBbDpGGU92iRD5DXXXXX
protocol: http
port: 8838
blind_code: 185.086-02
close_time: 17
rail: 1

I see I have a hub
I have a vlan. does your hub show any web page at all? and what custom integration code you using.