Re: homebridge-edomoticz Plugin
Posted: Sunday 27 November 2016 22:13
Today I built new device and started everything from scratch.
Unfortunatelly, the result is the same.
Unfortunatelly, the result is the same.

Code: Select all
2016-11-27 22:08:49.970 User: Admin initiated a switch command (31/BEDLED/Set Level)
2016-11-27 22:08:49.976 LUA: dev Set Level: 96 %
2016-11-27 22:08:49.976 LUA: Value received from Domoticz was 31
2016-11-27 22:08:49.976 LUA: Calculated value for ESP is 1023
2016-11-27 22:08:49.976 LUA: Dimming BEDLED to 1023
2016-11-27 22:08:49.976 LUA: echo Fadetimer1=2000,LED2_target=1023 | socat - TCP:192.168.1.11:43333
2016-11-27 22:08:49.971 (LED) Lighting 5 (BEDLED)
2016-11-27 22:08:50.128 User: Admin initiated a switch command (31/BEDLED/On)
2016-11-27 22:08:50.135 LUA: dev On
2016-11-27 22:08:50.135 LUA: Value received from Domoticz was 0
2016-11-27 22:08:50.135 LUA: Calculated value for ESP is 8
2016-11-27 22:08:50.135 LUA: Dimming BEDLED to 8
2016-11-27 22:08:50.135 LUA: echo Fadetimer1=2000,LED2_target=8 | socat - TCP:192.168.1.11:43333
2016-11-27 22:08:50.128 (LED) Lighting 5 (BEDLED)