digiblur

Results 45 comments of digiblur

It would be pretty slick if it would output motion events via MQTT.

Great... I've been bugging manufacturers over and over about some simple MQTT publishes and subscribes. Would be awesome for doing integrations with NodeRed, HomeAssistant, or whatever.

I don't have the plugin. Pretty wide open to however it would be implemented. A good idea might be to do a prefix configuration. Maybe something like //state/motion then a...

> @digiblur I think I have a working implementation in #78 would you be willing to test it? Sure!

Where do you set the mqtt server at? Mine is just a simple auth one as it stays local.

Typically that is the case as I'd imagine most people doing home automation stuff with MQTT needs would already have a MQTT server running. I have one kicking with about...

Cool, I'll check it out. Is the start message configured as a LWT message to MQTT?

No worries. Basically when the client logs in it posts a message as last will and testament with the retained flag set. If the MQTT server detects the client is...

It does need to be specified as the LWT though so the broker can flip it to offline if the device/service no longer responds.

Not sure. Is there a docker container of the change?