Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. AndreD
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    AndreD

    @AndreD

    0
    Reputation
    8
    Posts
    367
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    AndreD Follow

    Best posts made by AndreD

    This user hasn't posted anything yet.

    Latest posts made by AndreD

    • RE: πŸ’¬ Building a WiFi Gateway using ESP8266

      If put in client mode
      #define MY_CONTROLLER_IP_ADDRESS 192, 168, 2, 9
      I get an error. How to win.

      **
      Arduino: 1.8.2 (Windows 7), ΠŸΠ»Π°Ρ‚Π°:"Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"

      "C:\Users\DedHP\AppData\Local\Temp\arduino_build_364162\sketch\GatewayESP8266.ino.cpp.o"
      In file included from C:\Users\DedHP\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:39:0,

                   from C:\Users\DedHP\AppData\Local\Temp\arduino_modified_sketch_313960\GatewayESP8266.ino:132:
      

      C:\Users\DedHP\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/WiFiClient.h: In instantiation of 'size_t WiFiClient::write(T&, size_t) [with T = char*; size_t = unsigned int]':

      C:\Documents\Arduino\ams\Arduino\libraries\MySensors/core/MyGatewayTransportEthernet.cpp:207:58: required from here

      C:\Users\DedHP\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/WiFiClient.h:123:36: error: request for member 'available' in 'source', which is of non-class type 'char*'

       size_t left = source.available();
      
                                      ^
      

      C:\Users\DedHP\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi\src/WiFiClient.h:127:5: error: request for member 'read' in 'source', which is of non-class type 'char*'

       source.read(buffer.get(), will_send);
      
       ^
      

      Π˜ΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠ΅ΠΌ Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΡƒ ESP8266WiFi вСрсии 1.0 ΠΈΠ· ΠΏΠ°ΠΏΠΊΠΈ: C:\Users\DedHP\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266WiFi
      Π˜ΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠ΅ΠΌ Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΡƒ MySensors вСрсии 2.1.1 ΠΈΠ· ΠΏΠ°ΠΏΠΊΠΈ: C:\Documents\Arduino\ams\Arduino\libraries\MySensors
      Π˜ΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠ΅ΠΌ Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΡƒ EEPROM вСрсии 1.0 ΠΈΠ· ΠΏΠ°ΠΏΠΊΠΈ: C:\Users\DedHP\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\EEPROM
      Π˜ΡΠΏΠΎΠ»ΡŒΠ·ΡƒΠ΅ΠΌ Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΡƒ SPI вСрсии 1.0 ΠΈΠ· ΠΏΠ°ΠΏΠΊΠΈ: C:\Users\DedHP\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\SPI
      exit status 1
      Ошибка компиляции для ΠΏΠ»Π°Ρ‚Ρ‹ Generic ESP8266 Module.*

      posted in Announcements
      AndreD
      AndreD
    • RE: Multiple Relays + Motion sketch, fully customizable, optional timer, manual override

      Ρ‚ΠΎ gohan
      Example.

      1. The server turned on the relay at 11 hours 00 minutes.
        2.In 11-02 minutes. Alarm with relay module power.
        3.In 11-05 minutes the server sends a command to turn off the relay.
      2. in 11-30 minutes. The power to the relay module resumes. (Relay Enabled)
      3. Server status is off (Relay is on)
      4. The result - the neighbors below are happy to repair: (

      Question. How to request real relay status from the server.

      posted in Development
      AndreD
      AndreD
    • RE: Multiple Relays + Motion sketch, fully customizable, optional timer, manual override

      person
      Next problem....
      Anybody know how edit sketch for relays to add itrms to send repeate update status to gateway? I want eliminate problem when node start and change status , but gateway is disabled. And after gateway will be enable show in my Domoticz old status/last memory before disable gateway. But after this node has changed status and this status is not show in Domoticz after run. I want to work it as Z-Wave. Z-wave has always actual status. Is any chance to also MySensors Gateway and not has always actual status ?

      posted in Development
      AndreD
      AndreD
    • RE: Multiple Relays + Motion sketch, fully customizable, optional timer, manual override

      Suppose.
      We have a server + gateway + relay module 1 + relay module 2 ..... all relays are on.
      There is a power failure at the relay module ..... the relays turned off.
      The server status is old, not correct.
      The recording of the status of the relay in memory is not acceptable.

      posted in Development
      AndreD
      AndreD
    • RE: Multiple Relays + Motion sketch, fully customizable, optional timer, manual override

      How to send the relay to the gateway every 30 seconds?

      posted in Development
      AndreD
      AndreD
    • RE: πŸ’¬ Light Level Sensor - LM393

      Use the other analog pins (A1 to A7)

      It's clear. I do not know what variables need to assign additional.

      posted in Announcements
      AndreD
      AndreD
    • RE: πŸ’¬ Light Level Sensor - LM393

      how to connect 2-5 lm393.

      posted in Announcements
      AndreD
      AndreD