2016-01-13 23:30:20,166 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - JSON String to parse: {"jsonrpc":"2.0","method":"DeviceService.updateCustomDevice","params":{"id":49,"identifier":"mysensormultiog","friendlyname":"MySensorMultiOG","struct":{"device":{"address":{"input":{"datatype":"string","description":"Node ID","type":"text"},"description":"A description which will be shown when an address is needed to fill in"},"options":[],"name":"MySensorMultiOG","description":"A description for this new device","controlset":{"groups":[{"controls":[],"id":"newgroupid0","label":"Click the wrench to edit the group, drop controls on it to add them."},{"controls":[{"truetext":"Yes","highvalue":0,"warnvalue":0,"maxvalue":0,"hidden":false,"prefix":"","description":"Temp_1","falsetext":"No","suffix":" C","type":"data","boolvis":"text","graph":"time-series","timeout":0,"minvalue":0,"shortcut":0,"readonly":true,"datatype":"float","extra":"","visual":"none","id":"V_TEMP","retention":false}],"id":"0","label":"Temperatur 1"},{"controls":[{"truetext":"Yes","highvalue":0,"warnvalue":0,"maxvalue":0,"hidden":false,"prefix":"","description":"Temp_2","falsetext":"No","suffix":"C","type":"data","boolvis":"text","graph":"time-series","timeout":0,"minvalue":0,"shortcut":0,"readonly":true,"datatype":"float","extra":"","visual":"none","id":"V_TEMP","retention":false}],"id":"1","label":"Temperatur 2"},{"controls":[{"shortcut":0,"hidden":false,"datatype":"string","extra":" ","description":"Funkschalter WZ Sued","id":"V_STATUS","type":"toggle","parameters":{"off":{"label":"Off","value":"52"},"on":{"label":"On","value":"51"}},"retention":true}],"id":"2","label":"Modul 433 MHz"}]}}}},"id":"DeviceService.updateCustomDevice"} 2016-01-13 23:30:20,194 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Parsed JSON Object: {method=DeviceService.updateCustomDevice, id=DeviceService.updateCustomDevice, jsonrpc=2.0, params={struct={device={address={input={datatype=string, description=Node ID, type=text}, description=A description which will be shown when an address is needed to fill in}, options=[], name=MySensorMultiOG, description=A description for this new device, controlset={groups=[{controls=[], id=newgroupid0, label=Click the wrench to edit the group, drop controls on it to add them.}, {controls=[{truetext=Yes, highvalue=0, warnvalue=0, maxvalue=0, hidden=false, prefix=, description=Temp_1, falsetext=No, suffix= C, type=data, boolvis=text, graph=time-series, timeout=0, minvalue=0, shortcut=0, readonly=true, datatype=float, extra=, visual=none, id=V_TEMP, retention=false}], id=0, label=Temperatur 1}, {controls=[{truetext=Yes, highvalue=0, warnvalue=0, maxvalue=0, hidden=false, prefix=, description=Temp_2, falsetext=No, suffix=C, type=data, boolvis=text, graph=time-series, timeout=0, minvalue=0, shortcut=0, readonly=true, datatype=float, extra=, visual=none, id=V_TEMP, retention=false}], id=1, label=Temperatur 2}, {controls=[{shortcut=0, hidden=false, datatype=string, extra= , description=Funkschalter WZ Sued, id=V_STATUS, type=toggle, parameters={off={label=Off, value=52}, on={label=On, value=51}}, retention=true}], id=2, label=Modul 433 MHz}]}}}, identifier=mysensormultiog, friendlyname=MySensorMultiOG, id=49}} 2016-01-13 23:30:20,204 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Set request id: DeviceService.updateCustomDevice 2016-01-13 23:30:20,205 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Searching named parameter set for updateCustomDevice in DeviceService 2016-01-13 23:30:20,207 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Found param key: id 2016-01-13 23:30:20,208 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Found param key: friendlyname 2016-01-13 23:30:20,208 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Found param key: identifier 2016-01-13 23:30:20,209 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Found param key: struct 2016-01-13 23:30:20,210 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - searching for updateCustomDevice in DeviceService 2016-01-13 23:30:20,211 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Declared params for updateCustomDevice : [class java.lang.Number, class java.lang.String, class java.lang.String, interface java.util.Map] 2016-01-13 23:30:20,226 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Passed in params for 'updateCustomDevice': [49, MySensorMultiOG, mysensormultiog, {device={address={input={datatype=string, description=Node ID, type=text}, description=A description which will be shown when an address is needed to fill in}, options=[], name=MySensorMultiOG, description=A description for this new device, controlset={groups=[{controls=[], id=newgroupid0, label=Click the wrench to edit the group, drop controls on it to add them.}, {controls=[{truetext=Yes, highvalue=0, warnvalue=0, maxvalue=0, hidden=false, prefix=, description=Temp_1, falsetext=No, suffix= C, type=data, boolvis=text, graph=time-series, timeout=0, minvalue=0, shortcut=0, readonly=true, datatype=float, extra=, visual=none, id=V_TEMP, retention=false}], id=0, label=Temperatur 1}, {controls=[{truetext=Yes, highvalue=0, warnvalue=0, maxvalue=0, hidden=false, prefix=, description=Temp_2, falsetext=No, suffix=C, type=data, boolvis=text, graph=time-series, timeout=0, minvalue=0, shortcut=0, readonly=true, datatype=float, extra=, visual=none, id=V_TEMP, retention=false}], id=1, label=Temperatur 2}, {controls=[{shortcut=0, hidden=false, datatype=string, extra= , description=Funkschalter WZ Sued, id=V_STATUS, type=toggle, parameters={off={label=Off, value=52}, on={label=On, value=51}}, retention=true}], id=2, label=Modul 433 MHz}]}}}] 2016-01-13 23:30:20,233 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.Devices - Found device ids: [26] 2016-01-13 23:30:20,248 [WEBCLIENT] DEBUG org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 - Removed listener: org.pidome.server.system.hardware.devices.DeviceStruct 2016-01-13 23:30:20,249 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.DeviceStruct - Removed driver listener: org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 2016-01-13 23:30:20,363 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.Devices - Unloaded MySensorMultiOG 2016-01-13 23:30:20,458 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.Devices - Loading device instance id: 26 2016-01-13 23:30:20,462 [WEBCLIENT] DEBUG org.pidome.server.system.packages.Packages - Found installed device id '26' (MySensorMultiOG), trying to retrieve 'org.pidome.driver.device.pidomeNativeMySensorsDevice14' from package '5' for loading 2016-01-13 23:30:20,463 [WEBCLIENT] DEBUG org.pidome.server.system.packages.PackageClassLoader - Loading package org.pidome.driver.device.pidomeNativeMySensorsDevice14 from pidome-mysensors 2016-01-13 23:30:20,471 [WEBCLIENT] DEBUG org.pidome.server.system.packages.PackageClassLoader - Loading class org.pidome.driver.device.pidomeNativeMySensorsDevice14.PidomeNativeMySensorsDevice14 from pidome-mysensors 2016-01-13 23:30:20,475 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.Devices - Loaded device data: {friendlyname=MySensorMultiOG, settings={"V_VAR1":"56"}, defsequence=23, address=10, type=1, driver=org.pidome.driver.driver.nativeMySensorsDriver14, xml={"device":{"address":{"input":{"datatype":"string","description":"Node ID","type":"text"},"description":"A description which will be shown when an address is needed to fill in"},"options":[],"name":"MySensorMultiOG","description":"A description for this new device","controlset":{"groups":[{"controls":[],"id":"newgroupid0","label":"Click the wrench to edit the group, drop controls on it to add them."},{"controls":[{"truetext":"Yes","highvalue":0,"warnvalue":0,"maxvalue":0,"hidden":false,"prefix":"","description":"Temp_1","falsetext":"No","suffix":" C","type":"data","boolvis":"text","graph":"time-series","timeout":0,"minvalue":0,"shortcut":0,"readonly":true,"datatype":"float","extra":"","visual":"none","id":"V_TEMP","retention":false}],"id":"0","label":"Temperatur 1"},{"controls":[{"truetext":"Yes","highvalue":0,"warnvalue":0,"maxvalue":0,"hidden":false,"prefix":"","description":"Temp_2","falsetext":"No","suffix":"C","type":"data","boolvis":"text","graph":"time-series","timeout":0,"minvalue":0,"shortcut":0,"readonly":true,"datatype":"float","extra":"","visual":"none","id":"V_TEMP","retention":false}],"id":"1","label":"Temperatur 2"},{"controls":[{"shortcut":0,"hidden":false,"datatype":"string","extra":" ","description":"Funkschalter WZ Sued","id":"V_STATUS","type":"toggle","parameters":{"off":{"label":"Off","value":"52"},"on":{"label":"On","value":"51"}},"retention":true}],"id":"2","label":"Modul 433 MHz"}]}}}, name=Hobby, location=15, fixed=false, id=26, category=9, device=org.pidome.driver.device.pidomeNativeMySensorsDevice14, favorite=true, devicebaseid=49, screenX=0, screenY=0} 2016-01-13 23:30:20,495 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.DeviceStruct - Creating struct for: 49 2016-01-13 23:30:20,502 [WEBCLIENT] DEBUG org.pidome.server.connector.drivers.devices.DeviceStructure - Set canonical device base name: org.pidome.driver.device.pidomeNativeMySensorsDevice14.PidomeNativeMySensorsDevice14:MySensorMultiOG 2016-01-13 23:30:20,522 [WEBCLIENT] DEBUG org.pidome.server.connector.drivers.devices.DeviceStructure - Created device options: {} 2016-01-13 23:30:20,527 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.Devices - Attaching: driver NativeMySensorsDriver14 to device org.pidome.driver.device.pidomeNativeMySensorsDevice14 2016-01-13 23:30:20,528 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.DeviceStruct - Added driver listener: org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 2016-01-13 23:30:20,529 [WEBCLIENT] DEBUG org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 - Added listener: org.pidome.server.system.hardware.devices.DeviceStruct 2016-01-13 23:30:20,545 [WEBCLIENT] DEBUG org.pidome.server.system.datastorage.RoundRobinDataStorage - Database /home/pi/pidome-server/databases/devices/26.data connected 2016-01-13 23:30:20,547 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - DBConnectionPool_DEVICE_26 - configuration: 2016-01-13 23:30:20,744 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:20,745 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:20,886 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2016-01-13 23:30:20,888 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2016-01-13 23:30:20,889 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - catalog......................... 2016-01-13 23:30:20,890 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql............... 2016-01-13 23:30:20,892 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery............. 2016-01-13 23:30:20,893 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2016-01-13 23:30:20,895 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - dataSource...................... 2016-01-13 23:30:20,896 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName............. 2016-01-13 23:30:20,897 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI.................. 2016-01-13 23:30:20,898 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{useUnicode=true, password=, characterEncoding=utf8} 2016-01-13 23:30:20,900 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName................. 2016-01-13 23:30:20,901 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2016-01-13 23:30:20,902 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry............. 2016-01-13 23:30:20,904 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2016-01-13 23:30:20,916 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2016-01-13 23:30:20,917 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2016-01-13 23:30:20,919 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2016-01-13 23:30:20,920 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:sqlite:databases/devices/26.data 2016-01-13 23:30:20,922 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........10000 2016-01-13 23:30:20,934 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2016-01-13 23:30:20,938 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................5 2016-01-13 23:30:20,940 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry.................. 2016-01-13 23:30:20,941 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory........... 2016-01-13 23:30:20,942 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................5 2016-01-13 23:30:20,944 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2016-01-13 23:30:20,955 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................DBConnectionPool_DEVICE_26 2016-01-13 23:30:20,957 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2016-01-13 23:30:20,958 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2016-01-13 23:30:20,970 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........ 2016-01-13 23:30:20,971 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory................... 2016-01-13 23:30:20,972 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............ 2016-01-13 23:30:20,974 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - username........................ 2016-01-13 23:30:20,975 [WEBCLIENT] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2016-01-13 23:30:20,980 [WEBCLIENT] INFO com.zaxxer.hikari.HikariDataSource - DBConnectionPool_DEVICE_26 - is starting. 2016-01-13 23:30:21,001 [WEBCLIENT] DEBUG com.zaxxer.hikari.pool.HikariPool - DBConnectionPool_DEVICE_26 - Added connection org.sqlite.SQLiteConnection@8b68d9 2016-01-13 23:30:21,016 [WEBCLIENT] DEBUG org.pidome.server.system.datastorage.RoundRobinDataStorage - New datatype set for storing: [org.pidome.server.connector.plugins.graphdata.RoundRobinDataGraphItem@f0e0b7, org.pidome.server.connector.plugins.graphdata.RoundRobinDataGraphItem@18e99d0] 2016-01-13 23:30:21,018 [WEBCLIENT] INFO org.pidome.server.system.hardware.devices.Devices - Device: MySensorMultiOG: Hobby has been loaded 2016-01-13 23:30:21,019 [WEBCLIENT] DEBUG org.pidome.server.system.hardware.devices.Devices - Could not get location for device id: 49 2016-01-13 23:30:21,021 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Response data: {data=true, success=true, message=} 2016-01-13 23:30:21,028 [Hikari connection filler (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - DBConnectionPool_DEVICE_26 - Added connection org.sqlite.SQLiteConnection@1b8f000 2016-01-13 23:30:21,032 [Hikari connection filler (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - DBConnectionPool_DEVICE_26 - Added connection org.sqlite.SQLiteConnection@17f0347 2016-01-13 23:30:21,057 [Hikari connection filler (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - DBConnectionPool_DEVICE_26 - Added connection org.sqlite.SQLiteConnection@1409b70 2016-01-13 23:30:21,062 [Hikari connection filler (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - DBConnectionPool_DEVICE_26 - Added connection org.sqlite.SQLiteConnection@42097c 2016-01-13 23:30:21,063 [Hikari connection filler (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After fill pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:21,118 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: GET /desktop/customdeviceslist.html?requesttype=ajax HTTP/1.1 2016-01-13 23:30:21,119 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: Host: 192.168.66.21:8443 2016-01-13 23:30:21,120 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 2016-01-13 23:30:21,121 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: Accept: text/html, */*; q=0.01 2016-01-13 23:30:21,122 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: Accept-Language: de,en-US;q=0.7,en;q=0.3 2016-01-13 23:30:21,123 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: Accept-Encoding: gzip, deflate 2016-01-13 23:30:21,134 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: X-Requested-With: XMLHttpRequest 2016-01-13 23:30:21,135 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: Referer: https://192.168.66.21:8443/desktop/customdeviceedit.html?device=49 2016-01-13 23:30:21,136 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: Cookie: key=43efdae3-cca3-411a-b63f-e64269f607e1 2016-01-13 23:30:21,138 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: Connection: keep-alive 2016-01-13 23:30:21,139 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: If-Modified-Since: Mi, 13 1 2016 22:29:39 GMT 2016-01-13 23:30:21,140 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724188934: 2016-01-13 23:30:21,557 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: GET /jsonrpc.json?rpc={%22jsonrpc%22:%20%222.0%22,%20%22method%22:%20%22DeviceService.getCustomDevices%22,%20%22id%22:%22DeviceService.getCustomDevices%22}&sort=friendlyname&order=asc&limit=10&offset=0&_=1452724203581 HTTP/1.1 2016-01-13 23:30:21,558 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Host: 192.168.66.21:8443 2016-01-13 23:30:21,559 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 2016-01-13 23:30:21,560 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Accept: application/json, text/javascript, */*; q=0.01 2016-01-13 23:30:21,561 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Accept-Language: de,en-US;q=0.7,en;q=0.3 2016-01-13 23:30:21,562 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Accept-Encoding: gzip, deflate 2016-01-13 23:30:21,563 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Content-Type: application/json 2016-01-13 23:30:21,584 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: X-Requested-With: XMLHttpRequest 2016-01-13 23:30:21,586 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Referer: https://192.168.66.21:8443/desktop/customdeviceedit.html?device=49 2016-01-13 23:30:21,587 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Cookie: key=43efdae3-cca3-411a-b63f-e64269f607e1 2016-01-13 23:30:21,588 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Connection: keep-alive 2016-01-13 23:30:21,589 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: 2016-01-13 23:30:21,592 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - JSON String to parse: {"jsonrpc": "2.0", "method": "DeviceService.getCustomDevices", "id":"DeviceService.getCustomDevices"} 2016-01-13 23:30:21,593 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Parsed JSON Object: {method=DeviceService.getCustomDevices, id=DeviceService.getCustomDevices, jsonrpc=2.0} 2016-01-13 23:30:21,614 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Set request id: DeviceService.getCustomDevices 2016-01-13 23:30:21,615 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Searching without parameter set for getCustomDevices in DeviceService 2016-01-13 23:30:21,715 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Response data: {data=[{friendlyname=Action (Impuls) 433Mhz wall socket, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2013-10-24 20:10:56, name=actionimpuls433mhzwallsocket, modified=2014-08-31 14:23:18, id=4, driver_driver=2}, {friendlyname=Blokker 433Mhz switches, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2013-10-25 14:22:01, name=blokker433mhzswitches, modified=2013-10-25 14:35:48, id=5, driver_driver=2}, {friendlyname=Klik aan/Klik uit with groups, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2013-10-25 14:33:42, name=klikaanklikuitwithgroups, modified=2013-10-25 14:37:54, id=6, driver_driver=2}, {friendlyname=Klik aan/Klik uit without groups, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2013-10-25 14:44:19, name=klikaanklikuitwithoutgroups, modified=2013-10-25 14:44:19, id=7, driver_driver=2}, {friendlyname=Elro wall socket switches, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2013-10-25 14:56:09, name=elrowallsocketswitches, modified=2013-10-25 14:56:09, id=8, driver_driver=2}, {friendlyname=Flamingo AB400S remote, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2013-10-25 14:59:53, name=flamingoab400sremote, modified=2013-10-25 14:59:53, id=9, driver_driver=2}, {friendlyname=BlinkM Smart LED, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2013-10-25 18:12:27, name=blinkmsmartled, modified=2013-10-25 18:12:27, id=10, driver_driver=2}, {friendlyname=EMO-R8 relay extension board (9-16/1-8), defsequence=2, driver=org.pidome.driver.device.universalUniPiDevice, driver_friendlyname=UniPi boards driver (Used by UniPi plugin), created=2015-09-30 13:44:45.000, name=emor8relayextensionboard91618, modified=2015-09-30 13:45:31.000, id=44, driver_driver=16}, {friendlyname=1W-4R/4DI Relay/Digital input extension board (R10-13/1-4 && D20-23/1-4), defsequence=1, driver=org.pidome.driver.device.universalUniPiDevice, driver_friendlyname=UniPi boards driver (Used by UniPi plugin), created=2015-09-30 14:51:56.000, name=1w4r4direlaydigitalinputextensionboardr101314d202314, modified=2015-09-30 14:51:56.000, id=45, driver_driver=16}, {friendlyname=Custom serial device, defsequence=3, driver=org.pidome.driver.driver.nativeCustomSerialDriver.nativeCustomSerialDevice, driver_friendlyname=Barebone custom driver for serial devices, created=2015-10-05 21:03:23.000, name=customserialdevice, modified=2015-10-07 16:39:12.000, id=46, driver_driver=4}, {friendlyname=A new device, defsequence=1, driver=org.pidome.driver.device.bareboneI2CDevice, driver_friendlyname=PiDome Raspberry Pi I2C passthrough driver, created=2015-12-18 20:39:58, name=anewdevice, modified=2015-12-18 20:39:58, id=48, driver_driver=2}, {friendlyname=MySensorMultiOG, defsequence=23, driver=org.pidome.driver.device.pidomeNativeMySensorsDevice14, driver_friendlyname=MySensors USB driver API 1.5 (1.4 compatible), created=2015-12-18 20:56:25, name=mysensormultiog, modified=2016-01-13 22:30:20, id=49, driver_driver=8}, {friendlyname=RFXCom AC: Detection, defsequence=1, driver=org.pidome.driver.device.rfxcom.rFXComLighting2Device, driver_friendlyname=PiDome RFXCom driver, created=2014-11-29 11:20:59.000, name=ACDetectionRFXCom, modified=2014-11-29 11:20:59.000, id=19, driver_driver=13}, {friendlyname=RFXCom AC: Wall Socket Switch, defsequence=1, driver=org.pidome.driver.device.rfxcom.rFXComLighting2Device, driver_friendlyname=PiDome RFXCom driver, created=2014-11-29 11:20:59.000, name=ACWallSwitchRFXCom, modified=2014-11-29 11:20:59.000, id=20, driver_driver=13}, {friendlyname=RFXCom AC: Dimmable Wall Socket Switch, defsequence=1, driver=org.pidome.driver.device.rfxcom.rFXComLighting2Device, driver_friendlyname=PiDome RFXCom driver, created=2014-11-29 11:20:59.000, name=ACWallSwitchDIMRFXCom, modified=2014-11-29 11:20:59.000, id=21, driver_driver=13}, {friendlyname=RFXCom AC: Grouped Wall Socket Switches, defsequence=1, driver=org.pidome.driver.device.rfxcom.rFXComLighting2Device, driver_friendlyname=PiDome RFXCom driver, created=2014-11-29 11:20:59.000, name=ACGroupedWallSwitchesRFXCom, modified=2014-11-29 11:20:59.000, id=22, driver_driver=13}, {friendlyname=RFXCom AC: Grouped Dimmable Wall Socket Switches, defsequence=1, driver=org.pidome.driver.device.rfxcom.rFXComLighting2Device, driver_friendlyname=PiDome RFXCom driver, created=2014-11-29 11:20:59.000, name=ACGroupedWallSwitchesDIMRFXCom, modified=2014-11-29 11:20:59.000, id=23, driver_driver=13}], success=true, message=} 2016-01-13 23:30:21,911 [Hikari housekeeper (pool DBConnectionPool_DEVICE_1)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_1 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:21,912 [Hikari housekeeper (pool DBConnectionPool_DEVICE_1)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_1 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:22,319 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:22,320 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:22,500 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:22,501 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:23,661 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:23,663 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:23,823 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:23,825 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:24,024 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:24,025 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:24,091 [Hikari housekeeper (pool DBConnectionPool_PiDomeServer)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_PiDomeServer stats (total=10, active=0, idle=10, waiting=0) 2016-01-13 23:30:24,092 [Hikari housekeeper (pool DBConnectionPool_PiDomeServer)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_PiDomeServer stats (total=10, active=0, idle=10, waiting=0) 2016-01-13 23:30:24,158 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:24,159 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:24,477 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:24,478 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:26,123 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:26,124 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:29,577 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:29,578 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:31,799 [Timer-2860] ERROR err - Uncaught exception by Thread[Timer-2860,5,main]: 2016-01-13 23:30:31,801 [Timer-2860] ERROR err - java.lang.UnsupportedOperationException: The method shutdownOutput() is not supported in SSLSocket 2016-01-13 23:30:31,802 [Timer-2860] ERROR err - at sun.security.ssl.BaseSSLSocketImpl.shutdownOutput(BaseSSLSocketImpl.java:228) 2016-01-13 23:30:31,819 [Timer-2860] ERROR err - at org.pidome.server.services.clients.http.HTTPClientHandler.free(HTTPClientHandler.java:411) 2016-01-13 23:30:31,825 [Timer-2860] ERROR err - at org.pidome.server.services.clients.http.HTTPClientHandler.access$200(HTTPClientHandler.java:59) 2016-01-13 23:30:31,826 [Timer-2860] ERROR err - at org.pidome.server.services.clients.http.HTTPClientHandler$HardDisconnectTimerTask.run(HTTPClientHandler.java:238) 2016-01-13 23:30:31,827 [Timer-2860] ERROR err - at java.util.TimerThread.mainLoop(Timer.java:555) 2016-01-13 23:30:31,829 [Timer-2860] ERROR err - at java.util.TimerThread.run(Timer.java:505) 2016-01-13 23:30:32,493 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: GET /desktop/devices.html?requesttype=ajax HTTP/1.1 2016-01-13 23:30:32,494 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Host: 192.168.66.21:8443 2016-01-13 23:30:32,495 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 2016-01-13 23:30:32,496 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Accept: text/html, */*; q=0.01 2016-01-13 23:30:32,497 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Accept-Language: de,en-US;q=0.7,en;q=0.3 2016-01-13 23:30:32,498 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Accept-Encoding: gzip, deflate 2016-01-13 23:30:32,499 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: X-Requested-With: XMLHttpRequest 2016-01-13 23:30:32,500 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Referer: https://192.168.66.21:8443/desktop/customdeviceedit.html?device=49 2016-01-13 23:30:32,501 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Cookie: key=43efdae3-cca3-411a-b63f-e64269f607e1 2016-01-13 23:30:32,502 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: Connection: keep-alive 2016-01-13 23:30:32,503 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: If-Modified-Since: Mi, 13 1 2016 22:28:39 GMT 2016-01-13 23:30:32,521 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724221370: 2016-01-13 23:30:32,867 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:32,868 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:32,915 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: GET /jsonrpc.json?rpc={%22jsonrpc%22:%20%222.0%22,%20%22method%22:%20%22DeviceService.getActiveDevices%22,%20%22id%22:%22DeviceService.getActiveDevices%22}&sort=locationname&order=asc&limit=10&offset=0&_=1452724203582 HTTP/1.1 2016-01-13 23:30:32,916 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Host: 192.168.66.21:8443 2016-01-13 23:30:32,917 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 2016-01-13 23:30:32,918 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept: application/json, text/javascript, */*; q=0.01 2016-01-13 23:30:32,919 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Language: de,en-US;q=0.7,en;q=0.3 2016-01-13 23:30:32,920 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Encoding: gzip, deflate 2016-01-13 23:30:32,921 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Content-Type: application/json 2016-01-13 23:30:32,934 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: X-Requested-With: XMLHttpRequest 2016-01-13 23:30:32,935 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Referer: https://192.168.66.21:8443/desktop/customdeviceedit.html?device=49 2016-01-13 23:30:32,936 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Cookie: key=43efdae3-cca3-411a-b63f-e64269f607e1 2016-01-13 23:30:32,938 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Connection: keep-alive 2016-01-13 23:30:32,939 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: 2016-01-13 23:30:32,942 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - JSON String to parse: {"jsonrpc": "2.0", "method": "DeviceService.getActiveDevices", "id":"DeviceService.getActiveDevices"} 2016-01-13 23:30:32,944 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Parsed JSON Object: {method=DeviceService.getActiveDevices, id=DeviceService.getActiveDevices, jsonrpc=2.0} 2016-01-13 23:30:32,945 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Set request id: DeviceService.getActiveDevices 2016-01-13 23:30:32,946 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Searching without parameter set for getActiveDevices in DeviceService 2016-01-13 23:30:32,985 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Response data: {data=[{friendlyname=The PiDome Server self, address=null, active=true, commandgroups=[{name=Device values, id=values, commands=[{commandtype=data, currentvalue=25.06, typedetails={truetext=true, visualtype=pcvalue, highvalue=75.0, warnvalue=50.0, maxvalue=120.0, prefix=, commandset=[], falsetext=false, label=Memory usage, deviceCommandValue=25.06, suffix=MB, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, shortcut=1, readonly=true, datatype=float, visual=true, id=memusage}}, {commandtype=data, currentvalue=38.5, typedetails={truetext=true, visualtype=pcvalue, highvalue=80.0, warnvalue=60.0, maxvalue=100.0, prefix=, commandset=[], falsetext=false, label=Pi temperature, deviceCommandValue=38.5, suffix=°C, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, readonly=true, datatype=float, visual=true, id=procheat}}, {commandtype=data, currentvalue=100.0, typedetails={truetext=true, visualtype=pcvalue, highvalue=75.0, warnvalue=50.0, maxvalue=100.0, prefix=, commandset=[], falsetext=false, label=CPU load, deviceCommandValue=100.0, suffix=%, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, shortcut=0, readonly=true, datatype=float, visual=true, id=cpuusage}}, {commandtype=data, currentvalue=9624.3, typedetails={truetext=true, visualtype=pcvalue, highvalue=0.0, warnvalue=0.0, maxvalue=0.0, prefix=, commandset=[], falsetext=false, label=Disk space, deviceCommandValue=9624.3, suffix=MB, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, readonly=true, datatype=float, visual=true, id=diskspace}}, {commandtype=data, currentvalue=21 days 8:54:32, typedetails={truetext=true, visualtype=, highvalue=, warnvalue=, maxvalue=, prefix=, commandset=[], falsetext=false, label=Uptime, deviceCommandValue=21 days 8:54:32, suffix=, boolvis=text, graph=false, minvalue=, graphtype=, readonly=true, datatype=string, visual=false, id=uptime}}]}], lastsend=00-00-0000 00:00:00, locationname=Location unknown, categoryconstant=PIDOME, name=Rasp server, location=1, categoryname=PiDome, lastreceive=13-01-2016 23:29:38, id=1, category=2, favorite=true, device=org.pidome.driver.driver.nativeServerDriver}, {friendlyname=MySensorMultiOG, address=10, active=true, commandgroups=[{name=Temperatur 1, id=0, commands=[{commandtype=data, currentvalue=0, typedetails={truetext=true, visualtype=, highvalue=0.0, warnvalue=0.0, maxvalue=0.0, prefix=, commandset=[], falsetext=false, label=Temp_1, deviceCommandValue=0, suffix= C, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, readonly=true, datatype=float, visual=false, id=V_TEMP}}]}, {name=Temperatur 2, id=1, commands=[{commandtype=data, currentvalue=0, typedetails={truetext=true, visualtype=, highvalue=0.0, warnvalue=0.0, maxvalue=0.0, prefix=, commandset=[], falsetext=false, label=Temp_2, deviceCommandValue=0, suffix=C, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, readonly=true, datatype=float, visual=false, id=V_TEMP}}]}, {name=Modul 433 MHz, id=2, commands=[{commandtype=toggle, currentvalue=true, typedetails={datatype=string, commandset={off={label=Off, value=off}, on={label=On, value=on}}, id=V_STATUS, label=Funkschalter WZ Sued, deviceCommandValue=true}}]}, {name=Click the wrench to edit the group, drop controls on it to add them., id=newgroupid0, commands=[]}], lastsend=00-00-0000 00:00:00, locationname=Hobbyraum, categoryconstant=SENSOR, name=Hobby, location=15, categoryname=Universal sensor, lastreceive=00-00-0000 00:00:00, id=26, category=9, favorite=true, device=org.pidome.driver.driver.nativeMySensorsDriver14}], success=true, message=} 2016-01-13 23:30:34,400 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: GET /jsonrpc.json?rpc={%22jsonrpc%22:%20%222.0%22,%20%22method%22:%20%22DeviceService.getDevice%22,%20%22params%22:%20{%22id%22:26}%20%22id%22:%22DeviceService.getDevice%22} HTTP/1.1 2016-01-13 23:30:34,402 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Host: 192.168.66.21:8443 2016-01-13 23:30:34,403 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 2016-01-13 23:30:34,403 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept: */* 2016-01-13 23:30:34,414 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Language: de,en-US;q=0.7,en;q=0.3 2016-01-13 23:30:34,415 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Encoding: gzip, deflate 2016-01-13 23:30:34,416 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: X-Requested-With: XMLHttpRequest 2016-01-13 23:30:34,417 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Referer: https://192.168.66.21:8443/desktop/customdeviceedit.html?device=49 2016-01-13 23:30:34,418 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Cookie: key=43efdae3-cca3-411a-b63f-e64269f607e1 2016-01-13 23:30:34,419 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Connection: keep-alive 2016-01-13 23:30:34,420 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: If-Modified-Since: Mi, 13 1 2016 22:28:42 GMT 2016-01-13 23:30:34,421 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: 2016-01-13 23:30:34,428 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - JSON String to parse: {"jsonrpc": "2.0", "method": "DeviceService.getDevice", "params": {"id":26} "id":"DeviceService.getDevice"} 2016-01-13 23:30:34,429 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Parsed JSON Object: {method=DeviceService.getDevice, id=DeviceService.getDevice, jsonrpc=2.0, params={id=26}} 2016-01-13 23:30:34,430 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Set request id: DeviceService.getDevice 2016-01-13 23:30:34,431 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Searching named parameter set for getDevice in DeviceService 2016-01-13 23:30:34,432 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Found param key: id 2016-01-13 23:30:34,433 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - searching for getDevice in DeviceService 2016-01-13 23:30:34,445 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Declared params for getDevice : [class java.lang.Long] 2016-01-13 23:30:34,446 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Passed in params for 'getDevice': [26] 2016-01-13 23:30:34,453 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Response data: {data={friendlyname=MySensorMultiOG, defsequence=23, address=10, active=true, commandgroups=[{name=Temperatur 1, id=0, commands=[{commandtype=data, currentvalue=0, typedetails={truetext=true, visualtype=, highvalue=0.0, warnvalue=0.0, maxvalue=0.0, prefix=, commandset=[], falsetext=false, label=Temp_1, deviceCommandValue=0, suffix= C, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, readonly=true, datatype=float, visual=false, id=V_TEMP}}]}, {name=Temperatur 2, id=1, commands=[{commandtype=data, currentvalue=0, typedetails={truetext=true, visualtype=, highvalue=0.0, warnvalue=0.0, maxvalue=0.0, prefix=, commandset=[], falsetext=false, label=Temp_2, deviceCommandValue=0, suffix=C, boolvis=text, graph=true, minvalue=0.0, graphtype=time-series, readonly=true, datatype=float, visual=false, id=V_TEMP}}]}, {name=Modul 433 MHz, id=2, commands=[{commandtype=toggle, currentvalue=true, typedetails={datatype=string, commandset={off={label=Off, value=off}, on={label=On, value=on}}, id=V_STATUS, label=Funkschalter WZ Sued, deviceCommandValue=true}}]}, {name=Click the wrench to edit the group, drop controls on it to add them., id=newgroupid0, commands=[]}], lastsend=00-00-0000 00:00:00, locationname=Hobbyraum, driver=org.pidome.driver.driver.nativeMySensorsDriver14, categoryconstant=SENSOR, name=Hobby, location=15, categoryname=Universal sensor, lastreceive=00-00-0000 00:00:00, id=26, category=9, favorite=true, device=org.pidome.driver.driver.nativeMySensorsDriver14}, success=true, message=} 2016-01-13 23:30:34,848 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:34,849 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:36,111 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:36,112 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:36,700 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:36,701 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:37,377 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: GET /jsonrpc.json?rpc={%22jsonrpc%22:%20%222.0%22,%20%22method%22:%20%22DeviceService.sendDevice%22,%20%22params%22:%20[26,%20%222%22,%20%22V_STATUS%22,%20{%22value%22:false,%22extra%22:%22%22}]%20%22id%22:%20%22DeviceService.sendDevice%22} HTTP/1.1 2016-01-13 23:30:37,385 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Host: 192.168.66.21:8443 2016-01-13 23:30:37,386 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 2016-01-13 23:30:37,388 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept: */* 2016-01-13 23:30:37,394 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Language: de,en-US;q=0.7,en;q=0.3 2016-01-13 23:30:37,395 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Encoding: gzip, deflate 2016-01-13 23:30:37,396 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: X-Requested-With: XMLHttpRequest 2016-01-13 23:30:37,397 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Referer: https://192.168.66.21:8443/desktop/customdeviceedit.html?device=49 2016-01-13 23:30:37,400 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Cookie: key=43efdae3-cca3-411a-b63f-e64269f607e1 2016-01-13 23:30:37,401 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Connection: keep-alive 2016-01-13 23:30:37,402 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: 2016-01-13 23:30:37,415 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - JSON String to parse: {"jsonrpc": "2.0", "method": "DeviceService.sendDevice", "params": [26, "2", "V_STATUS", {"value":false,"extra":""}] "id": "DeviceService.sendDevice"} 2016-01-13 23:30:37,417 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Parsed JSON Object: {method=DeviceService.sendDevice, id=DeviceService.sendDevice, jsonrpc=2.0, params=[26, 2, V_STATUS, {extra=, value=false}]} 2016-01-13 23:30:37,418 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Set request id: DeviceService.sendDevice 2016-01-13 23:30:37,419 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - searching for sendDevice in DeviceService 2016-01-13 23:30:37,420 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Declared params for sendDevice : [class java.lang.Long, class java.lang.String, class java.lang.String, interface java.util.Map] 2016-01-13 23:30:37,421 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Passed in params for 'sendDevice': [26, 2, V_STATUS, {extra=, value=false}] 2016-01-13 23:30:37,423 [WEBCLIENT] DEBUG org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 - Passing to hardware driver for send: 10;2;1;0;2;false 2016-01-13 23:30:37,434 [pool-43-thread-1] DEBUG org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 - sending: [B@97d43e 2016-01-13 23:30:37,447 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Response data: {data=true, success=true, message=} 2016-01-13 23:30:37,455 [pool-76-thread-1] DEBUG org.pidome.server.connector.plugins.hooks.DeviceHook - Handling for device org.pidome.driver.device.pidomeNativeMySensorsDevice14 with group 2, control: V_STATUS, containing false 2016-01-13 23:30:37,456 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /hooks/devices/26/2/V_STATUS 2016-01-13 23:30:37,457 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content 2016-01-13 23:30:37,458 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:37,460 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /Home/Keller/Hobbyraum/device/Hobby/Modul 433 MHz/Funkschalter WZ Sued 2016-01-13 23:30:37,461 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content 2016-01-13 23:30:37,462 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,209 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:38,210 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:38,327 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: GET /jsonrpc.json?rpc={%22jsonrpc%22:%20%222.0%22,%20%22method%22:%20%22DeviceService.sendDevice%22,%20%22params%22:%20[26,%20%222%22,%20%22V_STATUS%22,%20{%22value%22:true,%22extra%22:%22%22}]%20%22id%22:%20%22DeviceService.sendDevice%22} HTTP/1.1 2016-01-13 23:30:38,328 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Host: 192.168.66.21:8443 2016-01-13 23:30:38,329 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 2016-01-13 23:30:38,330 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept: */* 2016-01-13 23:30:38,331 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Language: de,en-US;q=0.7,en;q=0.3 2016-01-13 23:30:38,332 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Accept-Encoding: gzip, deflate 2016-01-13 23:30:38,333 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: X-Requested-With: XMLHttpRequest 2016-01-13 23:30:38,358 [pool-3-thread-1] DEBUG org.pidome.driver.device.pidomeServerDevice.PidomeServerDevice - Handling: procheat:38.5;uptime:1846532.62;cpuusage:100;memusage:19.96;diskspace:9624.2; - procheat:38.5;uptime:1846532.62;cpuusage:100;memusage:19.96;diskspace:9624.2; 2016-01-13 23:30:38,334 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Referer: https://192.168.66.21:8443/desktop/customdeviceedit.html?device=49 2016-01-13 23:30:38,362 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Cookie: key=43efdae3-cca3-411a-b63f-e64269f607e1 2016-01-13 23:30:38,363 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: Connection: keep-alive 2016-01-13 23:30:38,365 [pool-6-thread-1] DEBUG org.pidome.server.system.hardware.devices.Devices - Got storage data: 1 - values - procheat - 38.5 2016-01-13 23:30:38,370 [pool-5-thread-1] DEBUG org.pidome.server.connector.plugins.hooks.DeviceHook - Handling for device org.pidome.driver.device.pidomeServerDevice with group values, control: procheat, containing 38.5 2016-01-13 23:30:38,372 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /hooks/devices/1/values/procheat 2016-01-13 23:30:38,373 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <38.5> 2016-01-13 23:30:38,376 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,378 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /Home/Floor unknown/Location unknown/device/Rasp server/Device values/Pi temperature 2016-01-13 23:30:38,379 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <38.5> 2016-01-13 23:30:38,380 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,381 [pool-5-thread-1] DEBUG org.pidome.server.connector.plugins.hooks.DeviceHook - Handling for device org.pidome.driver.device.pidomeServerDevice with group values, control: uptime, containing 21 days 8:55:32 2016-01-13 23:30:38,382 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /hooks/devices/1/values/uptime 2016-01-13 23:30:38,383 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <21 days 8:55:32> 2016-01-13 23:30:38,385 [WEBCLIENT] DEBUG org.pidome.server.services.clients.http.HTTPClientHandler - 192.168.66.20 - 1452724232762: 2016-01-13 23:30:38,402 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - JSON String to parse: {"jsonrpc": "2.0", "method": "DeviceService.sendDevice", "params": [26, "2", "V_STATUS", {"value":true,"extra":""}] "id": "DeviceService.sendDevice"} 2016-01-13 23:30:38,406 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Parsed JSON Object: {method=DeviceService.sendDevice, id=DeviceService.sendDevice, jsonrpc=2.0, params=[26, 2, V_STATUS, {extra=, value=true}]} 2016-01-13 23:30:38,407 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Set request id: DeviceService.sendDevice 2016-01-13 23:30:38,408 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - searching for sendDevice in DeviceService 2016-01-13 23:30:38,409 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Declared params for sendDevice : [class java.lang.Long, class java.lang.String, class java.lang.String, interface java.util.Map] 2016-01-13 23:30:38,414 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,416 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /Home/Floor unknown/Location unknown/device/Rasp server/Device values/Uptime 2016-01-13 23:30:38,417 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <21 days 8:55:32> 2016-01-13 23:30:38,422 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,428 [pool-5-thread-1] DEBUG org.pidome.server.connector.plugins.hooks.DeviceHook - Handling for device org.pidome.driver.device.pidomeServerDevice with group values, control: cpuusage, containing 100.0 2016-01-13 23:30:38,423 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.AbstractRPCMethodExecutor - Passed in params for 'sendDevice': [26, 2, V_STATUS, {extra=, value=true}] 2016-01-13 23:30:38,431 [WEBCLIENT] DEBUG org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 - Passing to hardware driver for send: 10;2;1;0;2;true 2016-01-13 23:30:38,433 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /hooks/devices/1/values/cpuusage 2016-01-13 23:30:38,434 [pool-43-thread-1] DEBUG org.pidome.driver.driver.nativeMySensorsDriver14.NativeMySensorsDriver14 - sending: [B@de51ab 2016-01-13 23:30:38,434 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <100.0> 2016-01-13 23:30:38,450 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,443 [WEBCLIENT] DEBUG org.pidome.server.system.rpc.PidomeJSONRPC - Response data: {data=true, success=true, message=} 2016-01-13 23:30:38,443 [pool-76-thread-1] DEBUG org.pidome.server.connector.plugins.hooks.DeviceHook - Handling for device org.pidome.driver.device.pidomeNativeMySensorsDevice14 with group 2, control: V_STATUS, containing true 2016-01-13 23:30:38,460 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /hooks/devices/26/2/V_STATUS 2016-01-13 23:30:38,461 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content 2016-01-13 23:30:38,462 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,452 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /Home/Floor unknown/Location unknown/device/Rasp server/Device values/CPU load 2016-01-13 23:30:38,479 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <100.0> 2016-01-13 23:30:38,464 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /Home/Keller/Hobbyraum/device/Hobby/Modul 433 MHz/Funkschalter WZ Sued 2016-01-13 23:30:38,486 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content 2016-01-13 23:30:38,487 [pool-76-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,480 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,490 [pool-5-thread-1] DEBUG org.pidome.server.connector.plugins.hooks.DeviceHook - Handling for device org.pidome.driver.device.pidomeServerDevice with group values, control: memusage, containing 19.96 2016-01-13 23:30:38,491 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /hooks/devices/1/values/memusage 2016-01-13 23:30:38,506 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <19.96> 2016-01-13 23:30:38,506 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,507 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /Home/Floor unknown/Location unknown/device/Rasp server/Device values/Memory usage 2016-01-13 23:30:38,509 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <19.96> 2016-01-13 23:30:38,526 [pool-6-thread-1] DEBUG org.pidome.server.system.hardware.devices.Devices - Got storage data: 1 - values - cpuusage - 100.0 2016-01-13 23:30:38,539 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,541 [pool-5-thread-1] DEBUG org.pidome.server.connector.plugins.hooks.DeviceHook - Handling for device org.pidome.driver.device.pidomeServerDevice with group values, control: diskspace, containing 9624.2 2016-01-13 23:30:38,547 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /hooks/devices/1/values/diskspace 2016-01-13 23:30:38,557 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <9624.2> 2016-01-13 23:30:38,558 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,565 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - publish2Subscribers republishing to existing subscribers that matches the topic /Home/Floor unknown/Location unknown/device/Rasp server/Device values/Disk space 2016-01-13 23:30:38,572 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - content <9624.2> 2016-01-13 23:30:38,578 [pool-5-thread-1] DEBUG org.dna.mqtt.moquette.messaging.spi.impl.ProtocolProcessor - subscription tree 2016-01-13 23:30:38,647 [pool-6-thread-1] DEBUG org.pidome.server.system.hardware.devices.Devices - Got storage data: 1 - values - memusage - 19.96 2016-01-13 23:30:38,879 [pool-6-thread-1] DEBUG org.pidome.server.system.hardware.devices.Devices - Got storage data: 1 - values - diskspace - 9624.2 2016-01-13 23:30:39,590 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:39,592 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:40,552 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:40,554 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:42,778 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:42,779 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:43,793 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:43,794 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:44,511 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:44,512 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:45,774 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:45,775 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:48,546 [Timer-2870] ERROR err - Uncaught exception by Thread[Timer-2870,5,main]: 2016-01-13 23:30:48,549 [Timer-2870] ERROR err - java.lang.UnsupportedOperationException: The method shutdownOutput() is not supported in SSLSocket 2016-01-13 23:30:48,550 [Timer-2870] ERROR err - at sun.security.ssl.BaseSSLSocketImpl.shutdownOutput(BaseSSLSocketImpl.java:228) 2016-01-13 23:30:48,552 [Timer-2870] ERROR err - at org.pidome.server.services.clients.http.HTTPClientHandler.free(HTTPClientHandler.java:411) 2016-01-13 23:30:48,553 [Timer-2870] ERROR err - at org.pidome.server.services.clients.http.HTTPClientHandler.access$200(HTTPClientHandler.java:59) 2016-01-13 23:30:48,565 [Timer-2870] ERROR err - at org.pidome.server.services.clients.http.HTTPClientHandler$HardDisconnectTimerTask.run(HTTPClientHandler.java:238) 2016-01-13 23:30:48,566 [Timer-2870] ERROR err - at java.util.TimerThread.mainLoop(Timer.java:555) 2016-01-13 23:30:48,567 [Timer-2870] ERROR err - at java.util.TimerThread.run(Timer.java:505) 2016-01-13 23:30:49,877 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:49,878 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:50,039 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:50,040 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:50,755 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - Before cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0) 2016-01-13 23:30:50,756 [Hikari housekeeper (pool DBConnectionPool_DEVICE_26)] DEBUG com.zaxxer.hikari.pool.HikariPool - After cleanup pool DBConnectionPool_DEVICE_26 stats (total=5, active=0, idle=5, waiting=0)