roysbike

Results 7 comments of roysbike

> @fabiosoft > the key-id is sent from esp-easy via MQTT to node-red. > there i check and allow/deny the door-openings within a timeframe. > > ![image](https://user-images.githubusercontent.com/5937811/94713567-42053480-034b-11eb-989e-bdf00387a541.png) what is fingerprint...

How to add user over mqtt? I try: `mosquitto_pub -h mqtt.360on.ru -u mqtt -P Aej9eeNgei0e -t rfid-blackcat/accesslist -m '{"doorip":"192.168.1.2","cmd":"adduser","uid":"1234","user":"test","acctype":"1","acctype2":"null","acctype3":"null","acctype4":"null","validuntil":"2145916800"}'`

@nardev thk! 1) C5 220uF ? Realy 220uf or 220 pf, 220nf? 2)There is no C2 in the list, what are its parameters? 3) ESP-12F only or ESP-12S, 12E?

The latest HAP (Non-Commercial) documentation (R2) still has no reference to HomeKit Secure Video [HAP-Specification-Non-Commercial-Version.pdf](https://github.com/KhaosT/homebridge-camera-ffmpeg/files/3804296/HAP-Specification-Non-Commercial-Version.pdf)

zabbix api 5.4.10 `2022-02-09 05:20:29,486 ERROR ('Error -32602: Invalid params., Invalid parameter "/options": unexpected parameter "valueMaps".', -32602) `

Make for arm7: ``` FROM python:slim-buster WORKDIR /app COPY *.py ./ RUN apt update && apt upgrade && pip3 install paho-mqtt requests && pip install paho-mqtt requests RUN chmod +x...