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
Trammell Hudson
e19cbf3f03
README: reworked to talk more about the tools
2022-02-21 23:42:28 +01:00
Trammell Hudson
172c8a22b3
README: hc-login works!
2022-02-19 19:07:08 +01:00
Trammell Hudson
a324966534
removed xml files that are now downloaded during login
2022-02-19 19:01:40 +01:00
Trammell Hudson
b852cfd2b8
hc-login and hc2mqtt work together to allow device monitoring
2022-02-19 19:00:29 +01:00
Trammell Hudson
8f80f43f05
hc-login: works and fetches device descriptions!
2022-02-19 18:41:00 +01:00
Trammell Hudson
224d6c0506
hc-login: produces a bearer token given a valid username and password!
2022-02-12 20:33:49 +01:00
Trammell Hudson
4d5b406b62
hc-login: fill in the login page to get the bearer token
2022-02-07 21:33:05 +01:00
Trammell Hudson
1ed68f4d1a
hc2mqtt: format remaining time, print a publish message
2022-02-06 15:21:01 +01:00
Trammell Hudson
5a59422e6a
HCDevice: return values even if no machine is available
2022-02-06 15:20:28 +01:00
Trammell Hudson
87914adffa
hc2mqtt: create a thread per device
2022-02-06 14:27:56 +01:00
Trammell Hudson
c6407d2a28
hc2mqtt: connect the programs to the mqtt server
2022-02-06 14:24:15 +01:00
Trammell Hudson
814dc5cd03
HCDevice: send authentication nonce, ignore results
2022-02-06 13:22:36 +01:00
Trammell Hudson
e19f31290d
HCSocket: do not connect automatically
2022-02-06 13:22:10 +01:00
Trammell Hudson
91e3348b13
HCDevice: return a parsed list of values
2022-02-06 10:54:50 +01:00