homebridge-smartsystem 6.4.7 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/log.txt +14 -1
- package/package.json +3 -3
package/log.txt
CHANGED
|
@@ -58,4 +58,17 @@ accessory: setBrightness 100
|
|
|
58
58
|
at processTimers (node:internal/timers:523:7)
|
|
59
59
|
master: 192.168.0.97: receiveRegister(1) = 3359
|
|
60
60
|
[20/05/2025, 10:20:41] [HB Supervisor] Homebridge process ended. Code: 143, signal: null.
|
|
61
|
-
[20/05/2025, 10:20:46] [HB Supervisor] Restarting Homebridge...
|
|
61
|
+
[20/05/2025, 10:20:46] [HB Supervisor] Restarting Homebridge...
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
-- Grote Moerstraat --
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
smartapp: HTTP-Switch(true) -> http://192.168.0.200/fcgi/do?action=OpenDoor&UserName=admin&Password=Grote46b&DoorNum=1
|
|
68
|
+
smartapp> Sending to http://192.168.0.200/fcgi/do?action=OpenDoor&UserName=admin&Password=Grote46b&DoorNum=1 with options: {"method":"GET"}
|
|
69
|
+
smartapp> http GET -> 200: http://192.168.0.200/fcgi/do?action=OpenDoor&UserName=admin&Password=Grote46b&DoorNum=1 = {"retcode":0,"message":"OK"}
|
|
70
|
+
smartapp: HTTP-Switch(false) -> http://192.168.0.200/fcgi/do?action=OpenDoor&UserName=admin&Password=Grote46b&DoorNum=xxx
|
|
71
|
+
smartapp> Sending to http://192.168.0.200/fcgi/do?action=OpenDoor&UserName=admin&Password=Grote46b&DoorNum=xxx with options: {"method":"GET"}
|
|
72
|
+
smartapp> http GET -> 200: http://192.168.0.200/fcgi/do?action=OpenDoor&UserName=admin&Password=Grote46b&DoorNum=xxx = {"retcode":-2,"message":"Error Param"}
|
|
73
|
+
power: smappee > RealTime totals: Power = 4431, Export = 72509864400, Import = 532865754000
|
|
74
|
+
master: 192.168.0.8: Received heartbeat at Tue May 20 2025 10:44:27 GMT+0200 (Central European Summer
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-smartsystem",
|
|
3
3
|
"displayname": "Duotecno Bridge",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.5.0",
|
|
5
5
|
"description": "SmartServer (Proxy Websockets to TCP sockets, Smappee MQTT, Duotecno IP Nodes, Homekit interface)",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": "Johan Coppieters",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"publish": "npx tsc --build && npm i && npm publish"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": "
|
|
17
|
-
"homebridge": "
|
|
16
|
+
"node": "^18.20.4 || ^20.15.1 || ^22",
|
|
17
|
+
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"websockets",
|