Koen Kanters
f8d082e18d
Networkmap #3281
2020-06-15 20:10:30 +02:00
Koen Kanters
79b4dbd24f
Touchlink factory reset #3281
2020-06-15 19:19:57 +02:00
Koen Kanters
62dc88ec87
Republish bridge info on log level changes #3281
2020-06-15 19:06:08 +02:00
Koen Kanters
d10c1c2155
Add some config options #3281
2020-06-15 18:58:32 +02:00
Kosta
b42c61d09a
use relative timestamps ( #3743 )
...
Use relative timestamps for the network map (e.g, `1 hour, 43 minutes ago` or `15 minutes, 10 seconds ago`), since that is easier to understand/decode than the standard ISO timestamps.
This introduces an additional (light weight) dependency to [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js ) which in itself doesn't have any additional dependencies.
Co-authored-by: Konstantin Baumann <konstantin.baumann@autodesk.com>
2020-06-14 17:43:27 +02:00
Kosta
a2ea520b0c
add support for plantuml based network graphs ( #3742 )
...
Add support for [PlantUML](http://plantuml.com/guide ) based network graphs, which can be pasted into [this online editor](https://www.planttext.com/ ).
The test configuration used for unit testing for example produces this output:
![output.svg](https://www.planttext.com/api/plantuml/svg/j5LTRzem57tVhxYFGSFbEbyG7gOoOBHggrMCQPsg2Zc9KwmwSPeufTjVsyD-qlx20dICZuJni4PHPDdtd7lkyRNpwyTFU7bESyqoNSJopP-PW6KXu3CYRNSwID7cjkEO3jok8_ONrqk4a0DXOBYEvJOWOaBoi0loKJGpLMYHt4-OBtabpNl58qYK_bIagSeq3wzKoENve3AOUcqaICjtWhIBs4NwTZbOHzojH_iLe--qeoZYWSiStzoes2-aNrlZ3igmqNAzHcNu-SMm1vDnR_1XV0wNmy6I68QcsngQRV0w2BA8UTA4KCJnmf4cp6T2SyXJ7kYiY9kWKYPV9esIWJgsCw9cTRh_w8QruyOqK59bntbYBJtnQZovdWafqXpE2WuZ1KQRsYwwU7rM7Lua3ucQ9qTLiDLzTAi2hLKo3LLHUZnzuD-EQs2wRE1EjR0RmLGieFV8CWOhPYYPOIuoBdcUmvn92VbSw606nfURYn6QbrUliN6RcXrle-mWC1qBfuiZn-ltRWTUbcnZjSn-aMiLGyYVHC1pC0RYQmDk-_r55bXbkJDcMgVTLYlLJ-f4995ghLGGd-Ky9D_5lSyv2PJAGf4mhJB2af2im8HIizK0OyLuClxuUJ8SlufZfkqllaXjc_4Dn_f_TTNxjGqsQipQKqZntmehpX8XxohITg4S7RgMwc2UUKooRR8o6SL3FLCBmtfOURhM6hVOIfY5-zQSyYHS_BT-0m00__y30000 )
The generated script looks like this:
```
' paste into: https://www.planttext.com/
@startuml
card 0x0017880104e45525 [
0x0017880104e45525
---
0x0017880104e45525 (6536) failed: lqi,routingTable
---
Boef notSupportedModelID
---
1970-01-01T01:00:01+01:00
]
card 0x000b57fffec6a5b2 [
bulb
---
0x000b57fffec6a5b2 (40369)
---
IKEA TRADFRI LED bulb E26/E27 980 lumen, dimmable, white spectrum, opal white (LED1545G12)
---
1970-01-01T01:00:01+01:00
]
card 0x000b57fffec6a5b3 [
bulb_color
---
0x000b57fffec6a5b3 (40399)
---
Philips Hue Go (7146060PH)
---
unknown
]
card 0x0017880104e45521 [
button_double_key
---
0x0017880104e45521 (6538)
---
Xiaomi Aqara double key wireless wall switch (WXKG02LM)
---
1970-01-01T01:00:01+01:00
]
card 0x0017880104e45559 [
cc2530_router
---
0x0017880104e45559 (6540)
---
Custom devices (DiY) [CC2530 router](http://ptvo.info/cc2530-based-zigbee-coordinator-and-router-112/ ) (CC2530.ROUTER)
---
1970-01-01T01:00:01+01:00
]
card 0x00124b00120144ae [
Coordinator
---
0x00124b00120144ae (0)
---
1970-01-01T01:00:10+01:00
]
0x000b57fffec6a5b3 --> 0x00124b00120144ae: 120
0x000b57fffec6a5b2 --> 0x00124b00120144ae: 92
0x000b57fffec6a5b3 --> 0x000b57fffec6a5b2: 110
0x0017880104e45559 --> 0x000b57fffec6a5b2: 100
0x0017880104e45521 --> 0x0017880104e45559: 130
@enduml
```
Co-authored-by: Konstantin Baumann <konstantin.baumann@autodesk.com>
2020-06-14 15:48:50 +02:00
Koen Kanters
37122dba79
changeOptions -> options. https://github.com/Koenkk/zigbee2mqtt/issues/3281
2020-06-14 00:28:24 +02:00
Koen Kanters
3658588618
Add group #3281
2020-06-13 23:42:58 +02:00
Koen Kanters
a90ebce677
Change device options. #3181
2020-06-13 23:28:06 +02:00
Koen Kanters
7b3c07dcfe
Implement renaming functionallity. https://github.com/Koenkk/zigbee2mqtt/issues/3281
2020-06-13 19:35:09 +02:00
Koen Kanters
16f5812f6c
Finish remove api. https://github.com/Koenkk/zigbee2mqtt/issues/3281
2020-06-13 17:22:00 +02:00
Koen Kanters
f8ea6cb574
Update converters.
2020-06-06 14:45:43 +02:00
Crowbar Z
51a6b9226d
Remove precision rounding from HA MQTT autodiscovery template ( #3636 )
...
* Remove precision rounding from HA MQTT autodiscovery template
Precision rounding should be handled in converters and made available to
all MQTT consumers (not just HA)
* Update homeassistant.test.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
2020-05-29 23:13:09 +02:00
Koen Kanters
5f63dcb0f2
Fix old state being published due to debounce. #3572
2020-05-29 19:24:59 +02:00
Koen Kanters
89a6c976cb
Update converters
2020-05-28 19:49:38 +02:00
Koen Kanters
f793eab4ab
Republish availability on MQTT connected. #3625
2020-05-28 17:44:50 +02:00
Koen Kanters
780246fe74
Fix typo
2020-05-26 17:36:04 +02:00
Koen Kanters
409fb2407a
#3281 Add tests for new bridge API
2020-05-24 18:16:39 +02:00
Koen Kanters
1638b81723
Update converters
2020-05-24 15:57:29 +02:00
Koen Kanters
49df5751b2
Log friendly error when endpoint does not exist on device. https://github.com/Koenkk/zigbee-herdsman-converters/issues/125
2020-05-23 20:48:07 +02:00
Koen Kanters
94dbf9c505
Fix not able to read state from multiple endpoints at once. https://github.com/Koenkk/zigbee-herdsman-converters/issues/1252
2020-05-22 18:16:53 +02:00
Koen Kanters
ad9421a9b0
Update converters.
2020-05-18 18:59:15 +02:00
Koen Kanters
772f6c0bde
Update converters.
2020-05-04 15:11:17 +02:00
Koen Kanters
7c0e1b0c65
Don't throw exception when device requets OTA but does not have OTA endpoint. #3339
2020-04-28 21:23:32 +02:00
Koen Kanters
4a6a88e0e8
Update converters.
2020-04-28 17:04:28 +02:00
Koen Kanters
785601476e
Fix order of commands when turning bulb on.
2020-04-26 18:18:20 +02:00
Koen Kanters
48641f3028
Fix OTA percentage. #3422
2020-04-24 22:38:51 +02:00
Koen Kanters
d22e73ebb4
#3271 Allow to randomize network_key by settings 'network_key: GENERATE'
2020-04-21 21:58:43 +02:00
Koen Kanters
a8793ab60b
Load extensions from data directory. https://github.com/Koenkk/zigbee2mqtt/issues/3297
2020-04-19 20:08:24 +02:00
Koen Kanters
11fd5ffde6
Refactor
2020-04-19 18:10:53 +02:00
Koen Kanters
07dc837b76
Refactor receive
2020-04-15 22:34:59 +02:00
Koen Kanters
67151fba04
Refactor bind
2020-04-15 20:36:40 +02:00
Koen Kanters
838cb6e702
Update converters.
2020-04-13 21:15:08 +02:00
Koen Kanters
eab9886402
Refactor.
2020-04-12 18:29:52 +02:00
Koen Kanters
a2d09b08ea
Refactor DeviceConfigure
2020-04-11 20:58:22 +02:00
Koen Kanters
9da1a35bbd
Refactor.
2020-04-11 20:34:50 +02:00
Koen Kanters
cc008db2ad
Refactor
2020-04-11 18:31:57 +02:00
Koen Kanters
ba0d930ddd
DeviceAvailability -> Availability
2020-04-11 18:14:40 +02:00
Koen Kanters
2ce2876f04
Refactor
2020-04-11 17:44:31 +02:00
Koen Kanters
3ef7555ca2
Refactor
2020-04-05 00:05:05 +02:00
Koen Kanters
e0076367d3
Start on legacy api isolation. https://github.com/Koenkk/zigbee2mqtt/issues/3281
2020-04-04 22:47:23 +02:00
Koen Kanters
903cec5760
Allow to disable log rotation. #3280
2020-04-04 19:46:43 +02:00
Koen Kanters
1d9d63062a
Add missing devices to configuration. #3263
2020-04-04 19:15:24 +02:00
Kiall Mac Innes
1abb5b6a48
Fix conflict between illuminance and illuminance_lux ( #3275 )
...
* Fix conflict between illuminance and illuminance_lux
On certain devices, e.g. GZCGQ01LM, 9290012607, 9290019758, TERNCY-PP01 etc, both
cfg.sensor_illuminance and cfg.sensor_illuminance_lux are applied. As both of these
had the same object_id, only one would show in Home Assistant. Oddly, a mix of both
would apply - e.g. I would get the illuminance value, with the illuminance_lux unit
of 'lx'.
* Add a test for duplicated type/object_id in HA discovery configs
2020-04-03 11:12:58 +02:00
Koen Kanters
f95eb4527a
Only setup supported color capabilities. https://github.com/Koenkk/zigbee2mqtt/issues/3260
2020-04-01 20:33:04 +02:00
Koen Kanters
d6fccbd83e
Fix tests.
2020-03-31 18:18:15 +02:00
Koen Kanters
545eca6708
Update converters.
2020-03-29 21:36:59 +02:00
Koen Kanters
fb4d86cef5
Allow to change non-setted options via device_options. #3215
2020-03-28 19:48:05 +01:00
Koen Kanters
4fe23842cf
Don't allow non existing entities on availability_blacklist or availability_whitelist. #3191
2020-03-25 20:46:20 +01:00
Koen Kanters
a307747d8c
Fix typo.
2020-03-25 20:05:18 +01:00