Nicolas Humbert

Results 21 comments of Nicolas Humbert

I think that all other calculations return a wrong value. I'm limited to 2Mb filesize. I get an operation not permitted error. ``` cp: error writing ‘./grafana_2.1_armv6l.tgz’: Operation not permitted...

Still occuring with job API, with url parameter and json data : `curl -XPOST -b"JSESSIONID=node0lu48m62ka0f6yo5dgody7wam8.node0; Path=/; HttpOnly" "http://localhost:4440/api/1/job/79c369ee-30a1-4875-ba6e-f7865209602c/run" --data-urlencode 'filter=adresse_ip: 10.* !nodename: fleur-0'` `curl -H "Content-Type: application/json" -XPOST -b"JSESSIONID=node0lu48m62ka0f6yo5dgody7wam8.node0; Path=/;...

> **Describe the solution you'd like** A addition to the relay flag command. The relay would send a ping / heartbeat to a central server which manages and displays them....

Same here, according to https://github.com/zigpy/zha-device-handlers/blob/dev/README.md, quirk is based on a Node Descriptor and a Simple Descriptor : ``` [0x8c8d:1] Discovered endpoint information: SizePrefixedSimpleDescriptor(endpoint=1, profile=260, device_type=262, device_version=1, input_clusters=[0, 1, 1024, 57346],...

According to https://zigbeealliance.org/wp-content/uploads/2019/12/07-5123-06-zigbee-cluster-library-specification.pdf Cluster _0x0000 Basic_ (p102) : ``` 0x0004 ManufacturerName 0x0005 ModelIdentifier ``` Cluster _0x0001 Power Configuration_ (p110) : ``` 0x0020 BatteryVoltage 0x0021 BatteryPercentageRemaining ``` Cluster _0x400 Illuminance Measurement_...

Device seems based on [CHT8305 sensor](https://github.com/sensylink/CHT8305/blob/master/CHT8305.cpp) ``` uint CHT8305_get_temp_humi(float *t, float *h) { CHT8305_read_reg(CHT8305_REG_TEMP, 4); unsigned int th, tl, hh, hl; th = buf[0]; tl = buf[1]; hh = buf[2];...

21.3°C and 56.3%, 20.2°C and 43.6%, using C°/°F switch, debug remains the same : ``` 2021-05-19 21:06:00 DEBUG (MainThread) [zigpy.appdb] [0x920d:1:0xe002] Attribute id: 53258 value: 40 2021-05-19 21:06:00 DEBUG (MainThread)...

Tuya cluster is 0xEF00 according to https://github.com/Koenkk/zigbee-herdsman/blob/master/src/zcl/definition/cluster.ts What is 0xe002 cluster ? Does Tuya change its cluster id ? What is 0x55aa header into https://developer.tuya.com/en/docs/iot/tuya-zigbee-module-uart-communication-protocol?id=K9ear5khsqoty#title-2-Frame%20format%20description ? So many questions !...

Think you're right, hope sensor will periodically send its data. Using Zigbee2MQTT, just found meaning of some messages : Humidity alarm (>90%, not sure about this threshold) ``` 0x08 0x3e...

According to https://www.aliexpress.com/item/1005002434961203.html?spm=a2g0s.9042311.0.0.15874c4dZYVRAj ``` Note: when pair with the app, some function will be not working, please don't worry, it is because the gateway needs to be updated, tuya will...