Karl Lattimer

Results 67 comments of Karl Lattimer

LGTV is now usable as a library. I need to make a pypi release of it when I find a minute but it's pip installable from the git URL now....

I think at the very least model and brand should appear in both events and device entries in MQTT if they are known.

model isn't sufficient to build a unique path for MQTT from, it needs to have a MQTT path compliant device type identifier and a unique instance identifier, I don't always...

M[model] doesn't produce a good output P[protocol:255] is better, if the protocol numbers are auto-assigned then it should be possible to include them in the flex decoder? from the other...

Protocol is neater, and there's still not unique identifier that's required in there.

Even being able to specify a fixed protocol, or have the first row back populate into the object would help. For instance I have this decoder... ```n=Doorbell,m=OOK_PWM,s=300,l=600,r=5256,g=548,t=134,y=0,bits=25,match=cba,get={12}:protocol,get=:12:{8}:id``` This produces a...

Spurious as in, my motion sensors identify as smoke detectors, and are the wrong brand/model... but the data is usable.

Sure, but a numeric protocol is more ambiguous in the right way, in so far as the model name is misleading, I have actual sensors which are different brands and...