433 Mhz Funktemperatursensoren auslesen

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • RE: 433 Mhz Funktemperatursensoren auslesen

      Moin

      Mein FTS zeigt seit Tagen 204,7 °C / 99.0% an.
      Mit "pilight-receive" das gleiche.

      Mit "sudo ./funktemperatursensor.sh" kommt

      Quellcode

      1. pi@raspberrypi ~ $ sudo ./funktemperatursensor.sh
      2. jq: error: Cannot index array with string
      3. parse error: Expected string key before ':' at line 196, column 5
      4. jq: error: Cannot index array with string
      5. parse error: Expected string key before ':' at line 196, column 5
      6. 111curl: (7) Failed to connect to 192.168.178.69 port 80: Keine Route zum Zielrechner
    • RE: 433 Mhz Funktemperatursensoren auslesen

      ID ist bei 44 geblieben wie es auch im Skript steht.
      Temp Ausgabe sieht so aus

      Quellcode

      1. {
      2. "message": {
      3. "id": 44,
      4. "temperature": 204.6,
      5. "humidity": 99.0,
      6. "battery": 1
      7. },
      8. "origin": "receiver",
      9. "protocol": "alecto_wx500",
      10. "uuid": "0000-b8-27-eb-cb3ea0",
      11. "repeats": 1
      12. }
      13. {
      14. "message": {
      15. "id": 832,
      16. "temperature": -0.6,
      17. "humidity": 156.0,
      18. "battery": 0
      19. },
      20. "origin": "receiver",
      21. "protocol": "alecto_ws1700",
      22. "uuid": "0000-b8-27-eb-cb3ea0",
      23. "repeats": 1
      24. }
      25. {
      26. "message": {
      27. "id": "F8",
      28. "unit": 0,
      29. "state": "off"
      30. },
      31. "origin": "receiver",
      32. "protocol": "clarus_switch",
      33. "uuid": "0000-b8-27-eb-cb3ea0",
      34. "repeats": 1
      35. }
      36. {
      37. "message": {
      38. "id": 44,
      39. "temperature": 204.6,
      40. "humidity": 99.0,
      41. "battery": 1
      42. },
      43. "origin": "receiver",
      44. "protocol": "alecto_wx500",
      45. "uuid": "0000-b8-27-eb-cb3ea0",
      46. "repeats": 1
      47. }
      Alles anzeigen