GithubHelp home page GithubHelp logo

not getting data about weewx-sdr HOT 4 OPEN

promy avatar promy commented on June 26, 2024
not getting data

from weewx-sdr.

Comments (4)

andylittle avatar andylittle commented on June 26, 2024

post some of the output of rlt_433 -M utc -F json

from weewx-sdr.

promy avatar promy commented on June 26, 2024

here are some of the values

{"time" : "2023-11-10 14:41:47", "model" : "Hideki-TS04", "id" : 6, "channel" : 1, "battery_ok" : 1, "temperature_C" : 7.600, "humidity" : 84, "mic" : "CRC"}
{"time" : "2023-11-10 14:41:47", "model" : "Hideki-TS04", "id" : 6, "channel" : 1, "battery_ok" : 1, "temperature_C" : 7.600, "humidity" : 84, "mic" : "CRC"}
{"time" : "2023-11-10 14:41:47", "model" : "Hideki-TS04", "id" : 6, "channel" : 1, "battery_ok" : 1, "temperature_C" : 7.600, "humidity" : 84, "mic" : "CRC"}
{"time" : "2023-11-10 14:41:53", "model" : "Hideki-TS04", "id" : 0, "channel" : 2, "battery_ok" : 1, "temperature_C" : 22.000, "humidity" : 60, "mic" : "CRC"}
{"time" : "2023-11-10 14:41:53", "model" : "Hideki-TS04", "id" : 0, "channel" : 2, "battery_ok" : 1, "temperature_C" : 22.000, "humidity" : 60, "mic" : "CRC"}
{"time" : "2023-11-10 14:41:53", "model" : "Hideki-TS04", "id" : 0, "channel" : 2, "battery_ok" : 1, "temperature_C" : 22.000, "humidity" : 60, "mic" : "CRC"}
{"time" : "2023-11-10 14:42:05", "model" : "Hideki-Rain", "id" : 0, "channel" : 4, "battery_ok" : 1, "rain_mm" : 2255.400, "mic" : "CRC"}
{"time" : "2023-11-10 14:42:05", "model" : "Hideki-Rain", "id" : 0, "channel" : 4, "battery_ok" : 1, "rain_mm" : 2255.400, "mic" : "CRC"}
{"time" : "2023-11-10 14:42:06", "model" : "Hideki-Rain", "id" : 0, "channel" : 4, "battery_ok" : 1, "rain_mm" : 2255.400, "mic" : "CRC"}

from weewx-sdr.

promy avatar promy commented on June 26, 2024

an extra comment: in the log it shows up if my garage door remote is pressed: "weewx[16535] DEBUG user.sdr: parse_json: unknown model Microchip-HCS200"
so something is happening i guess

from weewx-sdr.

promy avatar promy commented on June 26, 2024

I found the problem: the example suggests outBatteryStatus = battery.1:9.HidekiTS04Packet
But the 9 is the id.... mine is another number, after changing this, it was solved ;-)

for the HidekiRainPacket and HidekiWindPacket i (think) i found an error in sdr.py: it says
pkt['rolling_code'] = obj.get('rc')

but with my sensors i needed to change this to

pkt['rolling_code'] = obj.get('id')

this just like the HidekiTS04Packet where this was already changed

from weewx-sdr.

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.