zbeacon
9da60f3815
Added RPC params processing for Modbus and removed orjson from packages #280 #279
2020-04-07 09:56:48 +03:00
zbeacon
2ddf770fa4
Improvements for Modbus RPC processing ("rpc" section in modbus.json has been changed)
2020-04-06 15:44:09 +03:00
zbeacon
9254bd5c20
Added version logging
2020-04-03 09:28:41 +03:00
zbeacon
89d5bcff29
Data dumps improvements
2020-04-03 08:29:45 +03:00
zbeacon
eae8a899f8
Improvements for processing speed
2020-04-02 15:00:13 +03:00
zbeacon
332fd8132d
Refactored information about connection to saved devices from persistent device storage.
2020-03-30 09:58:12 +03:00
zbeacon
8d133d2e49
Adding CAN Connector. Thanks to anonymous contributor :)
2020-03-23 15:21:39 +02:00
zbeacon
7c4535da13
Refactoring
2020-03-12 16:41:50 +02:00
zbeacon
6b47a6b843
Refactoring
2020-03-12 13:29:19 +02:00
zbeacon
7836063952
Improvements for RPC to the gateway. Added functions:
...
gateway_devices - returns object with keys - device names and values - connector names
gateway_stats - returns information about count of the processed messages of 5 last seconds
2020-03-02 15:06:09 +02:00
zbeacon
a80cbf54c9
Improvements for the tb_client and RPC method for restarting the gateway (gateway_restart) and rebooting the device with gateway (gateway_reboot)
2020-02-28 16:08:22 +02:00
zbeacon
a07d6d7da1
Fix for "None type has no in_progress attribute #249 "
2020-02-25 08:11:31 +02:00
zbeacon
dc05231036
Some improvements
2020-02-24 19:21:19 +02:00
zbeacon
f70acef4a2
Improvement for remote logging feature
2020-02-24 14:35:11 +02:00
zbeacon
b5025141ae
Improvements for remote logging
2020-02-24 11:10:37 +02:00
zbeacon
8750b2b7b3
Improvements for remote configurator
2020-02-24 09:31:26 +02:00
zbeacon
fb91fa7041
Improvements for statistic
2020-02-21 12:21:09 +02:00
zbeacon
a0a9f2b603
Improvements for statistic collecting
2020-02-20 12:35:41 +02:00
zbeacon
9804ecf00a
Sepaated statistic per connector
2020-02-20 12:06:37 +02:00
zbeacon
4ac4b5a265
Statistic from connectors improvements
2020-02-20 11:37:23 +02:00
zbeacon
b6bcd77fcf
Improvements for statistic collect and remote configuration.
2020-02-19 16:49:44 +02:00
zbeacon
80f2da320b
The frequency of sending statistic to the ThingsBoard has been increased to keep "active" attribute.
2020-02-12 16:27:50 +02:00
zbeacon
6e0261288c
Fix for device type on ThingsBoard for device connection
2020-02-04 12:14:16 +02:00
zbeacon
7a075bb66c
Fix for adding connector name on initialization
2020-02-03 12:59:08 +02:00
zbeacon
9db1a0547e
Base implementation of Request(HTTP) connector
2020-02-01 10:34:23 +02:00
zbeacon
8b79a75e31
Improvements for RPC requests processing
2020-01-29 14:13:45 +02:00
zbeacon
d1934ded9f
Refactoring
2020-01-29 11:49:58 +02:00
zbeacon
e810bb6f9a
Refactored
2020-01-28 16:54:19 +02:00
zbeacon
0eb1346039
Improvements for connectors/converters import
2020-01-28 16:13:40 +02:00
zbeacon
95c1c0c2af
Added ability to use timestamp from devices message (if "ts" found in converter output dictionary.)
...
To use this feature, converted data structure must be like:
{
"deviceName": "Device",
"deviceType": "default",
"attributes": [],
"telemetry": {
"ts": 1580214207748,
"values": {
"telemetry1": 400,
"telemetry2": 200
}
}
}
2020-01-28 14:30:44 +02:00
zbeacon
d76b7976e5
Improvement for loading connectors from remote configuration request
2020-01-27 11:37:21 +02:00
zbeacon
57871ae9b5
Improvements
2020-01-24 14:46:16 +02:00
zbeacon
d5f9eb1536
Added remote configuration for logs.conf file
2020-01-24 12:36:55 +02:00
zbeacon
6702f47396
Fix for feature "sendDataOnlyOnChange" #237
2020-01-22 15:07:31 +02:00
zbeacon
3fe5430897
Added more logging and improvements for OPC-UA Connector and improvements for remote configuration
2020-01-22 10:35:34 +02:00
zbeacon
1aa5bf115a
Improvements for remote TBClient and remoteConfiguration feature
2020-01-21 14:47:17 +02:00
zbeacon
7913a1ed9c
Remote configuration improvement
2020-01-20 13:13:03 +02:00
zbeacon
fba022fea4
Fix for RemoteLogging error
2020-01-20 11:54:10 +02:00
zbeacon
8cb19223c8
Improvements for Remote Logging and OPC-UA
2020-01-20 09:51:58 +02:00
zbeacon
7938457cb8
Improvements for remote logging and fix for #236 (You can put only caCert intosecurity section of MQTT connector config)
2020-01-19 10:37:25 +02:00
zbeacon
aa1b8758cb
Improvements for remote logging
2020-01-17 15:26:46 +02:00
zbeacon
5f6676c307
Added check remote configuration after connection/reconnection to ThingsBoard
2020-01-17 11:00:09 +02:00
zbeacon
8ef33c7263
Changed logging and improved remote configuration
2020-01-16 16:59:36 +02:00
zbeacon
d4a9efaa96
Added applying for remote storage configuration
2020-01-15 12:50:07 +02:00
zbeacon
72a1b2e343
Copyright updated
2020-01-15 08:52:46 +02:00
zbeacon
149ae417d7
Added checking for remote configuration in shared attributes of the gateway and template for uploading current configuration
2020-01-14 17:13:59 +02:00
zbeacon
e151ced29b
Added remote configurator for connectors
2020-01-10 14:51:43 +02:00
zbeacon
a8a3a39cb6
Fix for CPU usage.
2019-12-26 11:19:09 +02:00
zbeacon
7de4424042
Added dynamic import for default connectors.
2019-12-19 09:47:56 +02:00
zbeacon
aa7486303c
Configs for docker.
2019-12-18 15:27:50 +02:00