p_magyar
d8a5e22cb9
Added pre-commit config
2024-03-19 19:36:52 +01:00
pmagyar
e9a0ddf221
Merge pull request #14 from Meatballs1/mqtt_config
...
Add a configuration file for MQTT settings etc
2024-03-19 19:30:04 +01:00
pmagyar
672ff348fe
Merge pull request #3 from Meatballs1/ha_readme_example
...
HomeAssistant MQTT example
2024-03-19 19:11:57 +01:00
Meatballs1
939eb410ae
Use config file for default docker cmd
2024-03-19 17:30:36 +00:00
Meatballs1
7f52bac555
Revert some readme changes
2024-03-19 17:09:08 +00:00
Meatballs1
c1e777d840
Merge branch 'main' into mqtt_config
2024-03-19 17:06:21 +00:00
Meatballs1
3769894cb1
Move HA readme into its own file
2024-03-19 17:03:17 +00:00
Meatballs1
3469a08082
Merge branch 'main' into ha_readme_example
2024-03-19 17:00:12 +00:00
pmagyar
b1d606ed7b
Merge pull request #12 from Meatballs1/skonspr
...
Allows setting device values through MQTT /set endpoint
2024-03-19 17:16:21 +01:00
Meatballs1
5307f1cf40
Resolves more code review comments
2024-03-19 13:42:57 +00:00
Meatballs1
e5550486e2
Resolve code review comment
2024-03-19 13:33:50 +00:00
Meatballs1
d57f42862c
Update with main
2024-03-19 12:31:31 +00:00
Meatballs
69e12df430
Use a config.ini file
2024-03-19 12:20:25 +00:00
pmagyar
482b7850da
Merge pull request #11 from Meatballs1/docker
...
Add Dockerfile and compose.yaml to containerize if required
2024-03-19 13:03:39 +01:00
pmagyar
42c214d102
Merge pull request #10 from Meatballs1/returnUrlfix
...
Fixes capitilzation of `ReturnUrl`
2024-03-19 13:00:29 +01:00
Meatballs
bbd5c468c1
Fix incorrect min/max lookup
2024-03-19 11:22:46 +00:00
Meatballs
d242f085e5
Disable tty so stderr output doesn't get placed in config.json
2024-03-19 11:07:22 +00:00
Meatballs
10dfc3df13
Add a default clientname for mqtt
2024-03-19 10:58:51 +00:00
Meatballs
d966126fac
Initial merge of Skon's PR
2024-03-19 10:58:21 +00:00
Meatballs
43a49fa6a5
Merge branch 'pullreq' of https://github.com/ericblade/hcpy into returnUrlfix
2024-03-19 10:50:09 +00:00
Meatballs
1e59c5de0e
Initialize config via docker instead of venv if wanted
2024-03-19 10:47:47 +00:00
Meatballs
88de09f30c
Update readme to place config file in config dir
2024-03-19 10:43:11 +00:00
Meatballs
842dfd1a98
Add config folder
2024-03-19 10:41:56 +00:00
Meatballs
7a73b7e164
Add basic dockerfile and compose
2024-03-19 10:22:54 +00:00
pmagyar
295c55c995
Merge pull request #5 from pmagyar/typo_readme
...
Fixed typo in README.md
2024-03-19 10:17:09 +01:00
p_magyar
5134db4cf1
Fixed typo in README.md
2024-03-19 08:43:48 +01:00
Ben Campbell
5b2fd1caf2
Add HA Dishwasher MQTT example
2024-03-18 22:29:40 +00:00
Ben Campbell
c77abd68c5
Add a hood light
2024-03-18 20:26:12 +00:00
pmagyar
0a910dfbf5
Merge pull request #4 from Meatballs1/mqtt-version
...
HOTFIX: Use MQTT 1.6.1 as breaking change in 2.0
2024-03-18 21:07:22 +01:00
Ben Campbell
862e187cb4
Add Fridge/Freezer doors
2024-03-18 19:37:31 +00:00
Ben Campbell
1aef22eb42
HomeAssistant MQTT example
2024-03-18 19:14:29 +00:00
Ben Campbell
2c52c2914c
Use MQTT 1.6.1 as breaking change in 2.0
2024-03-18 18:32:29 +00:00
Eric Blade
fd0fa2785f
fix #40 , changed variable name
...
returnUrl => ReturnUrl
2024-01-24 23:53:36 -05:00
Trammell Hudson
26384a01b7
Merge pull request #19 from atkaper/patch-1
...
Add client.loop_forever() for auto-reconnect
2023-12-04 20:09:56 +01:00
Trammell Hudson
40cda9ad26
Merge pull request #24 from miklosbagi/mac-compoatibility-enhancements
...
Add install details for MacOS, and requests into requirements
2023-12-04 20:09:14 +01:00
Trammell Hudson
2019811012
Merge branch 'main' into mac-compoatibility-enhancements
2023-12-04 20:08:16 +01:00
Trammell Hudson
381ffd13ed
Merge pull request #31 from meidlinga/main
...
fix(hc-login): adapt preauth to hc backend changes
2023-12-04 20:04:02 +01:00
Trammell Hudson
5e899a64fb
Merge pull request #32 from ericblade/main
...
fixup README issues
2023-12-04 20:00:26 +01:00
Eric Blade
b14e62f87c
tweaks to readme
2023-12-04 13:57:59 -05:00
meidlinga
03e1b34937
fix(hc-login): adapt preauth to hc backend changes
...
also include missing requests requirement
2023-12-04 08:36:39 +01:00
Kevin Temming
b7dae0a7c4
2023.9.12.1
2023-09-12 23:24:11 +02:00
Kevin Temming
18304c5fc2
Allow for posting to appliance
2023-07-07 15:44:43 +02:00
Miklos Bagi
e0bf33036a
Add install details for MacOS, and requests into requirements
2023-06-11 19:30:24 +02:00
Thijs
81c0a55ba5
Add client.loop_forever() for auto-reconnect
...
Even though hc2mqtt was running, and showed active log lines, I stopped receiving the messages sometimes in the MQTT server and subscribed processes.
Adding client.loop_forever() will auto-reconnect to the mqtt server in case of network loss / hickups. Seems to help for my setup.
Docs: https://pypi.org/project/paho-mqtt/#network-loop
2023-04-01 12:28:47 +02:00
Trammell Hudson
88b47e98e3
Merge pull request #15 from jawsper/hc2mqtt-with-click
...
Use click to parse CLI args in hc2mqtt
2023-03-17 14:03:41 +01:00
Trammell Hudson
91beb5fe21
Merge pull request #16 from osresearch/singlekey
...
hc-login: hacks to work with the new singlekey login system
2023-03-17 14:00:16 +01:00
Trammell Hudson
de3d965897
hc-login: hacks to work with the new singlekey login system
2023-03-12 21:27:13 +01:00
Jasper Seidel
8ab7997519
feat: refactor hc2mqtt to take config as cli args, add click to requirements
2022-10-07 16:59:41 +02:00
Trammell Hudson
a574219945
hc-login: add redirect_target field, fixes #8
2022-03-07 18:12:46 +01:00
Trammell Hudson
ed69498fd0
README: coffee state info, another image
2022-02-21 23:59:59 +01:00