Commit graph

1084 commits

Author SHA1 Message Date
csawatzky
9f3b48c277 make sure to use the new version comparison for the max conditions as well 2026-01-19 12:06:11 -06:00
csawatzky
89d5e40d45 fix bug where the operator wasn't being flipped where it was supposed to 2026-01-19 09:49:12 -06:00
csawatzky
d23d1d6ed3 fixed the options disappearing for alert after closing the dialog box 2026-01-16 10:11:59 -06:00
csawatzky
65e70265fb displaying status information on the gates dashboard now 2026-01-15 14:32:39 -06:00
csawatzky
f06bcf9535 Merge branch 'master' into object_status 2026-01-06 10:57:26 -06:00
csawatzky
d9bcd07c8d changing the humidity/moisture part of the bin card to only display the average and the high, low, average selector only changes the temp part 2026-01-05 11:27:49 -06:00
csawatzky
c7d1f7ef9b hotfix: increase the pca fan state to 996 pascal (4iwg) from 250 pascal (1iwg), fixed the bug where the sensors tab woul 'convert' the measurment multiple times based on the number of times you went to the tab 2025-12-30 13:19:40 -06:00
csawatzky
4911fa56d0 Merge branch 'master' of gitlab.com:brandx/bxt-app 2025-12-30 10:43:41 -06:00
csawatzky
2dc633e6ca hotfix: adjusted the position of the check in so its not so close to the edge, and some minor style stuff 2025-12-30 10:43:07 -06:00
csawatzky
59aae7a8a1 couple hotfixes:
raised the idle flow constant (could be something entered by the user in the future when hitting the button to retrieve flow events) to be 3.5, also fixed the gate visual to be up at the topp rather than centered as that was causing it to move down the page when flipping to the sensor view
2025-12-30 10:26:52 -06:00
csawatzky
7964aa09cc added optional custom card function to the binslist so that on the map page we can have the map move to the bin and open the bin drawer when the card is clicked from the yard drawer 2025-12-29 16:23:02 -06:00
Carter
128a06e0a0 hotifx: added more snackbars and some details to help debug reon 2025-12-22 20:49:54 -06:00
csawatzky
2edca58f7c updating the version check in the device model for firmware versions, the string comparison was just wrong 2025-12-18 15:16:10 -06:00
Carter
8238c4df58 adding ? before accessing length to prevent white screen error 2025-12-17 21:31:41 -06:00
Carter
50105b36d9 Merge branch 'master' of gitlab.com:brandx/bxt-app 2025-12-17 10:47:03 -06:00
Carter
de855c6fdb adding ? before accessing length to prevent white screen error 2025-12-17 10:46:20 -06:00
csawatzky
846f314e16 hotfix for loading terminals as a team 2025-12-16 14:33:04 -06:00
csawatzky
a7fee2f76d Merge branch 'onewire_detect' into staging_environment 2025-12-15 16:33:54 -06:00
csawatzky
41f3374982 hotfix - making high the default display for the grain temp for bins and binVisualizer 2025-12-15 09:57:31 -06:00
csawatzky
2ad491c289 adding caldwell fan model GGL-81011 2025-12-08 15:29:50 -06:00
csawatzky
633ef3817f added some steps to the bin tour to reference each of the tabs, added some step to the signup tour to show some more pages and also added a way to change unit settings IN the tour step, now it is entirely their fault if they skip it, we cant make it any more in their face 2025-12-03 15:04:55 -06:00
csawatzky
c9d2eac6c3 finished refactoring the object alerts into object interactions 2025-12-01 14:38:51 -06:00
csawatzky
bb92077d0b finished the form for creating an interaction/alert for a device through an object 2025-11-28 16:36:59 -06:00
csawatzky
ce7c90f384 getting the new object interaction dialog filtering the components properly regarding devices being passed in, finished the display part for alert and notification 2025-11-27 17:08:14 -06:00
csawatzky
3cdddb928f refactoring object interactions into multiple components and taking into account controller interactions having to be on the same device where the alerts dont matter 2025-11-26 16:50:09 -06:00
Carter
bdddcfc103 Merge branch 'staging_environment' 2025-11-25 10:31:48 -06:00
csawatzky
c79ff66b13 hotfix for the team icon upload using imagekit by adding the provider 2025-11-21 11:10:02 -06:00
csawatzky
3cce11db6b setting the default option to the first device in the list 2025-11-20 16:17:16 -06:00
csawatzky
f228e1a574 Merge branch 'multi_plenum_drying' into staging_environment 2025-11-20 16:03:44 -06:00
csawatzky
3df6db8a01 finished the refactoring of the bin mode change to allow for more components to be selected 2025-11-20 15:39:29 -06:00
csawatzky
004f54b113 updating the logic in the actual addCondition function 2025-11-20 11:27:14 -06:00
csawatzky
79c29f6f81 increasing the limit for conditions on devices running 2.1.9 to 4, and changing the button logic for adding and removing them 2025-11-20 11:07:14 -06:00
csawatzky
8955547868 increasing the detect onewire to 10 since 9 is going to be for increasing the conditions on an interaction 2025-11-20 10:28:08 -06:00
csawatzky
70bd91bbe7 switching from having 3 dialogs to using a stepper 2025-11-20 10:26:33 -06:00
Carter
a4bd9088cc merged staging and switched to master proto 2025-11-18 14:55:32 -06:00
csawatzky
283958ab6a interactions are being added to the components correctly 2025-11-17 15:05:32 -06:00
csawatzky
d2b2bd2f8b Merge branch 'more_corn' into staging_environment 2025-11-17 12:09:35 -06:00
csawatzky
37d87d062a added the new corn types for the other equations, also renamed the other oats and rye to include the equation names 2025-11-17 11:59:30 -06:00
csawatzky
965738fedd Merge branch 'reverse_nodes' into staging_environment 2025-11-14 16:25:55 -06:00
csawatzky
e70c971a88 built out the functions to create the interactions 2025-11-14 16:21:18 -06:00
Carter
5093573ba7 Merge branch 'contract_page_load' 2025-11-13 16:40:36 -06:00
Carter
6973387e2e Merge branch 'contract_page_load' into staging_environment 2025-11-13 16:06:31 -06:00
Carter
90cac4f49f fixed bug with co missing in the gas readings column 2025-11-13 16:04:17 -06:00
csawatzky
fa85c3b6ab increase the feature version 2025-11-13 11:35:31 -06:00
csawatzky
54d995ae2d added toggle for node reversal to the component form, limited it to firmware version 2.1.8 or higher 2025-11-13 11:25:44 -06:00
Carter
88ad100778 Merge branch 'contract_page_load' 2025-11-13 11:22:21 -06:00
Carter
8163cecada Merge branch 'staging_environment' of gitlab.com:brandx/bxt-app into staging_environment 2025-11-13 11:22:05 -06:00
Carter
d41853e0f2 fixed timestamp issue with displaying sen/temp/gas columns 2025-11-13 10:55:46 -06:00
csawatzky
d831677769 hotfix for the moisture not being visible for custom grain types 2025-11-12 16:30:49 -06:00
csawatzky
eb3617bfba proto update 2025-11-12 12:10:58 -06:00