tricoos

Results 25 comments of tricoos

The Aqara motion sensor is a Zigbee device. How did you get an IP address for `address`? Zigbee is not IP-based...

I guess controlling Tradfri lightbulbs is only possible via a Xiaomi hub that has built-in Zigbee support? Tradfri lights are controlled via Zigbee and not Wifi so they cannot not...

Die Alternativen RedMatic und das Node-Red Addon setzen eine CCU3 voraus - hm2mqtt.js läuft auch nicht mit einer CCU2, daher scheint es keine Alternativen für CCU2-Besitzer zu geben. Ich habe...

This essentially looks like a bug in Planka (or in the docker-compose files, respectively), because of this: The Postgres Docker file at https://github.com/plankanban/planka/blob/master/docker-compose-db.yml contains this: `POSTGRES_HOST_AUTH_METHOD=trust` This means according to...

As an addition to my previous comment: I simply added pgadmin to my docker-compose and I was able to login to Postgres with the user name "postgres" and no password,...

@knadh It's this doc here, correct? https://github.com/knadh/listmonk/blob/master/docs/docs/content/apis/subscribers.md

@pratik-codes I'm not working on it, feel free to do it - I found this method mentioned in an issue: https://github.com/knadh/listmonk/issues/927#issuecomment-1231459744 It works, but it's not documented.

Still doesn't work, why is there no such function? This is such an essential functionality and should be part of the connection info: ``` const WiFi = require('wifi').WiFi, net =...

With some issue digging I found this: https://github.com/kaluma-project/kaluma/issues/554 That lead me to this code: ``` console.log("Connecting to WiFi...."); wifi.connect((err) => { if (err) { console.error(err); } else { wifi.getConnection((err, connInfo)...

I've forked, modified and extended your project because your project wouldn't work for me as I needed it: https://github.com/tricoos/HS100toMQTT And yes - I didn't use a .env file there ;)