Releases: djotaku/raspi_garage_alert
Releases · djotaku/raspi_garage_alert
v0.6.0 - Set Retain Flag in MQTT
v0.5.0 - added config for MQTT
no longer is the MQTT config data built-in
v0.4.0 Matrix Integration Now Works!
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!
MQTT works!
v0.2.0 State Machine Completed
Initial state machine completed
Super Alpha Release
v0.1.0 An initial tag to test PyPi publishing