Skip to content

Releases: djotaku/raspi_garage_alert

v0.6.0 - Set Retain Flag in MQTT

08 Oct 00:15
d0977ff
Compare
Choose a tag to compare

Now if you have to restart Home Assistant (or whatever client you're subscribing with), you won't have to wait until the garage has a state change in order for it to get the state.

v0.5.0 - added config for MQTT

04 Oct 19:18
4e7c595
Compare
Choose a tag to compare

no longer is the MQTT config data built-in

v0.4.0 Matrix Integration Now Works!

06 May 18:05
Compare
Choose a tag to compare

once I get the docs working I'll post this there, but for now you need the following in matrix.conf at $HOME/.config/raspigaragealert:

{
"server": "https://url",
"username": "@username:url",
"password": "password",
"room": !room:url"
}

Obviously the part on the right of the colon needs to be changed to the values you want. The user must already be registered on that server. The user-friendly name of the room cannot be used. (ie you can't use #roomname:url) It has to be on that starts with ! then some random letters/numbers. Then colon and the server's URL. You can get that room name by going to share the room (in riot) and look at the room name in the URL.

v0.3.0 MQTT WORKS!

29 Mar 16:17
Compare
Choose a tag to compare
MQTT works!

v0.2.0 State Machine Completed

29 Mar 15:52
Compare
Choose a tag to compare
Initial state machine completed

Super Alpha Release

29 Mar 02:00
Compare
Choose a tag to compare
v0.1.0

An initial tag to test PyPi publishing