Koen Kanters
d562541178
Shepherd -> herdsman.
2019-11-09 20:38:47 +01:00
Koen Kanters
019b087af1
Fix tests.
2019-11-06 20:51:31 +01:00
Koen Kanters
23cf8eade9
Make graphviz networkmap ISO_8601_local time. https://github.com/Koenkk/zigbee2mqtt/issues/2239
2019-11-06 19:49:03 +01:00
Koen Kanters
cb3ec45294
Fix lint.
2019-10-26 18:25:51 +02:00
Koen Kanters
41e68c8ffe
Update zigbee-herdsman to 0.7.0.
2019-09-23 22:21:27 +02:00
Koenkk
c8a07a5c2d
Add base extension.
2019-09-17 18:32:16 +02:00
Koenkk
11aacb8620
Fix networkmap raw graph breaking change. https://github.com/azuwis/zigbee2mqtt-networkmap/issues/6
2019-09-17 18:19:42 +02:00
Koen Kanters
9c5b3bf4d1
Use lastSeen from zigbee-herdsman.
2019-09-12 22:48:23 +02:00
Koen Kanters
d83085ea7f
Zigbee-herdsman ( #1945 )
...
* Update zigbee-herdsman and zigbee-shepherd-converters.
* Force Aqara S2 Lock endvices (#1764 )
* Start on zigbee-herdsman controller refactor.
* More updates.
* Cleanup zapp.
* updates.
* Propagate adapter disconnected event.
* Updates.
* Initial refactor to zigbee-herdsman.
* Refactor deviceReceive to zigbee-herdsman.
* Rename
* Refactor deviceConfigure.
* Finish bridge config.
* Refactor availability.
* Active homeassistant extension and more refactors.
* Refactor groups.
* Enable soft reset.
* Activate group membership
* Start on tests.
* Enable reporting.
* Add more controller tests.
* Add more tests
* Fix linting error.
* Data en deviceReceive tests.
* Move to zigbee-herdsman-converters.
* More device publish tests.
* Cleanup dependencies.
* Bring device publish coverage to 100.
* Bring home assistant test coverage to 100.
* Device configure tests.
* Attempt to fix tests.
* Another attempt.
* Another one.
* Another one.
* Another.
* Add wait.
* Longer wait.
* Debug.
* Update dependencies.
* Another.
* Begin on availability tests.
* Improve availability tests.
* Complete deviceAvailability tests.
* Device bind tests.
* More tests.
* Begin networkmap refactors.
* start on networkmap tests.
* Network map tests.
* Add utils tests.
* Logger tests.
* Settings and logger tests.
* Ignore some stuff for coverage and add todos.
* Add remaining missing tests.
* Enforce 100% test coverage.
* Start on groups test and refactor entityPublish to resolveEntity
* Remove joinPathStorage, not used anymore as group information is stored into zigbee-herdsman database.
* Fix linting issues.
* Improve tests.
* Add groups.
* fix group membership.
* Group: log names.
* Convert MQTT message to string by default.
* Fix group name.
* Updates.
* Revert configuration.yaml.
* Add new line.
* Fixes.
* Updates.
* Fix tests.
* Ignore soft reset extension.
2019-09-09 19:48:09 +02:00
Koen Kanters
eb69ea6808
Fix lint
2019-09-09 19:04:07 +02:00
clockbrain
3ae2d2b946
Network map routes selectable by mqtt topic ( #1736 )
2019-07-15 20:02:56 +02:00
clockbrain
97f9f83181
Use penwidth instead of dotted/dashed lines ( #1694 )
2019-07-06 10:09:44 +02:00
clockbrain
7a19c8876a
Network map fixes ( #1676 )
...
* Include scan failed note in network map
* Include relationship in map structure
* Clearer source and destination node naming
* eslint fixes
* More eslint fixes
* Removed empty brackets for no routes
* Reposition short address in device node
* eslint fixes
2019-07-01 16:10:50 +02:00
Andreas Brett
7cabe3a523
colors for network map ( #1666 )
...
* Update settings.js
added default color options for network map
* Update networkMap.js
- add timestamp node to indicate when the map was created
- colorize nodes by device type
- colorize edges by activity
* Update networkMap.js
make travis happy
* Update networkMap.js
* Update networkMap.js
* Update settings.js
* Refactor
* Move to graphviz.
2019-06-26 19:30:38 +02:00
clockbrain
38a1aec823
Network map styling improvements ( #1653 )
...
* Weight and style lines based on routes
* Refactor to make End Device case more obvious
2019-06-23 21:22:13 +02:00
clockbrain
b28da0265e
Include last seen in device boxes on graphviz map ( #1633 )
...
* Include last seen in device boxes on graphviz map
* Refactor
* Fix test cases
* Bind
* Refactor last seen label construction
* style fix
2019-06-17 21:28:27 +02:00
clockbrain
3981c1c6e4
Include network routes on the map ( #1641 )
...
* Initial inclusion of routes on map
* Forgot to include zigbee.js
* Hex string for route address
* Rebaseline to dev
* Cleaner merging of scan arrays
* style fixes
2019-06-16 13:49:15 +02:00
pali
1f63a32170
[graphviz] show network address in hexastring format ( #1638 )
...
* [graphviz] show network address in hexastring format
Wireshark shows network address in hexadecimal format, so it's easier to follow messages in Wireshark if both shows address in same format.
* Update networkMap.js
* Update networkMap.js
2019-06-15 17:04:35 +02:00
Koen Kanters
fb12d15d9d
Fix lint error.
2019-06-09 23:46:19 +02:00
clockbrain
b663e37fd9
Also match network map link by short address ( #1611 )
2019-06-09 08:16:38 +02:00
Koen Kanters
8ad6aee43a
Identify QBKG04LM and QBKG03LM as end device. https://github.com/Koenkk/zigbee2mqtt/issues/1594
2019-06-04 19:23:58 +02:00
Koen Kanters
c9c599b60b
Refactor publishDeviceState to publishEntityState (for future group support).
2019-02-04 18:36:49 +01:00
clockbrain
5970e498f3
Add styling to graphviz devices and links ( #894 )
...
* Add styling to graphviz devices and links
* Fix eslint error and gvrender_set_style warning
2019-01-22 20:07:38 +01:00
Koen Kanters
5f6b37bf83
Support mesh networks in grapvhiz networkmap. https://github.com/Koenkk/zigbee2mqtt/issues/652
2019-01-18 22:11:01 +01:00
Koenkk
6df4e39f18
Refactor!
2018-12-06 21:27:36 +01:00
Koenkk
ddb83cc6e4
Handle zigbee commands sequentially (and refactor it). #529
2018-10-23 20:39:48 +02:00
Laurent
0322354c37
[RFC] graphviz network map, display all devices ( #443 )
...
* network map, more info
* add a get(All)Devices method to zigbee
* graphviz: display all devices
loop through all devices, display all devices even those that haven't
responded to the lqi scan.
* makes eslint happy :)
* remove null chars from network map graphviz output
makes graphviz happy :-)
* Improvements to graphviz network map
* Always add device type
2018-10-07 21:46:54 +02:00
Koenkk
4180bd8933
Add friendly_name to graphviz network map. #252
2018-09-29 23:05:18 +02:00
Koenkk
b2a27dd64a
Implement basic graphviz networkmap. #252
2018-08-28 22:07:57 +02:00
Koenkk
2a520b0e81
Raw implementation of network map. #252
2018-08-28 21:55:00 +02:00