Commit graph

77 commits

Author SHA1 Message Date
b91f006d8b Made error handling more robust for managers 2021-12-04 21:31:48 +01:00
b65a9f0bd3 Improved external web-server 2021-12-04 21:00:08 +01:00
d91556681b Added some user messages to cert generation 2021-12-03 02:12:59 +01:00
81b7d7e930 Removed unused API classes 2021-12-03 01:55:33 +01:00
5dae45bb0b Renamed DB Upgrade classes 2021-12-03 01:53:23 +01:00
58894924a5 Updated some js libs and added license info 2021-10-02 20:48:17 +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
dc200294be Added ability to disable local mDNS server 2021-10-02 19:40:45 +02:00
4d1922d088 Added ID to config pages 2021-09-23 00:36:40 +02:00
c46aab31e9 Added margin to logo 2021-09-16 22:46:28 +02:00
940016f44a Added default aggregation intervall. 2021-09-16 21:58:48 +02:00
342368bd77 Fixed startup page 2021-09-16 00:10:46 +02:00
bc35492cee Refactoring navigation 2021-09-15 22:58:01 +02:00
d7605da60f Added startup page 2021-09-15 22:21:21 +02:00
bfd895112d Added a test mode without cert for external web server 2021-09-15 16:56:24 +02:00
28ff89d07f Moved OAuth to the external http daemon and added OAuth2 store 2021-09-09 17:52:14 +02:00
b2d96b34b1 Bugfix 2021-09-06 16:34:20 +02:00
b94b33ecf1 Possibly fixed multiple listener addition 2021-09-06 16:05:32 +02:00
f27f7e4c81 Added google oath token to DB as the session was invalidated after restart. 2021-09-06 16:04:36 +02:00
f5f3730281 Refactored event sending function to be more robust and thread safe 2021-08-30 01:42:34 +02:00
102d8aa266 Updated so that if a device data is not set then the latest one will be loaded from the DB 2021-08-30 01:39:29 +02:00
b1db199beb Refactored getController method 2021-08-30 01:32:26 +02:00
e863797030 bugfix 2021-08-29 14:57:03 +02:00
f4b9d46077 Removed unnecessary check 2021-08-29 14:53:16 +02:00
2d1e6f8f50 Fixed issue where external pages are not set 2021-08-29 14:16:42 +02:00
9e58387ef7 Fixed recursive issue with dummy event and reduce update time for gui selections 2021-08-28 16:58:03 +02:00
ed04b687ed Fixed issue where new devices was not showing up in the gui as selections 2021-08-28 16:46:55 +02:00
0cf4909df4 Removed some padding on trigger page 2021-08-28 16:29:51 +02:00
a21ac02333 Some bugfixes for multiple reports 2021-08-28 16:10:58 +02:00
17438db7a2 Made cron date time trigger more robust 2021-08-28 15:32:12 +02:00
870be06255 Moved external http server to a daemon 2021-08-28 14:09:41 +02:00
291c4cb42a Added mDNS Daemon which will resolve hal.local domain 2021-08-26 21:21:55 +02:00
ac27882ad1 Fixed programmatically using a Certificate object for HttpServer 2021-08-22 02:11:06 +02:00
c197606204 Use existing certificate instead of doing the process all the time 2021-08-22 01:42:28 +02:00
d9ce3af5aa Fixed certificate handling 2021-08-20 23:10:13 +02:00
e8270d4027 Moved external HttpServer to hal-core and added SSL possibility through LestEncrypt 2021-08-05 16:41:40 +02:00
2dc35e212b Changed properties defined by .config file to be read only 2021-08-05 16:41:40 +02:00
9e6172caeb Added Zigbee attribute reading daemon 2021-07-23 23:35:19 +02:00
68054ebf4f Fixed zigbee on off events 2021-07-19 23:51:29 +02:00
203bb67f7f Added hal prefix to all config properties 2021-07-19 18:06:00 +02:00
d6fc1390fd Fixed some bugs 2021-07-12 00:35:06 +02:00
55ceb0bf34 Small cleanup and fixed tests 2021-07-11 23:07:14 +02:00
6a81f5de16 Initial implementation of plugin DB upgrade support 2021-07-11 23:00:47 +02:00
52273e1ebe Hal now properly detects Zigbee sensors 2021-07-03 00:59:18 +02:00
81dc81a1ae Added scan button to Event and Sensor config pages 2021-07-02 00:42:11 +02:00
94bfbbd664 Removed generics from device listener and updated some js libs 2021-07-02 00:06:26 +02:00
53d471c0aa Changed device listener to be a list instead of single listener 2021-06-25 22:35:01 +02:00
3a49b15dea Added Zigbee attribute listener 2021-06-25 00:21:18 +02:00
267054e4ba Changed controllers to be singleton in the manager and moved isAvailable to AbstractController 2021-06-09 23:27:42 +02:00
a80a1c5cdc Added scanning button animation, detection of scannable controllers and scan start 2021-06-09 22:17:32 +02:00