Coder Social home page Coder Social logo

Comments (6)

heymkeyu avatar heymkeyu commented on August 20, 2024
{
  "cfg":{"id":1,"lg":"it",
    "tm":"17:24:29","dt":"06/08/2020",
    "sc":{"m":1,"distm":0,"ots":{"bc":0,"wtm":10},"p":0,"d":[
      ["00:00",0,0],
      ["09:30",45,1],
      ["09:30",45,0],
      ["09:30",45,0],
      ["09:30",45,0],
      ["09:30",45,1],
      ["11:00",60,0]],"dd":[
      ["00:00",0,0],
      ["10:30",30,1],
      ["10:30",30,0],
      ["10:30",30,0],
      ["10:30",30,0],
      ["10:30",30,1],
      ["00:00",0,0]]},
    "cmd":0,
    "mz":[9,10,11,12],"mzv":[0,1,2,3,0,1,2,3,0,2],
    "rd":0,
    "sn":"2019XXXXXXXXXXXX04",
    "modules":{"US":{"enabled":1}
}},
  "dat":{
    "mac":"98XXXXXXXXXXXX80",
    "fw":3.16,"fwb":4,
    "bt":{"t":24.7,"v":18.87,"p":95,"nr":128,"c":0,"m":0},
    "dmp":[-0.5,1.1,267.5],
    "st":{"b":19061,"d":275095,"wt":20340,"bl":36},
    "ls":7,"le":0,"lz":4,
    "rsi":-69,"lk":1,"act":1,"tr":0,"conn":"wifi",
    "rain":{"s":0,"cnt":0},
    "modules":{"US":{"stat":"ok"},"DF":{"stat":"ok"}
}}
}

from iobroker.worx.

heymkeyu avatar heymkeyu commented on August 20, 2024

modules:
US = ACS
DF = OffLimits

from iobroker.worx.

hsteinme avatar hsteinme commented on August 20, 2024

Ich habe den von @heymkeyu geschilderten Ablauf nachgespielt. Die Zerstörung des 2. Zeitfensters trat bei mir nicht auf. Ablauf:

  • Mähzeiten in App eingestellt: montags 09:00, 60, true und montags 15:00, 60, false

2020-08-07 22:47:57.917 - �[34mdebug�[39m: worx.0 (4928) GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"22:47:55","dt":"07/08/2020","sc":{"m":1,"distm":0,"ots":{"bc":0,"wtm":60},"p":0,"d":[["00:00",0,0],["09:00",60,1],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0]],"dd":[["00:00",0,0],["15:00",60,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0]]},"cmd":0,"mz":[6,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"999999999999999999X9","modules":{}},"dat":{"mac":"XXXXXXXXXXXX","fw":3.16,"fwb":4,"bt":{"t":20.9,"v":19.17,"p":100,"nr":443,"c":0,"m":1},"dmp":[3.6,-2.1,337.4],"st":{"b":42053,"d":754954,"wt":44150,"bl":80},"ls":1,"le":0,"lz":8,"rsi":-73,"lk":0,"act":1,"tr":0,"conn":"wifi","rain":{"s":1,"cnt":0},"modules":{"DF":{"stat":"ok"}}}}

  • Beide Mähzeiten werden korrekt empfangen.
  • mowTimeExtend = -100 gesetzt

2020-08-07 22:48:52.565 - �[34mdebug�[39m: worx.0 (4928) Worxcloud MQTT sendMessage to 999999999999999999X9 Message: {"sc":{"m":1,"distm":0,"p":-100,"d":[["00:00",0,0],["09:00",60,1],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0]],"dd":[["00:00",0,0],["15:00",60,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0]]}}

  • Beide Mähzeiten werden korrekt mitgesendet.

2020-08-07 22:48:54.125 - �[34mdebug�[39m: worx.0 (4928) GET MQTT DATA from API: {"cfg":{"id":1,"lg":"it","tm":"22:48:51","dt":"07/08/2020","sc":{"m":1,"distm":0,"ots":{"bc":0,"wtm":60},"p":-100,"d":[["00:00",0,0],["09:00",60,1],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0]],"dd":[["00:00",0,0],["15:00",60,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0],["00:00",0,0]]},"cmd":0,"mz":[6,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"999999999999999999X9","modules":{}},"dat":{"mac":"XXXXXXXXXXXX","fw":3.16,"fwb":4,"bt":{"t":20.9,"v":19.16,"p":100,"nr":443,"c":0,"m":1},"dmp":[3.6,-2.1,337.4],"st":{"b":42053,"d":754954,"wt":44150,"bl":80},"ls":1,"le":0,"lz":8,"rsi":-73,"lk":0,"act":1,"tr":0,"conn":"wifi","rain":{"s":1,"cnt":0},"modules":{"DF":{"stat":"ok"}}}}

  • Beide Mähzeiten werden erneut korrekt empfangen.

Adapter Version 1.1.0, Install am 7.8.2020 von GitHub
FW Version 3.16b4

from iobroker.worx.

Cosmicbase avatar Cosmicbase commented on August 20, 2024

Adapter Version 1.1.0, von GitHub habe ich nicht gefunden.
Ich habe 1.0.2 installiert.
Wo gibt's die 1.1.0?

from iobroker.worx.

hsteinme avatar hsteinme commented on August 20, 2024

Wo gibt's die 1.1.0?

Bei einer Installation über die GitHub-URL des Adapters

from iobroker.worx.

MeisterTR avatar MeisterTR commented on August 20, 2024

try 1.2.3

from iobroker.worx.

Related Issues (20)

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.