[vz-users] Control6

W3ll Schmidt w3llschmidt at googlemail.com
Sun Aug 12 20:59:58 CEST 2012


Hallo, guten Abend!

ich brauche mal etwas Hilfe (AVR NET IO mit 644-20) ...

DS1820 via "log_onewire_ecmd.sh" direkt auf der Middleware läuft 1a
... ich bekomme es aber nicht
mit Control6 hin :-/

Sieht jemand einen Fehler?

---

C6_HEADER(`/* This will be in control6.h */')

CONTROL_START;

 THREAD(1wirelog);

  int16_t temp1 = ONEWIRE_GET(10762d57020800a2);
  char temp_str[5];
  itoa_fixedpoint(temp1, 1, temp_str);
dnl  HTTPLOG("734c99e0-e18f-11e1-8cf2-9f3673343c9d.json?value=%5s",temp_str);
  WAIT(10);

 THREAD_END(1wirelog);

ON STARTUP DO THREAD_START(1wirelog) END;

CONTROL_END;

---

Grue|3e H3nrik!


More information about the volkszaehler-users mailing list