Giter VIP home page Giter VIP logo

esphome-elero's People

Contributors

andyboeh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

esphome-elero's Issues

Can't get blinds to move

Hi,

first of all: really cool project!

I have sucessfully received packets and they look like this in my home (up command):

len=27, cnt=186, typ=0x44, typ2=0x00, hop=00, syst=01, chl=03, src=0x86ab10, bwd=0x86ab10, fwd=0x86ab10, #dst=01, dst=000003, rssi=-51.0, lqi=45, crc= 1, payload=[0x00 0x04 0x00 0x00 0x20 0x00 0x00 0x00 0x00 0x40]

However, I can't get the blinds to move. These are the messages I am sending:

len=29, cnt=01, typ=0x44, typ2=0x00, hop=00, syst=01, chl=03, src=0x86ab10, bwd=0x86ab10, fwd=0x86ab10, #dst=01, dst=000003, payload=[0x00 0x04 0x8f 0x71 0x20 0x00 0x00 0x00 0x00 0x00]

Everything seems to match, except payload's 3rd, 4th and 10th byte - any idea what could be the issue?

Also the readme seems to be incorrect regarding the index of the command byte:
The very last byte of the payload doesn't matter, the second-last byte is the command to send.
should be the 5th byte.

This is my config:

external_components:
  - source: github://breinsp/esphome-elero
    refresh: 0s

spi:
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19

elero:
  cs_pin: GPIO5
  gdo0_pin: GPIO17
  freq0: 0x7a
  freq1: 0x71
  freq2: 0x21

cover:
  - platform: elero
    blind_address: 0x000003
    channel: 3
    remote_address: 0x86ab10
    name: Bedroom
    payload_1: 0x00
    payload_2: 0x04
    pck_inf1: 0x44
    pck_inf2: 0x00
    hop: 0x00

Thanks!

Example config.yaml

hey
very interessting project. i use at the moment eleropy on micropython, but it is not realy easy to maintain, so the same on esphome plattform will be great.
do you have a complete config.yaml with the componet include line.
thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.