Giter Site home page Giter Site logo

somfy_remote's People

Contributors

einfacharne avatar hopi avatar nickduino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

somfy_remote's Issues

Debuggability

Hi,
I am using NodeMCU ESP-32S together with D-SUN CC1101 433 MHz module and am having the "it's just not working at all" issue.
After setting my blinds into PROG mode there is just no reaction when sending "myremote/PROGRAM" at all and after some timeout blinds exit PROG mode in the end.

Looking for a way to debug the code I found out as you are using an external CC1101 library which itself does not really care about status information it is hard to do any debugging at all.

Do you have an Idea, how to best check if basic functionality is working?

I might add, that I've already:

  • reviewed three times the cabeling
  • hacked in a function to read direct CC1101 registers. Strangely both chip version (0x31) and txbytes (0x3A) both return "47" (or 0x2f)

Best Regards, AlmightyFrog

wrong pinout for ESP8266

in Somfy_Remote.cpp the gdo0Pin and gdo2Pin are set to GPIO 2 and 4 which do not correspond to pins D1 and D2 on the ESP8266

#elif ESP32 || ESP8266
gdo0Pin = 2;
gdo2Pin = 4;

instead for the esp8366 it has to be gdo0Pin=5 and gdo2Pin=4
image

please correct me if I made a dummy mistake. I am new to this kind of stuff.

please release v1.0.1

Hi,

could you please release v1.0.1 to PlatformIO.org? It has the 1.0.0 with the EEPROM bug still listed as latest.

Thanks!

Arduino code not compiling

This is my first time tring this library out and i get this error from arduino when i wanna compile

In file included from C:\Users\Engr Fash\Documents\Arduino\libraries\Basecamp/Basecamp.hpp:10:0,

             from C:\Users\Engr Fash\Documents\Arduino\libraries\Somfy\examples\WiFi_Multi_Remote_ESP32\WiFi_Multi_Remote_ESP32.ino:25:

C:\Users\Engr Fash\Documents\Arduino\libraries\Basecamp/Configuration.hpp:12:19: fatal error: sstream: No such file or directory

compilation terminated.

exit status 1
Error compiling for board Arduino Uno WiFi.

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.