Koen Kanters
8b4b9bea19
Refactor property cache responsibility to state.
2019-03-15 23:18:19 +01:00
Koen Kanters
ac28ca2841
Update to zigbee-shepherd-converters 8.0.0
2019-03-13 19:41:58 +01:00
Koen Kanters
f0e9ebe4ed
Fix readRsp spamming no converter available messages. https://github.com/Koenkk/zigbee2mqtt/issues/1064
2019-03-05 19:41:59 +01:00
Andreas Brett
1cde620d70
add support for local ISO8601 timestamp format ( #1171 )
...
* add support for local ISO8601 timestamp format
added local ISO8601 timestamp format for local rather than UTC-based timestamps
ISO8601 = 2019-03-01T15:32:45.941+0000
ISO8601_Local = 2019-03-01T16:32:45.941+0100 (for TZ GMT+1)
* fixed indentation
* tabs to spaces
* comply with Travis
* comply with Travis once again
* Removed spaces to make Travis happy
* updates
2019-03-02 16:47:36 +01:00
Koen Kanters
5a9aef6d3b
Change to action_color. https://github.com/Koenkk/zigbee-shepherd-converters/pull/304
2019-02-26 19:29:53 +01:00
Koen Kanters
9b12933a99
Dont cache action_group.
2019-02-23 19:13:01 +01:00
Andreas Brett
8c848b8368
add device model to log ( #1136 )
...
* add device model to log
* Update deviceReceive.js
2019-02-21 18:45:22 +01:00
Koen Kanters
f3e13f16f3
Add more don’t cache properties. https://github.com/Koenkk/zigbee-shepherd-converters/pull/284
2019-02-19 19:31:58 +01:00
Koen Kanters
0f053425f3
Merge branch 'master' into dev
2019-02-13 19:28:35 +01:00
Koen Kanters
04e68014da
Update link to zigbee2mqtt.io. #1072
2019-02-12 21:39:37 +01:00
Koen Kanters
52fb19360e
Revert "Set state of stateless properties to ‘idle’ after publish. #959 "
...
This reverts commit 0826db07d0
.
2019-02-09 00:29:40 +01:00
Koen Kanters
e47b672bcb
Revert "Fix Home Assistant automation trigger reliability by adding a small delay. #958 "
...
This reverts commit f4bf504642
.
2019-02-09 00:29:16 +01:00
Koen Kanters
f4bf504642
Fix Home Assistant automation trigger reliability by adding a small delay. #959
2019-02-05 18:53:51 +01:00
Koen Kanters
0826db07d0
Set state of stateless properties to ‘idle’ after publish. #959
2019-02-05 17:41:47 +01:00
Koen Kanters
c9c599b60b
Refactor publishDeviceState to publishEntityState (for future group support).
2019-02-04 18:36:49 +01:00
Koen Kanters
6ff3954b71
Update zigbee-shepherd-converters to 7.0.23.
2019-01-22 20:22:16 +01:00
Laurent
9e5fb04314
Elapsed time ( #909 )
...
* new elapsed attribute giving the elapsed time since the previous msg
* configurable elapsed attribute
* Update deviceReceive.js
* Update deviceReceive.js
2019-01-22 20:02:34 +01:00
Koen Kanters
a43cd5a864
Ignore messages from coordinator. https://github.com/Koenkk/zigbee2mqtt/issues/801
2019-01-18 22:23:47 +01:00
Laurent
7cd30a3a05
configurable last_seen ( #874 )
...
* configurable last_seen
* Refactor last_seen.
2019-01-18 20:31:55 +01:00
Koen Kanters
dccdc5aafa
Publish one MQTT message when a zigbee message is converted twice. #827
2019-01-11 22:38:16 +01:00
Koen Kanters
30b35e7272
Prevent Message without device! messages when pairing devices.
2019-01-08 19:22:09 +01:00
Gergely Markics
5d3461c4c6
Add the timestamp of last received zigbee message visible in HASS ( #739 )
...
* Add timestamp on receiving message from Zigbee
Add last_message to the payload
* Discovery on HASS restart and last_message attribute added
- On restarting Home Assistant, resending device discovery information
- Add timestamp on receiving message from Zigbee
* Add option: add_timestamp in settings
* Add option: add_timestamp in settings
* Add option: add_timestamp in settings
* typo
* Update homeassistant.js
* Update homeassistant.js
* Update homeassistant.js
* Update deviceReceive.js
* Update deviceReceive.js
* Update homeassistant.js
* Update settings.js
* Update deviceReceive.js
* Update deviceReceive.js
* Update deviceReceive.js
* Update deviceReceive.js
* Fix tests
* Fix lint
* Fix lint
2018-12-26 17:33:39 +01:00
Koenkk
d6c2b536ee
Introduce device_options. https://github.com/Koenkk/zigbee2mqtt/issues/708
2018-12-19 17:33:02 +01:00
Koen Kanters
ec20bfdd15
Cleanup references to wiki.
2018-12-14 19:37:57 +01:00
Adán SDPC
0fb84294f0
Stop caching forgotten
and keyerror
properties ( #667 )
...
* feat(device_receive): stop caching `forgotten` and `keyerror` properties
After this change, the `forgotten` and `keyerror` properties as emitted
by the Xiaomi Vima Smart Lock will stop being cached. Previously they
were mostly useless, because after they were set to `true`, they were
never being unset or set back to `false` upon a successful unlock.
Close #666
* chore(device_receive): order uncached properties lexicographically
As the list of uncached properties grows over time, it could be
useful to order them lexicographically. This will make life easier
to any developer looking for a particular property in the list, and
in overall makes things look tidier.
2018-12-07 17:51:34 +01:00
Koenkk
6df4e39f18
Refactor!
2018-12-06 21:27:36 +01:00