logo elektroda
logo elektroda
X
logo elektroda

OpenBeken - SendGet Unknown command error when defining GET

Mad_Maxs 429 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 20982929
    Mad_Maxs
    Level 11  
    Hi, I'm trying to define myself a GET that will be executed every 60 seconds with the following command:
    
    addRepeatingEvent 60 -1 SendGet http://192.168.1.15/sensor.php?test=1
    

    It has added itself correctly, but each call, gives an error in the logs.
    When I try to execute the GET itself I get:
    Error CMD: cmd SendGET not found with argument http://192.168.1.15/sensor.php?test1.
    What am I doing wrong?
  • ADVERTISEMENT
  • #2 20983689
    p.kaczmarek2
    Moderator Smart Home
    Let's check. With me on OBK it works:
    Screenshot of the BK7231T_WB3S_WhiteStripWindows command tool interface.
    Let's check in the latest version:
    User interface of Command Tool for BK7231T
    Unless you are trying to do it on another platform, for example on OpenBL602. From what I remember it was with BL602 that there was a serious problem with OTAs, as there simply wasn't enough space for them and some of the functions are not enabled there. They would have to be enabled first. The implementation is already available (because all platforms have LWIP), but you would have to include it in make and add #define
    Helpful post? Buy me a coffee.
  • #3 20983979
    Mad_Maxs
    Level 11  
    p.kaczmarek2 wrote:
    Unless you are trying to do this on another platform, for example OpenBL602

    In point, BL602 :) one of the first sockets I purchased.
    p.kaczmarek2 wrote:
    It would need to be switched on first. The implementation is already available (as all platforms have LWIP), but it would need to be included in make and #define added

    Is this something I can do myself, or is it left waiting for a release?
ADVERTISEMENT