Commit graph

50 commits

Author SHA1 Message Date
1dec30e2fa Added room hint to google assistant 2023-01-12 00:57:56 +01:00
370fecaa8a Fixed a bug where null device are returned on sync request 2021-10-10 02:40:18 +02:00
b6a0e39ac3 Improved logging and removed exception in factory. 2021-10-10 02:25:22 +02:00
433b3ee002 Fixed incorrect exception messages 2021-10-10 02:11:24 +02:00
3edea58f8c Renamed some DeviceData classes, added additional data classes also and better handling in zigbee 2021-10-02 19:42:23 +02:00
c9227fd8ac Added safty check so that Google sync does not fail 2021-09-23 00:05:38 +02:00
0b029f68e3 Bugfix for devices that do not have any data yet 2021-09-23 00:02:05 +02:00
987dab9079 Uplift of Zutil 2021-09-10 22:19:02 +02:00
28ff89d07f Moved OAuth to the external http daemon and added OAuth2 store 2021-09-09 17:52:14 +02:00
f27f7e4c81 Added google oath token to DB as the session was invalidated after restart. 2021-09-06 16:04:36 +02:00
48a139cdd5 bugfix 2021-08-30 01:52:38 +02:00
ce0f6ebd7c Switched to Integer 2021-08-30 01:50:19 +02:00
d00a13bb50 bugfix 2021-08-30 01:47:49 +02:00
1cbb44f714 Fixed casting issue 2021-08-30 01:46:39 +02:00
f5f3730281 Refactored event sending function to be more robust and thread safe 2021-08-30 01:42:34 +02:00
41357ed8dd Missed a check 2021-08-30 01:19:03 +02:00
4339239c33 Added more google traits and implemented execution function 2021-08-30 01:16:00 +02:00
08fd1b6edd Another fix 2021-08-29 22:24:32 +02:00
02f9d4fcb7 Another fix 2021-08-29 22:15:44 +02:00
17337e39ba Fixed another issue 2021-08-29 22:10:41 +02:00
b30248d973 Fixed null pointer exeption 2021-08-29 22:06:25 +02:00
41dfcd0e4f Seems google does not return custom data during query 2021-08-29 22:00:10 +02:00
870d9cbbab Some more bug fixes 2021-08-29 19:59:02 +02:00
fa80fbc114 Added Event devices to google assistant 2021-08-29 17:00:33 +02:00
f4b9d46077 Removed unnecessary check 2021-08-29 14:53:16 +02:00
291c4cb42a Added mDNS Daemon which will resolve hal.local domain 2021-08-26 21:21:55 +02:00
e8270d4027 Moved external HttpServer to hal-core and added SSL possibility through LestEncrypt 2021-08-05 16:41:40 +02:00
203bb67f7f Added hal prefix to all config properties 2021-07-19 18:06:00 +02:00
e1618604c9 Updated with new Configurator changes and cleaned up imports 2021-05-08 01:41:13 +02:00
6214c01157 Split switch event data into multiple classes 2021-01-02 04:25:04 +01:00
ee485c4466 Moved sync request to smart app 2021-01-01 22:19:51 +01:00
1c0340b9cf Updated readme files 2020-12-25 23:09:45 +01:00
49318f3191 Small fixes 2020-12-16 22:30:58 +01:00
d7a14a4899 Separated traits into their own classes, added humidity 2020-12-08 23:15:20 +01:00
f4515f86c8 Dives now registered in Google Assistant but no data is displayed 2020-12-05 01:41:08 +01:00
c6f90c42af Some more assistant progress, SYNC is now working but not yet returning devices 2020-12-05 00:07:41 +01:00
fee3fd81a0 Fixed some things in assistant 2020-11-30 23:32:53 +01:00
ccc99033cd Now using Zutil Oauth code properly 2020-11-27 02:18:59 +01:00
03ae4329bc Migrated to new Oauth2 pages in Zutil 2020-11-22 23:26:00 +01:00
baaeddb9fb Make OAuth pages to follow spec 2020-11-20 00:36:29 +01:00
e0c464416d Fixed OAth2 pages, still some things to fix 2020-11-17 01:00:23 +01:00
43892798ef Some progress on G assistant api 2020-11-11 22:17:41 +01:00
64f2f598df Fixed resource path issues with gradle 2020-11-11 01:48:09 +01:00
ded778fd11 Fixed build dependency issues by moving hal core into hal-core folder/subproject 2020-11-10 18:36:02 +01:00
f1da2c5a4d Fixed build failures 2020-11-10 16:41:01 +01:00
4a31b474c5 Added its own http server for Google Assistant api 2020-09-05 14:13:35 +02:00
9bca47d566 Added header parameters to JSON pages, Some cleanup of google assistant example code 2020-09-05 14:13:35 +02:00
0632804bd4 moved zwave config files 2020-08-31 17:03:42 +02:00
8362585b7b Updated readme files 2020-08-31 12:03:46 +02:00
a49cb55b93 Switched to Gradle as build system 2020-08-28 23:09:15 +02:00