mysmartgrid / hexabus

The HexaBus Project: An IPv6-based home automation bus. We develop both hard- and software for the future of home automation.
http://hexabus.net
49 stars 15 forks source link

webfrontend: Anzeige der Aktoren von Plugs #246

Closed kaikrueger closed 10 years ago

kaikrueger commented 10 years ago

Zur Frage warum manche Plugs mit ihren Relais angezeigt werden und manche nicht, obwohl sie die selbe Firmware haben:

Fuer den Plug der bei Aktoren angezeigt wird ist datatype=1, fuer den Anderen ist datatype nicht definiert spricht leer. Hier ein Auschnitt aus dem Log: 2014-06-11 15:04:46.856191500 call hexaswitch: hexaswitch set fd39:c5f5:9e18:2279:50:c4ff:fe04:8327 --eid 1 --datatype 1 --value 0 2014-06-11 15:04:52.733971500 call hexaswitch: hexaswitch set fd39:c5f5:9e18:2279:50:c4ff:fe04:8327 --eid 1 --datatype 1 --value 1 2014-06-11 15:04:57.990825500 call hexaswitch: hexaswitch set fd39:c5f5:9e18:2279:50:c4ff:fe04:8297 --eid 1 --datatype sensor --value false 2014-06-11 15:04:58.243139500 { [Error: Command failed: Cannot process commandline options: in option 'datatype': invalid option value 2014-06-11 15:04:58.243158500 ] killed: false, code: 1, signal: null } 2014-06-11 15:05:03.936666500 call hexaswitch: hexaswitch set fd39:c5f5:9e18:2279:50:c4ff:fe04:8297 --eid 1 --datatype sensor --value true 2014-06-11 15:05:04.065681500 { [Error: Command failed: Cannot process commandline options: in option 'datatype': invalid option value 2014-06-11 15:05:04.065701500 ] killed: false, code: 1, signal: null }