Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lykke committed Aug 14, 2023
1 parent 13be184 commit ec8a07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ class WeConnect implements AccessoryPlugin {
});

python.stdout.on("data", (data) => {
this.log.debug(data);
let parsed = JSON.parse(data);
if (command == "climatisation") {
currentState = this.combineHeating
Expand Down
1 change: 1 addition & 0 deletions src/vsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class VSR:
('0x0204FFFFFF', '0x0204040002', 'oil_level', 'minimum_warning'),
('0x0204FFFFFF', '0x0204040003', 'oil_level', 'dipstick_percentage'),
('0x0204FFFFFF', '0x0204040004', 'oil_level', 'display'),
('0x0204FFFFFF', '0x0204040006', 'oil_level', 'percentage'),
('0x0204FFFFFF', '0x02040C0001', 'intervals', 'ad_blue_range'),
('0x0301FFFFFF', '0x0301010001', 'status', 'parking_light', {'1':'on','2':'off'}),
('0x0301FFFFFF', '0x0301020001', 'status', 'temperature_outside'),
Expand Down

0 comments on commit ec8a07d

Please sign in to comment.