DataGhost

Results 14 comments of DataGhost

In the example, it could be that some search terms (or other query components) also match another entry in the database, e.g. by title. I've had a specific one when...

I mean this is nice and all, and no offense meant @mmattioli but you might as well skip the entire validation if this is what you're using. The certificate used...

Well, I don't know yet (edit: I guess I do after writing this comment), I haven't yet read all documentation on this subject. I have read a fair deal more...

Yes, some URLs have been added and the one in the given example here is the default when left-clicking to open a video. My PR should fix that but upstream...

Oh yes, I did save this too, for one of the devices: On 16.11.0 (I made this one just now, *after* the other two below): ``` {"id":43,"type":"Router","ieeeAddr":"0xa4c13801e33848a2","nwkAddr":8903,"manufId":4107,"manufName":"_TZ3000_okaz9tjs","powerSource":"Mains (single phase)","modelId":"TS011F","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,3,4,5,6,10,57344,1794,2820,4096,6280],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"hwVersion":0,"manufacturerName":"_TZ3000_okaz9tjs","zclVersion":3,"appVersion":112,"modelId":"TS011F","powerSource":1}},"genOnOff":{"attributes":{"32768":0,"onOff":1,"tuyaBacklightMode":0,"moesStartUpOnOff":2,"onTime":0,"offWaitTime":0}},"haElectricalMeasurement":{"attributes":{"rmsVoltage":236,"rmsCurrent":0,"activePower":0,"acCurrentDivisor":1000,"acCurrentMultiplier":1}},"seMetering":{"attributes":{"currentSummDelivered":[0,1],"divisor":100,"multiplier":1}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0xdc8e95fffe27a7de","endpointID":1},{"cluster":2820,"type":"endpoint","deviceIeeeAddress":"0xdc8e95fffe27a7de","endpointID":1},{"cluster":1794,"type":"endpoint","deviceIeeeAddress":"0xdc8e95fffe27a7de","endpointID":1}],"configuredReportings":[{"cluster":6,"attrId":0,"minRepIntval":0,"maxRepIntval":65000,"repChange":1,"manufacturerCode":null},{"cluster":2820,"attrId":1285,"minRepIntval":5,"maxRepIntval":3600,"repChange":5,"manufacturerCode":null},{"cluster":2820,"attrId":1288,"minRepIntval":5,"maxRepIntval":3600,"repChange":50,"manufacturerCode":null},{"cluster":1794,"attrId":0,"minRepIntval":5,"maxRepIntval":3600,"repChange":[1,1],"manufacturerCode":null}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":112,"stackVersion":2,"hwVersion":0,"swBuildId":"0122052017","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1310285083},"lastSeen":1703867518437,"defaultSendRequestWhen":"immediate"} ```...

I have 43 devices in my network so there are some unrelated messages in the logs, I just don't know how to filter them from the herdsman debug log so...

This seems to fix it for _TZ3000_gvn91tmx, full set of working values. But _TZ3000_okaz9tjs is not reporting energy (stays at 0), the voltage/current/power are reported correctly. It's not pushing any...

Took a bit longer but I did some more tests with a _TZ3000_okaz9tjs plugged into a _TZ3000_gvn91tmx to see if they were doing the same thing. On the current latest-dev...

So after you've decided whether or not to do anything with the PR, I think the changes done in the external converter are good to merge again :)