Commit Graph

1598 Commits

Author SHA1 Message Date
9da8214041 Merge pull request #346 from SyncrowIOT/add-product-name-for-all-devices
fix: include productName in device details response
2025-04-23 16:29:08 +03:00
b8f283f5ce Merge pull request #347 from SyncrowIOT/DATA-inserting-historical-data
DATA-inserting historical data
2025-04-23 16:23:41 +03:00
ea1201307c insert historical data 2025-04-23 16:18:14 +03:00
fde34dcf9c fix: update log output in energy status check for better debugging 2025-04-23 15:13:53 +03:00
8228ccc293 feat: add power clamp entities, DTOs, and repository for energy consumption tracking 2025-04-23 15:08:51 +03:00
38e9ce5a47 Merge pull request #345 from SyncrowIOT/DATA-add-parameter
DATA-added-parameter-to-energy-consumed
2025-04-23 15:04:00 +03:00
59d526103c rebase from dev 2025-04-23 14:58:40 +03:00
516a885251 removed all params 2025-04-23 14:54:09 +03:00
6bc068c5e6 add SQL query for hourly energy consumption analysis 2025-04-23 13:06:42 +03:00
d1bc723834 fix: include productName in device details response 2025-04-23 12:51:24 +03:00
cb2056d1b3 added health check 2025-04-23 10:56:03 +04:00
cff947a84a database config 2025-04-22 21:44:46 +04:00
e019774f58 type fixing 2025-04-22 16:55:07 +03:00
6330f7823b adjusted param 2025-04-22 16:48:30 +03:00
fea5d4d828 added more steps 2025-04-22 16:38:02 +03:00
8072812b4b added params 2025-04-22 16:30:18 +03:00
ce7fc0114e Merge pull request #344 from SyncrowIOT/SP-1456-be-internal-server-error-when-we-try-to-save-routine-creation
refactor: clean up unused variable and update destructuring in device service
2025-04-22 13:55:54 +03:00
dabf234349 refactor: clean up unused variable and update destructuring in device service 2025-04-22 13:54:12 +03:00
055518d672 Merge pull request #339 from SyncrowIOT/feat/commission-device
Feat/commission device
2025-04-22 11:04:15 +04:00
aa9a11217b Merge pull request #342 from SyncrowIOT/bugfix/batch-status
fixed the response of batch get status
2025-04-22 10:29:39 +04:00
2470c8e09a fixed the response of batch get status 2025-04-22 10:25:44 +04:00
fcb27155d8 typeorm logger 2025-04-22 10:20:48 +04:00
506f3dae29 Merge pull request #340 from SyncrowIOT/SP-1310
- add winston logger
2025-04-22 09:48:13 +04:00
acbfa450f6 Merge pull request #341 from SyncrowIOT/SP-1357-be-add-our-product-name-and-device-name-related-to-the-syncrow-regardless-the-supplier
SP-1357-be-add-our-product-name-and-device-name-related-to-the-syncrow-regardless-the-supplier
2025-04-22 09:47:21 +04:00
1b3eb08fcb fix: set name column to non-nullable in DeviceEntity 2025-04-22 01:58:31 +03:00
069cdf6f75 feat: add device name to actions and conditions in Automation and Scene services 2025-04-22 01:53:10 +03:00
2f12189eef feat: add device name field to DeviceEntity and update related DTOs and services 2025-04-22 01:53:03 +03:00
69f87b0999 Merge pull request #338 from SyncrowIOT/SP-610-be-otp-email-template-for-change-password-and-sign-up
add OTP email sending functionality and integrate with user authentication flow
2025-04-21 15:22:54 +03:00
be3c9f730d - add winston logger
- updated HTTP logging interceptor
2025-04-21 11:38:11 +04:00
ed3c526efd fix commissioning 2025-04-21 10:58:14 +04:00
2b449e61ea add OTP email sending functionality and integrate with user authentication flow 2025-04-20 22:19:08 +03:00
1e6503c072 Merge pull request #337 from SyncrowIOT/SP-1346-be-sos-button-real-time-sync-issue 2025-04-18 09:21:24 +03:00
d341c47286 add SosHandlerService and integrate SOS handling in TuyaWebSocketService 2025-04-17 16:58:34 +03:00
c34011660f Merge pull request #335 from SyncrowIOT/DATA-parametrized-energy-consumption
DATA-parametrized energy consumption
2025-04-17 10:05:47 +03:00
c677be400c added community info and tag 2025-04-17 10:41:39 +04:00
25650ca91b adjusted params 2025-04-16 12:14:38 +03:00
eba3513e14 added params 2025-04-16 11:22:12 +03:00
f2aad9c6be Merge pull request #336 from SyncrowIOT/SP-1421
filter for not deleted space
2025-04-16 10:46:47 +04:00
2010e631f2 filter for not deleted space 2025-04-16 10:42:20 +04:00
4810cc6f35 added controller to export 2025-04-16 10:28:57 +04:00
d24e7be4ea Merge branch 'dev' of https://github.com/SyncrowIOT/backend into feat/commission-device 2025-04-15 20:01:45 +04:00
5d379e0c36 export 2025-04-15 20:01:42 +04:00
78cb65d712 Added parameter setup 2025-04-15 14:40:52 +03:00
dbabd28624 Merge pull request #334 from SyncrowIOT/SP-1390-be-implement-add-new-product-device-api
Implement product creation functionality with DTO and permissions
2025-04-15 14:12:04 +03:00
32112930c8 Implement product creation functionality with DTO and permissions 2025-04-15 13:26:56 +03:00
30dd8318e3 Add SQL queries for hourly energy consumption tracking and refactor daily energy consumed query 2025-04-15 12:20:37 +03:00
9f3dce535d Merge pull request #333 from SyncrowIOT/SP-1430-be-api-request-returns-400-bad-request-instead-of-empty-array-when-community-has-no-devices-or-spaces
refactor: improve error handling for missing space in device listing
2025-04-14 14:26:37 +03:00
846b7e6463 Merge pull request #331 from SyncrowIOT/fix-some-issues-wehn-add-new-device
feat: add DEVICE_ADD permission and update device handling logic
2025-04-14 14:26:26 +03:00
f723b63a91 Merge branch 'dev' into fix-some-issues-wehn-add-new-device 2025-04-14 14:26:13 +03:00
7ba8c78868 Merge pull request #332 from SyncrowIOT/SP-1431-be-integration-between-data-point-and-backend
Add PowerClamp module with controller and service for energy data retrieval
2025-04-14 14:24:35 +03:00