Hallo liebe Gemeinde, ich hätte da ein paar Fragen zum homeassistant . Ich habe derzeit einige Heizungsthermostate von #Fritz und von #tapo Glühbirnen, Schalter, Sensoren und kameras. ich würde gern bei den Heizungsthermostaten auf tapo/kasa umsteigen ich finde die marke Preis-Leistungs technisch gut, fritz ist tatsächlich schon sehr teuer. Welche Geräte nutzt ihr ? Habe mir heute den Home Assistant Green bestellt und bin schon ganz aufgeregt 😃.
Welche marken könnt ihr für die nutzung empfehlen?
#dutgemacht #homeassistant
Hallo liebe Gemeinde, ich hätte da ein paar Fragen zum homeassistant . Ich habe derzeit einige Heizungsthermostate von #Fritz und von #tapo Glühbirnen, Schalter, Sensoren und kameras. ich würde gern bei den Heizungsthermostaten auf tapo/kasa umsteigen ich finde die marke Preis-Leistungs technisch gut, fritz ist tatsächlich schon sehr teuer. Welche Geräte nutzt ihr ? Habe mir heute den Home Assistant Green bestellt und bin schon ganz aufgeregt 😃.
Welche marken könnt ihr für die nutzung empfehlen?
#dutgemacht #homeassistant
#homeassistant #power #flux card.
Die ist echt toll!!! #neu #new
Ich schreibe dann mal noch wenn etwas mehr Stromverkehr vorhanden ist. Ähnlich wie im Energy Chart. Nur mit Echtzeit Watt.
Es gibt auch ein Video. https://www.youtube.com/watch?v=HGFBJJRWGW0
⚡ Power Flux Card für Home Assistant – Stromfluss im Dashboard visualisieren!
YouTube
If you run home assistant and want to expose some parts of its file system to the external world, let's say for storing backups. I created a Home Assistant OS app providing this through a small WebDAV server. Feel free to let me know what you think. https://codeberg.org/apfohl/home-assistant-apps #homeassistant #webdav #golang #demiplane
If you run home assistant and want to expose some parts of its file system to the external world, let's say for storing backups. I created a Home Assistant OS app providing this through a small WebDAV server. Feel free to let me know what you think. https://codeberg.org/apfohl/home-assistant-apps #homeassistant #webdav #golang #demiplane
Not happy with the scroll wheel yet, I wonder if someone traced the exact behavior Ikea has built into it's Dirigera controller. Couldn't find anything.
As this is painful and partly impossible to build with Homeassistant automations, I've created a small service that directly talks to matter-server's websocket and makes my BILRESA dual button + scroll wheel remotes work the way I expect.
Disclaimer: This is a proof of concept vibecoded in a few nights and it works for me™️.
https://codeberg.org/markuslindenberg/home-remote-controller
Not happy with the scroll wheel yet, I wonder if someone traced the exact behavior Ikea has built into it's Dirigera controller. Couldn't find anything.
As this is painful and partly impossible to build with Homeassistant automations, I've created a small service that directly talks to matter-server's websocket and makes my BILRESA dual button + scroll wheel remotes work the way I expect.
Disclaimer: This is a proof of concept vibecoded in a few nights and it works for me™️.
https://codeberg.org/markuslindenberg/home-remote-controller
So what about these Ikea scroll wheel remotes? They send 16 button press events for a complete turn, so we simply change brightness a bit for each step.
When turned fast, the send multipress events which need to be handled and to make them scroll smoothly the transition times for brightness changes need to be tuned right.
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
As this is painful and partly impossible to build with Homeassistant automations, I've created a small service that directly talks to matter-server's websocket and makes my BILRESA dual button + scroll wheel remotes work the way I expect.
Disclaimer: This is a proof of concept vibecoded in a few nights and it works for me™️.
https://codeberg.org/markuslindenberg/home-remote-controller
So what about these Ikea scroll wheel remotes? They send 16 button press events for a complete turn, so we simply change brightness a bit for each step.
When turned fast, the send multipress events which need to be handled and to make them scroll smoothly the transition times for brightness changes need to be tuned right.
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
So smooth and efficient dimming with matter is as easy as connecting to matter-server's WS, listening to remote events and emitting Move events. 👀
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
So what about these Ikea scroll wheel remotes? They send 16 button press events for a complete turn, so we simply change brightness a bit for each step.
When turned fast, the send multipress events which need to be handled and to make them scroll smoothly the transition times for brightness changes need to be tuned right.
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
So, Home Assistant auf dem RaspPi eingerichtet.
Mal sehen wie das so ist 😉
So, Home Assistant auf dem RaspPi eingerichtet.
Mal sehen wie das so ist 😉
So smooth and efficient dimming with matter is as easy as connecting to matter-server's WS, listening to remote events and emitting Move events. 👀
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
Interacting with z2m over mqtt was easy, but how to do the same with matter?
Homeassistant uses matterjs-server (or it's older python variant) and they both expose a websocket for clients to receive events and send commands directly to matter devices. That's how Homeassistant connects to matter-server too.
You can expose matter-server's websocket on the network.
https://github.com/matter-js/matterjs-server
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
So smooth and efficient dimming with matter is as easy as connecting to matter-server's WS, listening to remote events and emitting Move events. 👀
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
Interacting with z2m over mqtt was easy, but how to do the same with matter?
Homeassistant uses matterjs-server (or it's older python variant) and they both expose a websocket for clients to receive events and send commands directly to matter devices. That's how Homeassistant connects to matter-server too.
You can expose matter-server's websocket on the network.
https://github.com/matter-js/matterjs-server
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
The two green remotes are new Ikea Matter remotes. The left one with the scroll wheel works completely different, but for the dual button remote we have the same problem as with zigbee: Homeassistant has no way of making this work smoothly.
Should it be possible though? Yes. Matter lamps have a 'Move' command and even a 'MoveWithOnOff' command with slightly different behaviour. Both work fine on the Ikea Matter bulbs.
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
Interacting with z2m over mqtt was easy, but how to do the same with matter?
Homeassistant uses matterjs-server (or it's older python variant) and they both expose a websocket for clients to receive events and send commands directly to matter devices. That's how Homeassistant connects to matter-server too.
You can expose matter-server's websocket on the network.
https://github.com/matter-js/matterjs-server
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation
Is there an existing project or integration for #ESPHome to passively measure a 9V battery's charge?
Family member asked if there's a way to integrate a battery charge meter for e.g. fire alarms into #HomeAssistant (which obviously would mean sticking two cables into its back to directly measure the 9V block, but even more obviously can't be anything active that sits inbetween battery and alarm). I can only find ideas, not some kind of finished and proven project.
#diy
Is there an existing project or integration for #ESPHome to passively measure a 9V battery's charge?
Family member asked if there's a way to integrate a battery charge meter for e.g. fire alarms into #HomeAssistant (which obviously would mean sticking two cables into its back to directly measure the 9V block, but even more obviously can't be anything active that sits inbetween battery and alarm). I can only find ideas, not some kind of finished and proven project.
#diy
The two green remotes are new Ikea Matter remotes. The left one with the scroll wheel works completely different, but for the dual button remote we have the same problem as with zigbee: Homeassistant has no way of making this work smoothly.
Should it be possible though? Yes. Matter lamps have a 'Move' command and even a 'MoveWithOnOff' command with slightly different behaviour. Both work fine on the Ikea Matter bulbs.
#zigbee2mqtt #nodered #homeassistant #zigbee #matter #homeautomation