Commit Graph

11 Commits

Author SHA1 Message Date
Pascal Bourque
d813c4f9a9 fix: Race condition when initializing the MqttClientConnection (#144)
Fixes https://github.com/bourquep/mysa2mqtt/issues/41
2025-10-05 14:53:17 -04:00
jagmandan
b845fe5a82 fix: Unable to control BB-V2-0 thermostats (#139)
This change was identified while investigating why my BB-V2-0 Mysa would
not respond to device state commands from Home Assistant (using
mysq2mqtt). The id type was previously in unix time (seconds), but
should be in milliseconds per the reference here:
https://github.com/dlenski/mysotherm/blob/main/mysa_messages.md Making
this update corrected the behavior and commands now work successfully.
2025-10-05 10:44:34 -04:00
Pascal Bourque
98003665b8 fix: Build error after TypeScript update (#95) 2025-08-29 08:14:35 -04:00
Pascal Bourque
17f277e844 docs: Added missing TSDoc comments (#19) 2025-06-07 10:08:05 -04:00
Pascal Bourque
6a88e52702 feat: Added getDeviceSerialNumber() API (#18) 2025-06-07 09:57:28 -04:00
Pascal Bourque
131f8677d9 fix: DayJS 'duration' import breaks ESM consumers (#15) 2025-06-05 16:32:14 -04:00
Pascal Bourque
7f89e9867a fix(logging): Reduced the log level of session-related logs (#14) 2025-06-05 08:11:37 -04:00
Pascal Bourque
6b4e41828a feat: Added getDeviceStates API 2025-06-02 07:25:04 -04:00
Pascal Bourque
9df5030228 feat: Added getDeviceFirmwares API (#10) 2025-06-02 07:04:45 -04:00
Pascal Bourque
aaac9f6d73 fix: Export all types modules (#3) 2025-05-25 17:59:25 -04:00
Pascal Bourque
ff0163043a feat: Initial commit 2025-05-25 11:03:21 -04:00