Compare commits

1 Commits

Author SHA1 Message Date
Rene De Ren
ae46e0021c Refactor monster to current architecture 2026-03-12 16:43:29 +01:00
34 changed files with 1941 additions and 12788 deletions

View File

@@ -1,13 +1,3 @@
# monster # convert
Monsternamekast control node for EVOLV. Makes unit conversions
Primary responsibilities:
- combine measured/manual flow, rain context and schedule context
- predict sampling demand and pulse distribution over sampling window
- enforce bucket/sampling constraints (volume, weight, cooldown)
- emit process fields used by PLC pulse output, report tooling (e.g. Z-Info), and dashboards
Examples:
- `nodes/monster/examples/monster-dashboard.flow.json` (dashboard-ready visualization flow)
- `nodes/monster/examples/monster-api-dashboard.flow.json` (full API orchestration template with placeholder credentials)

870
config/exampleArray.js Normal file
View File

@@ -0,0 +1,870 @@
const inputExample = // eslint-disable-line no-unused-vars
//tensor 1
[
// 1 prediction per hour
[
// 24 window size
[
//166 features of which the first feature is the hour of the day all the other values are precipation values
//These values are meaningless they need to be translated first into the correct format
//How do the transformations work?
-0.65066296, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-0.50620914, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-0.36175531, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-0.21730149, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-0.07284767, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
0.07160615, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
0.21605998, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
0.3605138, -0.1888816, -0.19213369, -0.19328518, -0.18170043, -0.18223418,
-0.18370405, -0.18517574, -0.18551063, -0.18683789, -0.18886069,
-0.18927826, -0.18696358, -0.17307445, -0.17702805, -0.17851964,
-0.17654074, -0.17762018, -0.1796983, -0.18136519, -0.18139249,
-0.18250296, -0.18198996, -0.18138494, -0.18618596, -0.1889744,
-0.18739212, -0.17126027, -0.17405689, -0.1762726, -0.18029169,
-0.1885969, -0.18849469, -0.19095787, -0.18038477, -0.18214581,
-0.18189491, -0.18189534, -0.18381298, -0.18393834, -0.18939162,
-0.17176759, -0.17026471, -0.17394295, -0.17903634, -0.19020126,
-0.18912097, -0.18823564, -0.17929266, -0.18775292, -0.18869072,
-0.18756475, -0.18702924, -0.18671379, -0.17348625, -0.18026013,
-0.1814532, -0.18132141, -0.18308498, -0.18331088, -0.18624909,
-0.18811531, -0.19032778, -0.18967649, -0.18800643, -0.18892376,
-0.18933033, -0.18079819, -0.18595871, -0.18796106, -0.18773453,
-0.19043156, -0.1891853, -0.18971276, -0.18899542, -0.18666336,
-0.1879662, -0.18708836, -0.1893528, -0.18959058, -0.18611566,
-0.19272971, -0.19552121, -0.19478238, -0.19681337, -0.19944471,
-0.19903339, -0.19263975, -0.18716142, -0.1877408, -0.18708849,
-0.18419774, -0.18278112, -0.18275773, -0.19600511, -0.19538267,
-0.19162537, -0.192591, -0.19787251, -0.19998388, -0.19278597,
-0.18786678, -0.18582166, -0.18569262, -0.18191596, -0.18098748,
-0.18121272, -0.19626444, -0.19792468, -0.19207762, -0.18952964,
-0.19189596, -0.19348373, -0.19015691, -0.1844006, -0.18490676,
-0.18425256, -0.18282198, -0.18047893, -0.17963261, -0.19567896,
-0.19192091, -0.18874464, -0.18849974, -0.1898807, -0.18982206,
-0.1882855, -0.19054112, -0.18959366, -0.18676196, -0.18424004,
-0.18355161, -0.18516647, -0.19370953, -0.19216638, -0.19084519,
-0.18945748, -0.1898998, -0.18970484, -0.18697297, -0.1889949,
-0.19083625, -0.19014625, -0.19090196, -0.19471276, -0.19409975,
-0.1935458, -0.19110129, -0.18852621, -0.1896783, -0.19012038,
-0.18907574, -0.19738469, -0.19826875, -0.19619434, -0.19351482,
-0.19247084, -0.19158516, -0.18882761, -0.19663896, -0.19387078,
-0.19137178, -0.19101838, -0.18902259, -0.18740881, -0.18577042,
],
[
0.50496762, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
0.64942144, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
0.79387527, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
0.93832909, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542, -0.144808,
-0.1452933, -0.14522589, -0.14659725, -0.18959058, -0.18611566,
-0.19272971, -0.19552121, -0.19478238, -0.19681337, -0.19944471,
-0.19903339, -0.19263975, -0.18716142, -0.1877408, -0.18708849,
-0.18419774, -0.18278112, -0.18275773, -0.19600511, -0.19538267,
-0.19162537, -0.192591, -0.19787251, -0.19998388, -0.19278597,
-0.18786678, -0.18582166, -0.18569262, -0.18191596, -0.18098748,
-0.18121272, -0.19626444, -0.19792468, -0.19207762, -0.18952964,
-0.19189596, -0.19348373, -0.19015691, -0.1844006, -0.18490676,
-0.18425256, -0.18282198, -0.18047893, -0.17963261, -0.19567896,
-0.19192091, -0.18874464, -0.18849974, -0.1898807, -0.18982206,
-0.1882855, -0.19054112, -0.18959366, -0.18676196, -0.18424004,
-0.18355161, -0.18516647, -0.19370953, -0.19216638, -0.19084519,
-0.18945748, -0.1898998, -0.18970484, -0.18697297, -0.1889949,
-0.19083625, -0.19014625, -0.19090196, -0.19471276, -0.19409975,
-0.1935458, -0.19110129, -0.18852621, -0.1896783, -0.19012038,
-0.18907574, -0.19738469, -0.19826875, -0.19619434, -0.19351482,
-0.19247084, -0.19158516, -0.18882761, -0.19663896, -0.19387078,
-0.19137178, -0.19101838, -0.18902259, -0.18740881, -0.18577042,
],
[
1.08278291, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
1.22723673, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.15728894, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.16854493, -0.16853073, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.16891474, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
1.37169056, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
1.51614438, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
1.6605982, -0.1888816, -0.19213369, -0.19328518, -0.18170043, -0.18223418,
-0.18370405, -0.18517574, -0.18551063, -0.18683789, -0.18886069,
-0.18927826, -0.18696358, -0.17307445, -0.17702805, -0.17851964,
-0.17654074, -0.17762018, -0.1796983, -0.18136519, -0.18139249,
-0.18250296, -0.18198996, -0.18138494, -0.18618596, -0.1889744,
-0.18739212, -0.17126027, -0.17405689, -0.1762726, -0.18029169,
-0.1885969, -0.18849469, -0.19095787, -0.18038477, -0.18214581,
-0.18189491, -0.18189534, -0.18381298, -0.18393834, -0.18939162,
-0.17176759, -0.17026471, -0.17394295, -0.17903634, -0.19020126,
-0.18912097, -0.18823564, -0.17929266, -0.18775292, -0.18869072,
-0.18756475, -0.18702924, -0.18671379, -0.17348625, -0.18026013,
-0.1814532, -0.18132141, -0.18308498, -0.18331088, -0.18624909,
-0.18811531, -0.19032778, -0.18967649, -0.18800643, -0.18892376,
-0.18933033, -0.18079819, -0.18595871, -0.18796106, -0.18773453,
-0.19043156, -0.1891853, -0.18971276, -0.18899542, -0.18666336,
-0.1879662, -0.18708836, -0.1893528, -0.18959058, -0.18611566,
-0.19272971, -0.19552121, -0.19478238, -0.19681337, -0.19944471,
-0.19903339, -0.19263975, -0.18716142, -0.1877408, -0.18708849,
-0.18419774, -0.18278112, -0.18275773, -0.19600511, -0.19538267,
-0.19162537, -0.192591, -0.19787251, -0.19998388, -0.19278597,
-0.18786678, -0.18582166, -0.18569262, -0.18191596, -0.18098748,
-0.18121272, -0.19626444, -0.19792468, -0.19207762, -0.18952964,
-0.19189596, -0.19348373, -0.19015691, -0.1844006, -0.18490676,
-0.18425256, -0.18282198, -0.18047893, -0.17963261, -0.19567896,
-0.19192091, -0.18874464, -0.18849974, -0.1898807, -0.18982206,
-0.1882855, -0.19054112, -0.18959366, -0.18676196, -0.18424004,
-0.18355161, -0.18516647, -0.19370953, -0.19216638, -0.19084519,
-0.18945748, -0.1898998, -0.18970484, -0.18697297, -0.1889949,
-0.19083625, -0.19014625, -0.19090196, -0.19471276, -0.19409975,
-0.1935458, -0.19110129, -0.18852621, -0.1896783, -0.19012038,
-0.18907574, -0.19738469, -0.19826875, -0.19619434, -0.19351482,
-0.19247084, -0.19158516, -0.18882761, -0.19663896, -0.19387078,
-0.19137178, -0.19101838, -0.18902259, -0.18740881, -0.18577042,
],
[
-1.66183972, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-1.51738589, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-1.37293207, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.15955445, -0.13803715, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.16164522, -0.14849295, -0.16853073, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.13901581,
-0.06342139, -0.18912097, -0.16787941, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.14169274, 0.01964936, -0.08233806,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.16748919, -0.0445072, 0.10122311, -0.08402621, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
0.16237384, -0.00447424, -0.17137192, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, 0.12352589, -0.00387522, -0.15085347,
-0.18786678, -0.18582166, -0.18569262, -0.18191596, -0.18098748,
-0.18121272, -0.19626444, -0.19792468, -0.19207762, -0.18952964,
-0.06793555, -0.02713845, -0.12841841, -0.1844006, -0.18490676,
-0.18425256, -0.18282198, -0.18047893, -0.17963261, -0.19567896,
-0.19192091, -0.18874464, -0.18849974, -0.10893781, -0.14900896,
-0.1882855, -0.19054112, -0.18959366, -0.18676196, -0.18424004,
-0.18355161, -0.18516647, -0.19370953, -0.19216638, -0.19084519,
-0.18945748, -0.16930273, -0.16915384, -0.16665951, -0.1889949,
-0.19083625, -0.19014625, -0.19090196, -0.19471276, -0.19409975,
-0.1935458, -0.19110129, -0.18852621, -0.1896783, -0.19012038,
-0.18907574, -0.19738469, -0.19826875, -0.19619434, -0.19351482,
-0.19247084, -0.19158516, -0.18882761, -0.19663896, -0.19387078,
-0.19137178, -0.19101838, -0.18902259, -0.18740881, -0.18577042,
],
[
-1.22847825, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.15955445, -0.13803715, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.16854493, -0.14856677, -0.17007908, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.14870851, -0.14752318, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.16281155, -0.12272718,
-0.16566951, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.08546801, -0.08402621, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.07174405, 0.03876113, -0.12883628, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.09073971, 0.03970448, -0.08795472,
-0.16710221, -0.18582166, -0.18569262, -0.18191596, -0.18098748,
-0.18121272, -0.19626444, -0.19792468, -0.19207762, -0.18952964,
-0.15057582, -0.08951793, -0.10783891, -0.16435934, -0.18490676,
-0.18425256, -0.18282198, -0.18047893, -0.17963261, -0.19567896,
-0.19192091, -0.18874464, -0.18849974, -0.16964498, -0.12860241,
-0.16800538, -0.19054112, -0.18959366, -0.18676196, -0.18424004,
-0.18355161, -0.18516647, -0.19370953, -0.19216638, -0.19084519,
-0.18945748, -0.1898998, -0.16915384, -0.18697297, -0.1889949,
-0.19083625, -0.19014625, -0.19090196, -0.19471276, -0.19409975,
-0.1935458, -0.19110129, -0.18852621, -0.1896783, -0.19012038,
-0.18907574, -0.19738469, -0.19826875, -0.19619434, -0.19351482,
-0.19247084, -0.19158516, -0.18882761, -0.19663896, -0.19387078,
-0.19137178, -0.19101838, -0.18902259, -0.18740881, -0.18577042,
],
[
-1.08402443, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-0.9395706, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
[
-0.79511678, -0.1888816, -0.19213369, -0.19328518, -0.18170043,
-0.18223418, -0.18370405, -0.18517574, -0.18551063, -0.18683789,
-0.18886069, -0.18927826, -0.18696358, -0.17307445, -0.17702805,
-0.17851964, -0.17654074, -0.17762018, -0.1796983, -0.18136519,
-0.18139249, -0.18250296, -0.18198996, -0.18138494, -0.18618596,
-0.1889744, -0.18739212, -0.17126027, -0.17405689, -0.1762726,
-0.18029169, -0.1885969, -0.18849469, -0.19095787, -0.18038477,
-0.18214581, -0.18189491, -0.18189534, -0.18381298, -0.18393834,
-0.18939162, -0.17176759, -0.17026471, -0.17394295, -0.17903634,
-0.19020126, -0.18912097, -0.18823564, -0.17929266, -0.18775292,
-0.18869072, -0.18756475, -0.18702924, -0.18671379, -0.17348625,
-0.18026013, -0.1814532, -0.18132141, -0.18308498, -0.18331088,
-0.18624909, -0.18811531, -0.19032778, -0.18967649, -0.18800643,
-0.18892376, -0.18933033, -0.18079819, -0.18595871, -0.18796106,
-0.18773453, -0.19043156, -0.1891853, -0.18971276, -0.18899542,
-0.18666336, -0.1879662, -0.18708836, -0.1893528, -0.18959058,
-0.18611566, -0.19272971, -0.19552121, -0.19478238, -0.19681337,
-0.19944471, -0.19903339, -0.19263975, -0.18716142, -0.1877408,
-0.18708849, -0.18419774, -0.18278112, -0.18275773, -0.19600511,
-0.19538267, -0.19162537, -0.192591, -0.19787251, -0.19998388,
-0.19278597, -0.18786678, -0.18582166, -0.18569262, -0.18191596,
-0.18098748, -0.18121272, -0.19626444, -0.19792468, -0.19207762,
-0.18952964, -0.19189596, -0.19348373, -0.19015691, -0.1844006,
-0.18490676, -0.18425256, -0.18282198, -0.18047893, -0.17963261,
-0.19567896, -0.19192091, -0.18874464, -0.18849974, -0.1898807,
-0.18982206, -0.1882855, -0.19054112, -0.18959366, -0.18676196,
-0.18424004, -0.18355161, -0.18516647, -0.19370953, -0.19216638,
-0.19084519, -0.18945748, -0.1898998, -0.18970484, -0.18697297,
-0.1889949, -0.19083625, -0.19014625, -0.19090196, -0.19471276,
-0.19409975, -0.1935458, -0.19110129, -0.18852621, -0.1896783,
-0.19012038, -0.18907574, -0.19738469, -0.19826875, -0.19619434,
-0.19351482, -0.19247084, -0.19158516, -0.18882761, -0.19663896,
-0.19387078, -0.19137178, -0.19101838, -0.18902259, -0.18740881,
-0.18577042,
],
]
];

122
dependencies/monster/modelLoader.js vendored Normal file
View File

@@ -0,0 +1,122 @@
const tf = require('@tensorflow/tfjs');
class ModelLoader {
constructor(logger) {
this.logger = logger || console;
this.model = null;
}
async loadModel(modelUrl, inputShape = [null, 24, 166]) {
try {
this.logger.debug(`Fetching model JSON from: ${modelUrl}`);
const response = await fetch(modelUrl);
const modelJSON = await response.json();
// Fix input shape
this.configureInputLayer(modelJSON, inputShape);
// Extract base path
const baseUrl = this.getBaseUrl(modelUrl);
this.fixWeightPaths(modelJSON, baseUrl);
// Ensure weight specs are there
if (
!modelJSON.weightsManifest ||
!modelJSON.weightsManifest[0].weights ||
modelJSON.weightsManifest[0].weights.length === 0
) {
throw new Error("Model JSON is missing weight specifications.");
}
// Load the binary weight data
const weightUrl = modelJSON.weightsManifest[0].paths[0];
const weightResponse = await fetch(weightUrl);
const weightBuffer = await weightResponse.arrayBuffer();
console.log('modelJSON.weightsManifest:', JSON.stringify(modelJSON.weightsManifest, null, 2));
if (
!modelJSON.weightsManifest ||
!modelJSON.weightsManifest[0].weights ||
modelJSON.weightsManifest[0].weights.length === 0
) {
console.error("❌ modelJSON.weightsManifest is missing weight specs!");
} else {
console.log("✅ Weight specs found:", modelJSON.weightsManifest[0].weights.length);
}
// Create ModelArtifacts object
const artifacts = {
modelTopology: modelJSON.modelTopology,
weightSpecs: modelJSON.weightsManifest[0].weights, // ✅ CORRECT FIELD NAME
weightData: weightBuffer
};
// Load from memory
this.model = await tf.loadLayersModel(tf.io.fromMemory(artifacts));
this.logger.debug('Model loaded successfully');
return this.model;
} catch (error) {
this.logger.error(`Failed to load model: ${error.message}`);
throw error;
}
}
configureInputLayer(modelJSON, inputShape) {
const layers = modelJSON.modelTopology.model_config.config.layers;
if (layers && layers.length > 0) {
const firstLayer = layers[0];
if (firstLayer.class_name === 'InputLayer') {
if (firstLayer.config.batch_shape) {
firstLayer.config.batchInputShape = firstLayer.config.batch_shape;
delete firstLayer.config.batch_shape;
this.logger.debug('Converted batch_shape to batchInputShape:', firstLayer);
} else if (!firstLayer.config.batchInputShape && !firstLayer.config.inputShape) {
firstLayer.config.batchInputShape = inputShape;
this.logger.debug('Configured input layer:', firstLayer);
} else {
this.logger.debug('Input shape already set:', firstLayer.config);
}
}
}
}
getBaseUrl(url) {
return url.substring(0, url.lastIndexOf('/') + 1);
}
fixWeightPaths(modelJSON, baseUrl) {
for (const group of modelJSON.weightsManifest) {
group.paths = group.paths.map(path => {
path = path.replace(/^\/+/, '');
return path.startsWith('http') ? path : `${baseUrl}${path}`;
});
}
}
}
const modelLoader = new ModelLoader();
(async () => {
try {
const localURL = "http://localhost:1880/generalFunctions/datasets/lstmData/tfjs_model/model.json";
const model = await modelLoader.loadModel(localURL);
console.log('Model loaded successfully');
const denseLayer = model.getLayer('dense_8');
const weights = denseLayer.getWeights();
const weightArray = await weights[0].array();
console.log('Dense layer kernel (sample):', weightArray.slice(0, 5));
} catch (error) {
console.error('Failed to load model:', error);
}
})();
module.exports = ModelLoader;

256
dependencies/monster/monsterConfig.json vendored Normal file
View File

@@ -0,0 +1,256 @@
{
"general": {
"name": {
"default": "Monster Configuration",
"rules": {
"type": "string",
"description": "A human-readable name or label for this configuration."
}
},
"id": {
"default": null,
"rules": {
"type": "string",
"nullable": true,
"description": "A unique identifier for this configuration. If not provided, defaults to null."
}
},
"unit": {
"default": "unitless",
"rules": {
"type": "string",
"description": "The unit for this configuration (e.g., 'meters', 'seconds', 'unitless')."
}
},
"logging": {
"logLevel": {
"default": "info",
"rules": {
"type": "enum",
"values": [
{
"value": "debug",
"description": "Log messages are printed for debugging purposes."
},
{
"value": "info",
"description": "Informational messages are printed."
},
{
"value": "warn",
"description": "Warning messages are printed."
},
{
"value": "error",
"description": "Error messages are printed."
}
]
}
},
"enabled": {
"default": true,
"rules": {
"type": "boolean",
"description": "Indicates whether logging is active. If true, log messages will be generated."
}
}
}
},
"functionality": {
"softwareType": {
"default": "monster",
"rules": {
"type": "string",
"description": "Specified software type for this configuration."
}
},
"role": {
"default": "samplingCabinet",
"rules": {
"type": "string",
"description": "Indicates the role this configuration plays (e.g., sensor, controller, etc.)."
}
}
},
"asset": {
"uuid": {
"default": null,
"rules": {
"type": "string",
"nullable": true,
"description": "Asset tag number which is a universally unique identifier for this asset. May be null if not assigned."
}
},
"geoLocation": {
"default": {
"x": 0,
"y": 0,
"z": 0
},
"rules": {
"type": "object",
"description": "An object representing the asset's physical coordinates or location.",
"schema": {
"x": {
"default": 0,
"rules": {
"type": "number",
"description": "X coordinate of the asset's location."
}
},
"y": {
"default": 0,
"rules": {
"type": "number",
"description": "Y coordinate of the asset's location."
}
},
"z": {
"default": 0,
"rules": {
"type": "number",
"description": "Z coordinate of the asset's location."
}
}
}
}
},
"supplier": {
"default": "Unknown",
"rules": {
"type": "string",
"description": "The supplier or manufacturer of the asset."
}
},
"type": {
"default": "sensor",
"rules": {
"type": "enum",
"values": [
{
"value": "sensor",
"description": "A device that detects or measures a physical property and responds to it (e.g. temperature sensor)."
}
]
}
},
"subType": {
"default": "pressure",
"rules": {
"type": "string",
"description": "A more specific classification within 'type'. For example, 'pressure' for a pressure sensor."
}
},
"model": {
"default": "Unknown",
"rules": {
"type": "string",
"description": "A user-defined or manufacturer-defined model identifier for the asset."
}
},
"emptyWeightBucket": {
"default": 3,
"rules": {
"type": "number",
"description": "The weight of the empty bucket in kilograms."
}
}
},
"constraints": {
"samplingtime": {
"default": 0,
"rules": {
"type": "number",
"description": "The time interval between sampling events (in seconds) if not using a flow meter."
}
},
"samplingperiod": {
"default": 24,
"rules": {
"type": "number",
"description": "The fixed period in hours in which a composite sample is collected."
}
},
"minVolume": {
"default": 5,
"rules": {
"type": "number",
"min": 5,
"description": "The minimum volume in liters."
}
},
"maxWeight": {
"default": 23,
"rules": {
"type": "number",
"max": 23,
"description": "The maximum weight in kilograms."
}
},
"subSampleVolume": {
"default": 50,
"rules": {
"type": "number",
"min": 50,
"max": 50,
"description": "The volume of each sub-sample in milliliters."
}
},
"storageTemperature": {
"default": {
"min": 1,
"max": 5
},
"rules": {
"type": "object",
"description": "Acceptable storage temperature range for samples in degrees Celsius.",
"schema": {
"min": {
"default": 1,
"rules": {
"type": "number",
"min": 1,
"description": "Minimum acceptable storage temperature in degrees Celsius."
}
},
"max": {
"default": 5,
"rules": {
"type": "number",
"max": 5,
"description": "Maximum acceptable storage temperature in degrees Celsius."
}
}
}
}
},
"flowmeter": {
"default": true,
"rules": {
"type": "boolean",
"description": "Indicates whether a flow meter is used for proportional sampling."
}
},
"closedSystem": {
"default": false,
"rules": {
"type": "boolean",
"description": "Indicates if the sampling system is closed (true) or open (false)."
}
},
"intakeSpeed": {
"default": 0.3,
"rules": {
"type": "number",
"description": "Minimum intake speed in meters per second."
}
},
"intakeDiameter": {
"default": 12,
"rules": {
"type": "number",
"description": "Minimum inner diameter of the intake tubing in millimeters."
}
}
}
}

1
dependencies/monster/monster_class.js vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = require('../../src/specificClass');

View File

@@ -1,31 +0,0 @@
# Monster Example Flows
Import-ready Node-RED examples for `monster`.
## Files
- `basic.flow.json`
- Purpose: quick-start flow with dashboard charts for key monster outputs.
- `integration.flow.json`
- Purpose: lightweight integration contract example (`registerChild` path).
- `edge.flow.json`
- Purpose: unknown-topic/edge handling smoke example.
- `monster-dashboard.flow.json`
- Purpose: richer dashboard-focused visualization of process output.
- Includes:
- manual flow input
- manual start trigger
- seeded `rain_data` and `monsternametijden`
- parsed report fields (`m3Total`, `m3PerPuls`, `pulse`, `running`)
- `monster-api-dashboard.flow.json`
- Purpose: full orchestration template around `monster` with API paths and dashboard output.
- Includes:
- Open-Meteo weather fetch -> `rain_data`
- Aquon SFTP CSV fetch -> `monsternametijden`
- Z-Info token + import payload builder for `m3Total`/`m3PerPuls`
- dashboard API publish template (Grafana)
- placeholder-only credentials/hosts (`__SET_*__`)
## Notes
- `basic.flow.json` and `monster-dashboard.flow.json` are intentionally API-free.
- `monster-api-dashboard.flow.json` is the full API template variant and must be hardened with environment-backed secrets before production use.
- `ui-chart` uses series by `msg.topic` (`category: "topic"`, `categoryType: "msg"`).

View File

@@ -1,365 +0,0 @@
[
{
"id": "monster_basic_tab",
"type": "tab",
"label": "monster basic",
"disabled": false,
"info": "monster basic dashboard example"
},
{
"id": "ui_base_monster_basic",
"type": "ui-base",
"name": "EVOLV Demo",
"path": "/dashboard",
"appIcon": "",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control"
],
"showPathInSidebar": false,
"headerContent": "page",
"navigationStyle": "default",
"titleBarStyle": "default"
},
{
"id": "ui_theme_monster_basic",
"type": "ui-theme",
"name": "Monster Theme",
"colors": {
"surface": "#ffffff",
"primary": "#4f8582",
"bgPage": "#efefef",
"groupBg": "#ffffff",
"groupOutline": "#d8d8d8"
},
"sizes": {
"density": "default",
"pagePadding": "14px",
"groupGap": "14px",
"groupBorderRadius": "6px",
"widgetGap": "12px"
}
},
{
"id": "ui_page_monster_basic",
"type": "ui-page",
"name": "Monster Basic",
"ui": "ui_base_monster_basic",
"path": "/monster-basic",
"icon": "science",
"layout": "grid",
"theme": "ui_theme_monster_basic",
"breakpoints": [
{
"name": "Default",
"px": "0",
"cols": "12"
}
],
"order": 1,
"className": ""
},
{
"id": "ui_group_monster_basic_ctrl",
"type": "ui-group",
"name": "Input",
"page": "ui_page_monster_basic",
"width": "6",
"height": "1",
"order": 1,
"showTitle": true,
"className": ""
},
{
"id": "ui_group_monster_basic_obs",
"type": "ui-group",
"name": "Output",
"page": "ui_page_monster_basic",
"width": "12",
"height": "1",
"order": 2,
"showTitle": true,
"className": ""
},
{
"id": "monster_basic_node",
"type": "monster",
"z": "monster_basic_tab",
"name": "monster basic",
"samplingtime": "24",
"minvolume": "5",
"maxweight": "23",
"nominalFlowMin": "1000",
"flowMax": "6000",
"maxRainRef": "10",
"minSampleIntervalSec": "60",
"emptyWeightBucket": "8.3",
"aquon_sample_name": "112150",
"enableLog": false,
"logLevel": "error",
"positionVsParent": "atEquipment",
"positionIcon": "⊥",
"hasDistance": false,
"distance": "",
"x": 710,
"y": 220,
"wires": [
[
"monster_basic_parse"
],
[
"monster_basic_dbg_influx"
],
[
"monster_basic_dbg_parent"
]
]
},
{
"id": "monster_basic_inj_flow",
"type": "inject",
"z": "monster_basic_tab",
"group": "ui_group_monster_basic_ctrl",
"name": "flow 1800 m3/h",
"props": [
{
"p": "payload"
}
],
"repeat": "5",
"crontab": "",
"once": true,
"onceDelay": "1",
"topic": "",
"payload": "1800",
"payloadType": "num",
"x": 170,
"y": 180,
"wires": [
[
"monster_basic_build_flow"
]
]
},
{
"id": "monster_basic_build_flow",
"type": "function",
"z": "monster_basic_tab",
"name": "build input_q",
"func": "msg.topic='input_q';\nmsg.payload={value:Number(msg.payload),unit:'m3/h'};\nreturn Number.isFinite(msg.payload.value)?msg:null;",
"outputs": 1,
"noerr": 0,
"x": 390,
"y": 180,
"wires": [
[
"monster_basic_node"
]
]
},
{
"id": "monster_basic_inj_start",
"type": "inject",
"z": "monster_basic_tab",
"group": "ui_group_monster_basic_ctrl",
"name": "manual start",
"props": [
{
"p": "topic",
"vt": "str"
},
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": "0.1",
"topic": "i_start",
"payload": "true",
"payloadType": "bool",
"x": 160,
"y": 240,
"wires": [
[
"monster_basic_node"
]
]
},
{
"id": "monster_basic_parse",
"type": "function",
"z": "monster_basic_tab",
"name": "parse output",
"func": "const p=(msg&&msg.payload&&typeof msg.payload==='object')?msg.payload:{};\nconst now=Date.now();\nreturn [\n Number.isFinite(Number(p.q))?{topic:'q_m3h',payload:Number(p.q),timestamp:now}:null,\n Number.isFinite(Number(p.m3Total))?{topic:'m3_total',payload:Number(p.m3Total),timestamp:now}:null,\n Number.isFinite(Number(p.bucketVol))?{topic:'bucket_l',payload:Number(p.bucketVol),timestamp:now}:null,\n Number.isFinite(Number(p.m3PerPuls||p.m3PerPulse))?{topic:'m3_per_pulse',payload:Number(p.m3PerPuls||p.m3PerPulse),timestamp:now}:null,\n {topic:'status',payload:`running=${Boolean(p.running)} | pulse=${Boolean(p.pulse)} | remaining=${Number(p.pulsesRemaining||0)}`}\n];",
"outputs": 5,
"noerr": 0,
"x": 930,
"y": 220,
"wires": [
[
"monster_basic_chart_q"
],
[
"monster_basic_chart_total"
],
[
"monster_basic_chart_bucket"
],
[
"monster_basic_chart_pulse"
],
[
"monster_basic_text_status"
]
]
},
{
"id": "monster_basic_chart_q",
"type": "ui-chart",
"z": "monster_basic_tab",
"group": "ui_group_monster_basic_obs",
"name": "q",
"label": "Flow q (m3/h)",
"order": 1,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "15",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1170,
"y": 120,
"wires": []
},
{
"id": "monster_basic_chart_total",
"type": "ui-chart",
"z": "monster_basic_tab",
"group": "ui_group_monster_basic_obs",
"name": "m3Total",
"label": "m3Total",
"order": 2,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "15",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1180,
"y": 180,
"wires": []
},
{
"id": "monster_basic_chart_bucket",
"type": "ui-chart",
"z": "monster_basic_tab",
"group": "ui_group_monster_basic_obs",
"name": "bucket",
"label": "Bucket (L)",
"order": 3,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "15",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1180,
"y": 240,
"wires": []
},
{
"id": "monster_basic_chart_pulse",
"type": "ui-chart",
"z": "monster_basic_tab",
"group": "ui_group_monster_basic_obs",
"name": "m3PerPuls",
"label": "m3PerPuls",
"order": 4,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "15",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1190,
"y": 300,
"wires": []
},
{
"id": "monster_basic_text_status",
"type": "ui-text",
"z": "monster_basic_tab",
"group": "ui_group_monster_basic_obs",
"name": "status",
"label": "Status",
"order": 5,
"width": 12,
"height": 1,
"format": "{{msg.payload}}",
"layout": "row-spread",
"x": 1170,
"y": 360,
"wires": []
},
{
"id": "monster_basic_dbg_influx",
"type": "debug",
"z": "monster_basic_tab",
"name": "influx output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"x": 930,
"y": 300,
"wires": []
},
{
"id": "monster_basic_dbg_parent",
"type": "debug",
"z": "monster_basic_tab",
"name": "parent output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"x": 920,
"y": 340,
"wires": []
}
]

View File

@@ -1,6 +0,0 @@
[
{"id":"monster_edge_tab","type":"tab","label":"monster edge","disabled":false,"info":"monster edge example"},
{"id":"monster_edge_node","type":"monster","z":"monster_edge_tab","name":"monster edge","x":420,"y":180,"wires":[["monster_edge_dbg"]]},
{"id":"monster_edge_inj","type":"inject","z":"monster_edge_tab","name":"unknown topic","props":[{"p":"topic","vt":"str"},{"p":"payload","vt":"str"}],"topic":"doesNotExist","payload":"x","payloadType":"str","x":170,"y":180,"wires":[["monster_edge_node"]]},
{"id":"monster_edge_dbg","type":"debug","z":"monster_edge_tab","name":"monster edge debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":660,"y":180,"wires":[]}
]

View File

@@ -1,6 +0,0 @@
[
{"id":"monster_int_tab","type":"tab","label":"monster integration","disabled":false,"info":"monster integration example"},
{"id":"monster_int_node","type":"monster","z":"monster_int_tab","name":"monster integration","x":420,"y":180,"wires":[["monster_int_dbg"]]},
{"id":"monster_int_inj","type":"inject","z":"monster_int_tab","name":"registerChild","props":[{"p":"topic","vt":"str"},{"p":"payload","vt":"str"}],"topic":"registerChild","payload":"example-child-id","payloadType":"str","x":170,"y":180,"wires":[["monster_int_node"]]},
{"id":"monster_int_dbg","type":"debug","z":"monster_int_tab","name":"monster integration debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":680,"y":180,"wires":[]}
]

View File

@@ -1,743 +0,0 @@
[
{
"id": "monster_api_tab",
"type": "tab",
"label": "Monster API + Dashboard",
"disabled": false,
"info": "Full monster orchestration example with API integrations. Credentials are placeholders."
},
{
"id": "ui_base_monster_api",
"type": "ui-base",
"name": "EVOLV Demo",
"path": "/dashboard",
"appIcon": "",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control"
],
"showPathInSidebar": false,
"headerContent": "page",
"navigationStyle": "default",
"titleBarStyle": "default"
},
{
"id": "ui_theme_monster_api",
"type": "ui-theme",
"name": "Monster API Theme",
"colors": {
"surface": "#ffffff",
"primary": "#4f8582",
"bgPage": "#efefef",
"groupBg": "#ffffff",
"groupOutline": "#d8d8d8"
},
"sizes": {
"density": "default",
"pagePadding": "14px",
"groupGap": "14px",
"groupBorderRadius": "6px",
"widgetGap": "12px"
}
},
{
"id": "ui_page_monster_api",
"type": "ui-page",
"name": "Monster API",
"ui": "ui_base_monster_api",
"path": "/monster-api",
"icon": "science",
"layout": "grid",
"theme": "ui_theme_monster_api",
"breakpoints": [
{
"name": "Default",
"px": "0",
"cols": "12"
}
],
"order": 1,
"className": ""
},
{
"id": "ui_group_monster_api_ctrl",
"type": "ui-group",
"name": "Input",
"page": "ui_page_monster_api",
"width": "6",
"height": "1",
"order": 1,
"showTitle": true,
"className": ""
},
{
"id": "ui_group_monster_api_obs",
"type": "ui-group",
"name": "Output",
"page": "ui_page_monster_api",
"width": "12",
"height": "1",
"order": 2,
"showTitle": true,
"className": ""
},
{
"id": "monster_api_node",
"type": "monster",
"z": "monster_api_tab",
"name": "Monster API",
"samplingtime": "24",
"minvolume": "5",
"maxweight": "23",
"nominalFlowMin": "1000",
"flowMax": "6000",
"maxRainRef": "10",
"minSampleIntervalSec": "60",
"emptyWeightBucket": "8.3",
"aquon_sample_name": "112150",
"enableLog": false,
"logLevel": "error",
"positionVsParent": "atEquipment",
"positionIcon": "⊥",
"hasDistance": false,
"distance": "",
"x": 980,
"y": 320,
"wires": [
[
"monster_api_parse_output",
"monster_api_zinfo_prepare"
],
[
"monster_api_dbg_influx"
],
[
"monster_api_dbg_parent"
]
]
},
{
"id": "monster_api_info",
"type": "comment",
"z": "monster_api_tab",
"name": "Template only: set credentials/URLs before production",
"info": "All secrets in this flow are placeholders. Replace with env vars or credential nodes.",
"x": 260,
"y": 80,
"wires": []
},
{
"id": "monster_api_inj_flow",
"type": "inject",
"z": "monster_api_tab",
"group": "ui_group_monster_api_ctrl",
"name": "Flow 1800 m3/h",
"props": [
{
"p": "payload"
}
],
"repeat": "5",
"crontab": "",
"once": true,
"onceDelay": "1",
"topic": "",
"payload": "1800",
"payloadType": "num",
"x": 170,
"y": 180,
"wires": [
[
"monster_api_build_flow"
]
]
},
{
"id": "monster_api_build_flow",
"type": "function",
"z": "monster_api_tab",
"name": "Build input_q",
"func": "msg.topic='input_q';\nmsg.payload={value:Number(msg.payload),unit:'m3/h'};\nreturn Number.isFinite(msg.payload.value)?msg:null;",
"outputs": 1,
"noerr": 0,
"x": 390,
"y": 180,
"wires": [
[
"monster_api_node"
]
]
},
{
"id": "monster_api_inj_start",
"type": "inject",
"z": "monster_api_tab",
"group": "ui_group_monster_api_ctrl",
"name": "Manual Start",
"props": [
{
"p": "topic",
"vt": "str"
},
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": "0.1",
"topic": "i_start",
"payload": "true",
"payloadType": "bool",
"x": 160,
"y": 240,
"wires": [
[
"monster_api_node"
]
]
},
{
"id": "monster_api_weather_trigger",
"type": "inject",
"z": "monster_api_tab",
"name": "Weather fetch (daily)",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "55 07 * * *",
"once": false,
"onceDelay": "",
"topic": "",
"payload": "",
"payloadType": "date",
"x": 190,
"y": 420,
"wires": [
[
"monster_api_weather_http"
]
]
},
{
"id": "monster_api_weather_http",
"type": "http request",
"z": "monster_api_tab",
"name": "Open-Meteo",
"method": "GET",
"ret": "txt",
"paytoqs": "ignore",
"url": "https://api.open-meteo.com/v1/forecast?latitude=51.71&longitude=4.81&hourly=precipitation,precipitation_probability&timezone=Europe%2FBerlin&past_days=1&forecast_days=2",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 380,
"y": 420,
"wires": [
[
"monster_api_weather_json"
]
]
},
{
"id": "monster_api_weather_json",
"type": "json",
"z": "monster_api_tab",
"name": "rain_data",
"property": "payload",
"action": "",
"pretty": false,
"x": 550,
"y": 420,
"wires": [
[
"monster_api_weather_topic"
]
]
},
{
"id": "monster_api_weather_topic",
"type": "change",
"z": "monster_api_tab",
"name": "topic rain_data",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "rain_data",
"tot": "str"
}
],
"x": 720,
"y": 420,
"wires": [
[
"monster_api_node"
]
]
},
{
"id": "monster_api_aquon_trigger",
"type": "inject",
"z": "monster_api_tab",
"name": "Aquon fetch (daily)",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "15 07 * * *",
"once": false,
"onceDelay": "",
"topic": "",
"payload": "",
"payloadType": "date",
"x": 180,
"y": 500,
"wires": [
[
"monster_api_sftp_get"
]
]
},
{
"id": "monster_api_sftp_get",
"type": "sftp in",
"z": "monster_api_tab",
"sftp": "monster_api_sftp_cfg",
"operation": "get",
"filename": "wsBD_MONSTERNAMETIJDEN.csv",
"localFilename": "./.node-red/node_modules/typicals/monster/config/monsternametijden.csv",
"name": "Aquon schedule",
"x": 380,
"y": 500,
"wires": [
[
"monster_api_file_in"
]
]
},
{
"id": "monster_api_file_in",
"type": "file in",
"z": "monster_api_tab",
"name": "read monsternametijden",
"filename": "./.node-red/node_modules/typicals/monster/config/monsternametijden.csv",
"filenameType": "str",
"format": "utf8",
"chunk": false,
"sendError": false,
"encoding": "none",
"allProps": false,
"x": 590,
"y": 500,
"wires": [
[
"monster_api_csv"
]
]
},
{
"id": "monster_api_csv",
"type": "csv",
"z": "monster_api_tab",
"name": "monsternametijden",
"sep": ",",
"hdrin": true,
"hdrout": "all",
"multi": "mult",
"ret": "\\n",
"temp": "SAMPLE_NAME,DESCRIPTION,SAMPLED_DATE,START_DATE,END_DATE",
"skip": "0",
"strings": true,
"include_empty_strings": "",
"include_null_values": "",
"x": 780,
"y": 500,
"wires": [
[
"monster_api_schedule_topic"
]
]
},
{
"id": "monster_api_schedule_topic",
"type": "change",
"z": "monster_api_tab",
"name": "topic monsternametijden",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "monsternametijden",
"tot": "str"
}
],
"x": 990,
"y": 500,
"wires": [
[
"monster_api_node"
]
]
},
{
"id": "monster_api_zinfo_prepare",
"type": "function",
"z": "monster_api_tab",
"name": "Z-Info prepare on run stop",
"func": "const p=(msg&&msg.payload&&typeof msg.payload==='object')?msg.payload:{};\nconst runningNow=Boolean(p.running);\nconst runningPrev=Boolean(context.get('runningPrev'));\ncontext.set('runningPrev',runningNow);\nif(!(runningPrev && !runningNow)){\n return null;\n}\nconst today=new Date();\nconst day=String(today.getDate()).padStart(2,'0');\nconst month=String(today.getMonth()+1).padStart(2,'0');\nconst year=today.getFullYear();\nconst yesterdayDate=new Date(today.getTime()-24*3600*1000);\nconst yDay=String(yesterdayDate.getDate()).padStart(2,'0');\nconst yMonth=String(yesterdayDate.getMonth()+1).padStart(2,'0');\nconst yYear=yesterdayDate.getFullYear();\nmsg.zinfoDateFrom=`${yYear}-${yMonth}-${yDay}`;\nmsg.zinfoDateUntil=`${year}-${month}-${day}`;\nmsg.zinfoData={\n m3Total:Number(p.m3Total||0),\n pulse:Math.max(0,Math.floor(Number(p.m3PerPuls||p.m3PerPulse||0)))\n};\nmsg.payload='grant_type=password&username=__SET_ZINFO_USERNAME__&password=__SET_ZINFO_PASSWORD__&client_id=__SET_ZINFO_CLIENT_ID__&client_secret=__SET_ZINFO_CLIENT_SECRET__';\nmsg.headers=msg.headers||{};\nmsg.headers['content-type']='application/x-www-form-urlencoded';\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 1260,
"y": 320,
"wires": [
[
"monster_api_zinfo_token"
]
]
},
{
"id": "monster_api_zinfo_token",
"type": "http request",
"z": "monster_api_tab",
"name": "Z-Info token",
"method": "POST",
"ret": "txt",
"paytoqs": "ignore",
"url": "https://__SET_ZINFO_HOST__/WSR/zi_wsr.svc/token",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 1450,
"y": 320,
"wires": [
[
"monster_api_zinfo_token_json"
]
]
},
{
"id": "monster_api_zinfo_token_json",
"type": "json",
"z": "monster_api_tab",
"name": "token json",
"property": "payload",
"action": "",
"pretty": false,
"x": 1630,
"y": 320,
"wires": [
[
"monster_api_zinfo_import_builder"
]
]
},
{
"id": "monster_api_zinfo_import_builder",
"type": "function",
"z": "monster_api_tab",
"name": "Build Z-Info import",
"func": "const token=msg.payload&&msg.payload.access_token;\nconst z=msg.zinfoData||{};\nconst from=msg.zinfoDateFrom;\nconst until=msg.zinfoDateUntil;\nconst ns='__SET_ZINFO_NAMESPACE__';\nmsg.payload={\n import:{\n algemeen:{\n AanleverendeOrganisatie:'NL.25',\n Versie:'IMm2018',\n Batchid:`ZI_PA_NL.25_${Date.now()}.json`,\n Systeembron:'WBD/NEERSG',\n Systeemdoel:'HWH/Z-info',\n Opmerking:'template'\n },\n data:[{\n Meetwaarden:[\n {mepid:`${ns}.F021.m3`,dbmDtm:from,dbmTijd:'06:00',demDtm:until,demTijd:'06:00',mwdWaarde:`${Number(z.m3Total||0)}`,mwdWaardeAN:'',nMwd:'',mwdOpmerk:'template'},\n {mepid:`${ns}.Q000.PULS`,dbmDtm:from,dbmTijd:'06:00',demDtm:until,demTijd:'06:00',mwdWaarde:`${Number(z.pulse||0)}`,mwdWaardeAN:'',nMwd:'',mwdOpmerk:'template'}\n ]\n }]\n }\n};\nmsg.headers=msg.headers||{};\nif(token){msg.headers.authorization='Bearer '+token;}\nmsg.headers['content-type']='application/json';\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 1830,
"y": 320,
"wires": [
[
"monster_api_zinfo_import_put"
]
]
},
{
"id": "monster_api_zinfo_import_put",
"type": "http request",
"z": "monster_api_tab",
"name": "Z-Info import PUT",
"method": "PUT",
"ret": "txt",
"paytoqs": "ignore",
"url": "https://__SET_ZINFO_HOST__/WSR/zi_wsr.svc/json/NL.25/importmwd/pa/?gebruiker=__SET_ZINFO_USER__",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 2040,
"y": 320,
"wires": [
[
"monster_api_dbg_zinfo"
]
]
},
{
"id": "monster_api_dbg_zinfo",
"type": "debug",
"z": "monster_api_tab",
"name": "Z-Info response",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"targetType": "full",
"x": 2250,
"y": 320,
"wires": []
},
{
"id": "monster_api_parse_output",
"type": "function",
"z": "monster_api_tab",
"name": "Parse output for dashboard",
"func": "const p=(msg&&msg.payload&&typeof msg.payload==='object')?msg.payload:{};\nconst now=Date.now();\nconst m3PerPuls=Number(p.m3PerPuls||p.m3PerPulse);\nreturn [\n Number.isFinite(Number(p.q))?{topic:'q_m3h',payload:Number(p.q),timestamp:now}:null,\n Number.isFinite(Number(p.m3Total))?{topic:'m3_total',payload:Number(p.m3Total),timestamp:now}:null,\n Number.isFinite(Number(p.bucketVol))?{topic:'bucket_l',payload:Number(p.bucketVol),timestamp:now}:null,\n Number.isFinite(m3PerPuls)?{topic:'m3_per_pulse',payload:m3PerPuls,timestamp:now}:null,\n {topic:'status',payload:`running=${Boolean(p.running)} | pulse=${Boolean(p.pulse)} | m3PerPuls=${Number.isFinite(m3PerPuls)?m3PerPuls:'n/a'} | missed=${Number(p.missedSamples||0)}`}\n];",
"outputs": 5,
"noerr": 0,
"x": 1240,
"y": 220,
"wires": [
[
"monster_api_chart_q"
],
[
"monster_api_chart_total"
],
[
"monster_api_chart_bucket"
],
[
"monster_api_chart_pulse"
],
[
"monster_api_text_status"
]
]
},
{
"id": "monster_api_chart_q",
"type": "ui-chart",
"z": "monster_api_tab",
"group": "ui_group_monster_api_obs",
"name": "q",
"label": "Flow q (m3/h)",
"order": 1,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1470,
"y": 120,
"wires": []
},
{
"id": "monster_api_chart_total",
"type": "ui-chart",
"z": "monster_api_tab",
"group": "ui_group_monster_api_obs",
"name": "m3Total",
"label": "m3Total",
"order": 2,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1480,
"y": 180,
"wires": []
},
{
"id": "monster_api_chart_bucket",
"type": "ui-chart",
"z": "monster_api_tab",
"group": "ui_group_monster_api_obs",
"name": "bucket",
"label": "Bucket (L)",
"order": 3,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1480,
"y": 240,
"wires": []
},
{
"id": "monster_api_chart_pulse",
"type": "ui-chart",
"z": "monster_api_tab",
"group": "ui_group_monster_api_obs",
"name": "m3PerPuls",
"label": "m3PerPuls",
"order": 4,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1490,
"y": 300,
"wires": []
},
{
"id": "monster_api_text_status",
"type": "ui-text",
"z": "monster_api_tab",
"group": "ui_group_monster_api_obs",
"name": "status",
"label": "Status",
"order": 5,
"width": 12,
"height": 1,
"format": "{{msg.payload}}",
"layout": "row-spread",
"x": 1460,
"y": 360,
"wires": []
},
{
"id": "monster_api_dashboardapi",
"type": "dashboardapi",
"z": "monster_api_tab",
"name": "dashboard template",
"x": 1430,
"y": 420,
"wires": [
[
"monster_api_grafana_post"
]
]
},
{
"id": "monster_api_grafana_post",
"type": "http request",
"z": "monster_api_tab",
"name": "Grafana dashboard API",
"method": "POST",
"ret": "txt",
"paytoqs": "ignore",
"url": "https://__SET_GRAFANA_HOST__/api/dashboards/db",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [],
"x": 1650,
"y": 420,
"wires": [
[
"monster_api_dbg_dashboard"
]
]
},
{
"id": "monster_api_dbg_dashboard",
"type": "debug",
"z": "monster_api_tab",
"name": "dashboard API response",
"active": false,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"targetType": "full",
"x": 1870,
"y": 420,
"wires": []
},
{
"id": "monster_api_dbg_influx",
"type": "debug",
"z": "monster_api_tab",
"name": "influx output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"x": 1240,
"y": 460,
"wires": []
},
{
"id": "monster_api_dbg_parent",
"type": "debug",
"z": "monster_api_tab",
"name": "parent output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"x": 1230,
"y": 500,
"wires": []
},
{
"id": "monster_api_sftp_cfg",
"type": "sftp",
"host": "__SET_AQUON_SFTP_HOST__",
"port": "22",
"username": "__SET_AQUON_SFTP_USERNAME__",
"password": "__SET_AQUON_SFTP_PASSWORD__",
"hmac": [],
"cipher": []
}
]

View File

@@ -1,483 +0,0 @@
[
{
"id": "monster_tab_demo",
"type": "tab",
"label": "Monster Dashboard Demo",
"disabled": false,
"info": "Dashboard-focused example for monster output visualization"
},
{
"id": "ui_base_monster_demo",
"type": "ui-base",
"name": "EVOLV Demo",
"path": "/dashboard",
"appIcon": "",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control"
],
"showPathInSidebar": false,
"headerContent": "page",
"navigationStyle": "default",
"titleBarStyle": "default"
},
{
"id": "ui_theme_monster_demo",
"type": "ui-theme",
"name": "EVOLV Monster Theme",
"colors": {
"surface": "#ffffff",
"primary": "#4f8582",
"bgPage": "#efefef",
"groupBg": "#ffffff",
"groupOutline": "#d8d8d8"
},
"sizes": {
"density": "default",
"pagePadding": "14px",
"groupGap": "14px",
"groupBorderRadius": "6px",
"widgetGap": "12px"
}
},
{
"id": "ui_page_monster_demo",
"type": "ui-page",
"name": "Monster Demo",
"ui": "ui_base_monster_demo",
"path": "/monster-demo",
"icon": "science",
"layout": "grid",
"theme": "ui_theme_monster_demo",
"breakpoints": [
{
"name": "Default",
"px": "0",
"cols": "12"
}
],
"order": 1,
"className": ""
},
{
"id": "ui_group_monster_ctrl",
"type": "ui-group",
"name": "Monster Inputs",
"page": "ui_page_monster_demo",
"width": "6",
"height": "1",
"order": 1,
"showTitle": true,
"className": ""
},
{
"id": "ui_group_monster_obs",
"type": "ui-group",
"name": "Monster Output",
"page": "ui_page_monster_demo",
"width": "12",
"height": "1",
"order": 2,
"showTitle": true,
"className": ""
},
{
"id": "monster_node_demo",
"type": "monster",
"z": "monster_tab_demo",
"name": "Monster Demo",
"samplingtime": "24",
"minvolume": "5",
"maxweight": "23",
"nominalFlowMin": "1000",
"flowMax": "6000",
"maxRainRef": "10",
"minSampleIntervalSec": "60",
"emptyWeightBucket": "8.3",
"aquon_sample_name": "112150",
"uuid": "",
"supplier": "monster",
"category": "monster",
"assetType": "sampling-cabinet",
"model": "monster-standard",
"unit": "m3/h",
"enableLog": false,
"logLevel": "error",
"positionVsParent": "atEquipment",
"positionIcon": "⊥",
"hasDistance": false,
"distance": "",
"x": 900,
"y": 260,
"wires": [
[
"monster_parse_output"
],
[
"monster_debug_influx"
],
[
"monster_debug_parent"
]
]
},
{
"id": "monster_flow_inject",
"type": "inject",
"z": "monster_tab_demo",
"group": "ui_group_monster_ctrl",
"name": "Flow 1800 m3/h",
"props": [
{
"p": "payload"
}
],
"repeat": "5",
"crontab": "",
"once": true,
"onceDelay": "1",
"topic": "",
"payload": "1800",
"payloadType": "num",
"x": 170,
"y": 180,
"wires": [
[
"monster_build_flow"
]
]
},
{
"id": "monster_build_flow",
"type": "function",
"z": "monster_tab_demo",
"name": "Build input_q",
"func": "msg.topic = 'input_q';\nmsg.payload = { value: Number(msg.payload), unit: 'm3/h' };\nreturn Number.isFinite(msg.payload.value) ? msg : null;",
"outputs": 1,
"noerr": 0,
"x": 380,
"y": 180,
"wires": [
[
"monster_node_demo"
]
]
},
{
"id": "monster_start_inject",
"type": "inject",
"z": "monster_tab_demo",
"group": "ui_group_monster_ctrl",
"name": "Manual Start",
"props": [
{
"p": "topic",
"vt": "str"
},
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": "0.1",
"topic": "i_start",
"payload": "true",
"payloadType": "bool",
"x": 160,
"y": 240,
"wires": [
[
"monster_node_demo"
]
]
},
{
"id": "monster_rain_inject",
"type": "inject",
"z": "monster_tab_demo",
"group": "ui_group_monster_ctrl",
"name": "Seed rain_data",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "2",
"topic": "",
"payload": "",
"payloadType": "date",
"x": 160,
"y": 300,
"wires": [
[
"monster_build_rain"
]
]
},
{
"id": "monster_build_rain",
"type": "function",
"z": "monster_tab_demo",
"name": "Build rain_data",
"func": "const now = new Date();\nconst mk = (offset, rain, prob) => {\n const d = new Date(now.getTime() + offset * 3600 * 1000);\n return { t: d.toISOString().slice(0, 13) + ':00', rain, prob };\n};\nconst rows = [mk(-1, 0.2, 20), mk(0, 0.8, 40), mk(1, 1.1, 60), mk(2, 0.5, 30)];\nmsg.topic = 'rain_data';\nmsg.payload = [\n {\n latitude: 51.71,\n longitude: 4.81,\n hourly: {\n time: rows.map(r => r.t),\n precipitation: rows.map(r => r.rain),\n precipitation_probability: rows.map(r => r.prob)\n }\n }\n];\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 380,
"y": 300,
"wires": [
[
"monster_node_demo"
]
]
},
{
"id": "monster_schedule_inject",
"type": "inject",
"z": "monster_tab_demo",
"group": "ui_group_monster_ctrl",
"name": "Seed monsternametijden",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": "3",
"topic": "",
"payload": "",
"payloadType": "date",
"x": 190,
"y": 360,
"wires": [
[
"monster_build_schedule"
]
]
},
{
"id": "monster_build_schedule",
"type": "function",
"z": "monster_tab_demo",
"name": "Build monsternametijden",
"func": "const now = new Date();\nconst next = new Date(now.getTime() + 24 * 3600 * 1000);\nconst end = new Date(next.getTime() + 24 * 3600 * 1000);\nmsg.topic = 'monsternametijden';\nmsg.payload = [\n {\n SAMPLE_NAME: '112150',\n DESCRIPTION: 'demo schedule',\n SAMPLED_DATE: next.toISOString().slice(0, 19).replace('T', ' '),\n START_DATE: next.toISOString().slice(0, 19).replace('T', ' '),\n END_DATE: end.toISOString().slice(0, 19).replace('T', ' ')\n }\n];\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 410,
"y": 360,
"wires": [
[
"monster_node_demo"
]
]
},
{
"id": "monster_parse_output",
"type": "function",
"z": "monster_tab_demo",
"name": "Parse monster output",
"func": "const p = (msg && msg.payload && typeof msg.payload === 'object') ? msg.payload : {};\nconst now = Date.now();\nconst q = Number(p.q);\nconst total = Number(p.m3Total);\nconst bucket = Number(p.bucketVol);\nconst rem = Number(p.pulsesRemaining);\nconst m3PerPulse = Number(p.m3PerPuls || p.m3PerPulse);\nconst status = `running=${Boolean(p.running)} | pulse=${Boolean(p.pulse)} | m3PerPuls=${Number.isFinite(m3PerPulse) ? m3PerPulse : 'n/a'} | missed=${Number(p.missedSamples || 0)}`;\nreturn [\n Number.isFinite(q) ? { topic: 'q_m3h', payload: q, timestamp: now } : null,\n Number.isFinite(total) ? { topic: 'm3_total', payload: total, timestamp: now } : null,\n Number.isFinite(bucket) ? { topic: 'bucket_l', payload: bucket, timestamp: now } : null,\n Number.isFinite(rem) ? { topic: 'pulses_remaining', payload: rem, timestamp: now } : null,\n Number.isFinite(m3PerPulse) ? { topic: 'm3_per_pulse', payload: m3PerPulse, timestamp: now } : null,\n { topic: 'status', payload: status }\n];",
"outputs": 6,
"noerr": 0,
"x": 1130,
"y": 260,
"wires": [
[
"monster_chart_q"
],
[
"monster_chart_m3total"
],
[
"monster_chart_bucket"
],
[
"monster_chart_remaining"
],
[
"monster_chart_m3pulse"
],
[
"monster_text_status"
]
]
},
{
"id": "monster_chart_q",
"type": "ui-chart",
"z": "monster_tab_demo",
"group": "ui_group_monster_obs",
"name": "Flow q",
"label": "Flow q (m3/h)",
"order": 1,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisPropertyType": "msg",
"yAxisProperty": "payload",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1370,
"y": 120,
"wires": []
},
{
"id": "monster_chart_m3total",
"type": "ui-chart",
"z": "monster_tab_demo",
"group": "ui_group_monster_obs",
"name": "m3 Total",
"label": "m3Total (m3)",
"order": 2,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisPropertyType": "msg",
"yAxisProperty": "payload",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1380,
"y": 180,
"wires": []
},
{
"id": "monster_chart_bucket",
"type": "ui-chart",
"z": "monster_tab_demo",
"group": "ui_group_monster_obs",
"name": "Bucket Volume",
"label": "Bucket (L)",
"order": 3,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisPropertyType": "msg",
"yAxisProperty": "payload",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1380,
"y": 240,
"wires": []
},
{
"id": "monster_chart_remaining",
"type": "ui-chart",
"z": "monster_tab_demo",
"group": "ui_group_monster_obs",
"name": "Pulses Remaining",
"label": "Pulses Remaining",
"order": 4,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisPropertyType": "msg",
"yAxisProperty": "payload",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1400,
"y": 300,
"wires": []
},
{
"id": "monster_chart_m3pulse",
"type": "ui-chart",
"z": "monster_tab_demo",
"group": "ui_group_monster_obs",
"name": "m3 per pulse",
"label": "m3PerPuls",
"order": 5,
"width": 6,
"height": 4,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "time",
"xAxisPropertyType": "timestamp",
"yAxisPropertyType": "msg",
"yAxisProperty": "payload",
"removeOlder": "30",
"removeOlderUnit": "60",
"showLegend": false,
"action": "append",
"x": 1390,
"y": 360,
"wires": []
},
{
"id": "monster_text_status",
"type": "ui-text",
"z": "monster_tab_demo",
"group": "ui_group_monster_obs",
"name": "Sampling status",
"label": "Status",
"order": 6,
"width": 12,
"height": 1,
"format": "{{msg.payload}}",
"layout": "row-spread",
"x": 1380,
"y": 420,
"wires": []
},
{
"id": "monster_debug_influx",
"type": "debug",
"z": "monster_tab_demo",
"name": "Influx output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"x": 1130,
"y": 320,
"wires": []
},
{
"id": "monster_debug_parent",
"type": "debug",
"z": "monster_tab_demo",
"name": "Parent output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"x": 1130,
"y": 360,
"wires": []
}
]

View File

@@ -1,266 +1,291 @@
<!-- Load the dynamic menu & config endpoints --> <script type="module">
<script src="/monster/menu.js"></script> import * as menuUtils from "/generalFunctions/helper/menuUtils.js";
<script src="/monster/configData.js"></script>
RED.nodes.registerType('monster', {
category: 'wbd typical',
color: '#4f8582',
<script>
RED.nodes.registerType("monster", {
category: "EVOLV",
color: "#4f8582",
defaults: { defaults: {
// Define default properties // Define default properties
name: { value: "" }, name: { value: "", required: true },
processOutputFormat: { value: "process" },
dbaseOutputFormat: { value: "influxdb" },
enableLog: { value: false },
logLevel: { value: "error" },
// Define specific properties // Define specific properties
samplingtime: { value: 0 }, samplingtime: { value: 0 },
minvolume: { value: 5 }, minvolume: { value: 5 },
maxweight: { value: 22 }, maxweight: { value: 22 },
nominalFlowMin: { value: 0 },
flowMax: { value: 0 },
maxRainRef: { value: 10 },
minSampleIntervalSec: { value: 60 },
emptyWeightBucket: { value: 3 }, emptyWeightBucket: { value: 3 },
aquon_sample_name: { value: "" }, aquon_sample_name: { value: "" },
//define asset properties //define asset properties
uuid: { value: "" },
supplier: { value: "" }, supplier: { value: "" },
category: { value: "" }, subType: { value: "" },
assetType: { value: "" },
model: { value: "" }, model: { value: "" },
unit: { value: "" }, unit: { value: "" },
//logger properties
enableLog: { value: false },
logLevel: { value: "error" },
//physicalAspect
positionVsParent: { value: "" },
positionIcon: { value: "" },
hasDistance: { value: false },
distance: { value: 0 },
distanceUnit: { value: "m" },
distanceDescription: { value: "" }
}, },
inputs: 1,
outputs: 3,
inputLabels: ["Input"],
outputLabels: ["process", "dbase", "parent"],
icon: "font-awesome/fa-tachometer",
inputs: 1,
outputs: 4,
inputLabels: ["Measurement Input"],
outputLabels: ["process", "dbase", "upstreamParent", "downstreamParent"],
icon: "font-awesome/fa-exchange",
// Define label function
label: function() { label: function() {
return (this.positionIcon || "") + " " + (this.category ? this.category.slice(0, -1) : "Monster"); return this.name || "Monsternamekast";
}, },
oneditprepare: function() { oneditprepare: function() {
// wait for the menu scripts to load const node = this;
const waitForMenuData = () => {
if (window.EVOLV?.nodes?.monster?.initEditor) {
window.EVOLV.nodes.monster.initEditor(this);
} else {
setTimeout(waitForMenuData, 50);
}
};
waitForMenuData();
// your existing projectsettings & asset dropdown logic can remain here // Define UI html elements
document.getElementById("node-input-samplingtime"); const elements = {
document.getElementById("node-input-minvolume"); // Basic fields
document.getElementById("node-input-maxweight"); name: document.getElementById("node-input-name"),
document.getElementById("node-input-nominalFlowMin"); // specific fields
document.getElementById("node-input-flowMax"); samplingtime: document.getElementById("node-input-samplingtime"),
document.getElementById("node-input-maxRainRef"); minvolume: document.getElementById("node-input-minvolume"),
document.getElementById("node-input-minSampleIntervalSec"); maxweight: document.getElementById("node-input-maxweight"),
document.getElementById("node-input-emptyWeightBucket"); emptyWeightBucket: document.getElementById("node-input-emptyWeightBucket"),
const aquonSelect = document.getElementById("node-input-aquon_sample_name"); aquon_sample_name: document.getElementById("node-input-aquon_sample_name"),
// Logging fields
if (aquonSelect) { logCheckbox: document.getElementById("node-input-enableLog"),
const menuData = window.EVOLV?.nodes?.monster?.menuData?.aquon || {}; logLevelSelect: document.getElementById("node-input-logLevel"),
const options = menuData.samples || []; rowLogLevel: document.getElementById("row-logLevel"),
const specs = menuData.specs || {}; // Asset fields
const defaultSpec = specs.defaults || {}; supplier: document.getElementById("node-input-supplier"),
const specMap = specs.bySample || {}; subType: document.getElementById("node-input-subType"),
model: document.getElementById("node-input-model"),
const setReadOnly = () => {}; unit: document.getElementById("node-input-unit"),
const applySpec = (spec) => {
const merged = {
samplingtime: defaultSpec.samplingtime,
minvolume: defaultSpec.minvolume,
maxweight: defaultSpec.maxweight,
emptyWeightBucket: defaultSpec.emptyWeightBucket,
...(spec || {})
};
const samplingTimeEl = document.getElementById("node-input-samplingtime");
const minVolumeEl = document.getElementById("node-input-minvolume");
const maxWeightEl = document.getElementById("node-input-maxweight");
const nominalFlowMinEl = document.getElementById("node-input-nominalFlowMin");
const flowMaxEl = document.getElementById("node-input-flowMax");
const maxRainEl = document.getElementById("node-input-maxRainRef");
const minSampleIntervalEl = document.getElementById("node-input-minSampleIntervalSec");
const emptyWeightEl = document.getElementById("node-input-emptyWeightBucket");
if (samplingTimeEl && merged.samplingtime !== undefined) {
samplingTimeEl.value = merged.samplingtime;
}
if (minVolumeEl && merged.minvolume !== undefined) {
minVolumeEl.value = merged.minvolume;
}
if (maxWeightEl && merged.maxweight !== undefined) {
maxWeightEl.value = merged.maxweight;
}
if (nominalFlowMinEl && merged.nominalFlowMin !== undefined) {
nominalFlowMinEl.value = merged.nominalFlowMin;
}
if (flowMaxEl && merged.flowMax !== undefined) {
flowMaxEl.value = merged.flowMax;
}
if (maxRainEl && merged.maxRainRef !== undefined) {
maxRainEl.value = merged.maxRainRef;
}
if (minSampleIntervalEl && merged.minSampleIntervalSec !== undefined) {
minSampleIntervalEl.value = merged.minSampleIntervalSec;
}
if (emptyWeightEl && merged.emptyWeightBucket !== undefined) {
emptyWeightEl.value = merged.emptyWeightBucket;
}
}; };
aquonSelect.innerHTML = ""; //this needs to live somewhere and for now we add it to every node file for simplicity
const projecSettingstURL = "http://localhost:1880/generalFunctions/settings/projectSettings.json";
const emptyOption = document.createElement("option"); try{
emptyOption.value = "";
emptyOption.textContent = "Select sample...";
aquonSelect.appendChild(emptyOption);
options.forEach((option) => { // Fetch project settings
const optionElement = document.createElement("option"); menuUtils.fetchProjectData(projecSettingstURL)
optionElement.value = option.code; .then((projectSettings) => {
optionElement.textContent = `${option.code} - ${option.description}`;
optionElement.title = option.description || option.code;
aquonSelect.appendChild(optionElement);
});
if (this.aquon_sample_name) { //assign to node vars
aquonSelect.value = this.aquon_sample_name; node.configUrls = projectSettings.configUrls;
}
aquonSelect.addEventListener("change", () => { const { cloudConfigURL, localConfigURL } = menuUtils.getSpecificConfigUrl("monster",node.configUrls.cloud.taggcodeAPI);
const selected = aquonSelect.value; node.configUrls.cloud.config = cloudConfigURL; // first call
if (!selected) { node.configUrls.local.config = localConfigURL; // backup call
return;
} node.locationId = projectSettings.locationId;
const selectedSpec = specMap[selected] || {}; node.uuid = projectSettings.uuid;
applySpec(selectedSpec);
}); // Gets the ID of the active workspace (Flow)
const activeFlowId = RED.workspaces.active(); //fetches active flow id
node.processId = activeFlowId;
// UI elements across all nodes
menuUtils.fetchAndPopulateDropdowns(node.configUrls, elements, node); // function for all assets
menuUtils.initBasicToggles(elements);
})
}catch(e){
console.log("Error fetching project settings", e);
} }
}, },
oneditsave: function() { oneditsave: function() {
const node = this; const node = this;
// save asset fields console.log(`------------ Saving changes to node ------------`);
if (window.EVOLV?.nodes?.monster?.assetMenu?.saveEditor) { console.log(`${node.uuid}`);
window.EVOLV.nodes.monster.assetMenu.saveEditor(this);
} // Save basic properties
// save logger fields [ "name", "supplier", "subType", "model" ,"unit" ].forEach(
if (window.EVOLV?.nodes?.monster?.loggerMenu?.saveEditor) { (field) => (node[field] = document.getElementById(`node-input-${field}`).value || "")
window.EVOLV.nodes.monster.loggerMenu.saveEditor(this); );
}
// save position field // Save numeric and boolean properties
if (window.EVOLV?.nodes?.monster?.positionMenu?.saveEditor) { ["enableLog"].forEach(
window.EVOLV.nodes.monster.positionMenu.saveEditor(this); (field) => (node[field] = document.getElementById(`node-input-${field}`).checked)
);
["samplingtime","minvolume","maxweight","emptyWeightBucket","aquon_sample_name"].forEach(
(field) => (node[field] = parseFloat(document.getElementById(`node-input-${field}`).value) || 0)
);
node.logLevel = document.getElementById("node-input-logLevel").value || "info";
// Validation checks
if (node.scaling && (isNaN(node.i_min) || isNaN(node.i_max))) {
RED.notify("Scaling enabled, but input range is incomplete!", "error");
}
if (!node.unit) {
RED.notify("Unit selection is required.", "error");
}
if (node.subType && !node.unit) {
RED.notify("Unit must be set when specifying a subtype.", "error");
}
console.log("stored node modelData", node.modelMetadata);
console.log("------------ Changes saved to measurement node preparing to save to API ------------");
try{
// Fetch project settings
menuUtils.apiCall(node,node.configUrls)
.then((response) => {
//save response to node information
node.assetId = response.asset_id;
node.assetTagCode = response.asset_tag_number;
})
.catch((error) => {
console.log("Error during API call", error);
});
}catch(e){
console.log("Error saving assetID and tagnumber", e);
} }
const normalizeNumber = (value) => {
if (typeof value !== "string") {
return value;
} }
return value.replace(",", ".");
};
["samplingtime", "minvolume", "maxweight", "nominalFlowMin", "flowMax", "maxRainRef", "minSampleIntervalSec", "emptyWeightBucket"].forEach((field) => {
const element = document.getElementById(`node-input-${field}`);
const rawValue = normalizeNumber(element?.value || "");
const value = parseFloat(rawValue) || 0;
console.log(`----------------> Saving ${field}: ${value}`);
node[field] = value;
}); });
["aquon_sample_name"].forEach((field) => {
const element = document.getElementById(`node-input-${field}`);
const value = element?.value || "";
console.log(`----------------> Saving ${field}: ${value}`);
node[field] = value;
});
}
});
</script> </script>
<!-- Main UI Template --> <!-- Main UI -->
<script type="text/html" data-template-name="monster"> <script type="text/html" data-template-name="monster">
<!-- specific input --> <!-------------------------------------------INPUT NAME / TYPE ----------------------------------------------->
<h3>Sampling constraints</h3> <!-- Node Name -->
<div class="form-row"> <div class="form-row">
<label for="node-input-samplingtime"><i class="fa fa-clock-o"></i> Sampling time (h)</label> <label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="number" id="node-input-samplingtime" style="width:60%;" /> <input type="text" id="node-input-name" placeholder="Measurement Name">
</div>
<div class="form-row">
<label for="node-input-minvolume"><i class="fa fa-clock-o"></i> Min volume (L)</label>
<input type="number" id="node-input-minvolume" style="width:60%;" />
</div>
<div class="form-row">
<label for="node-input-maxweight"><i class="fa fa-clock-o"></i> Max weight (kg)</label>
<input type="number" id="node-input-maxweight" style="width:60%;" />
</div>
<h3>Hydraulic bounds</h3>
<div class="form-row">
<label for="node-input-nominalFlowMin"><i class="fa fa-clock-o"></i> Nominal min flow (m3/h)</label>
<input type="number" id="node-input-nominalFlowMin" style="width:60%;" />
</div>
<div class="form-row">
<label for="node-input-flowMax"><i class="fa fa-clock-o"></i> Max flow (m3/h)</label>
<input type="number" id="node-input-flowMax" style="width:60%;" />
</div>
<h3>Rain scaling</h3>
<div class="form-row">
<label for="node-input-maxRainRef"><i class="fa fa-cloud-rain"></i> Max rain reference (mm)</label>
<input type="number" id="node-input-maxRainRef" style="width:60%;" />
</div>
<div class="form-row">
<label for="node-input-minSampleIntervalSec"><i class="fa fa-hourglass"></i> Min sample interval (s)</label>
<input type="number" id="node-input-minSampleIntervalSec" style="width:60%;" />
</div>
<h3>Bucket</h3>
<div class="form-row">
<label for="node-input-emptyWeightBucket"><i class="fa fa-clock-o"></i> Empty weight of bucket (kg)</label>
<input type="number" id="node-input-emptyWeightBucket" style="width:60%;" />
</div>
<h3>Aquon</h3>
<div class="form-row">
<label for="node-input-aquon_sample_name"><i class="fa fa-clock-o"></i> Aquon sample name</label>
<select id="node-input-aquon_sample_name" style="width:60%;"></select>
</div> </div>
<!-- Asset fields injected here --> <!-- Sampling Time -->
<div id="asset-fields-placeholder"></div> <div class="form-row">
<label for="node-input-samplingtime"><i class="fa fa-clock-o"></i> Sampling Time (hours)</label>
<input type="number" id="node-input-samplingtime" placeholder="Enter sampling time in hours" min="0" required>
</div>
<!-- Logger fields injected here --> <!-- Minimum Volume -->
<div id="logger-fields-placeholder"></div> <div class="form-row">
<label for="node-input-minvolume"><i class="fa fa-tint"></i> Minimum Volume (liters)</label>
<input type="number" id="node-input-minvolume" placeholder="Enter minimum volume in liters" min="0" required>
</div>
<!-- Position fields injected here --> <!-- Maximum Weight -->
<div id="position-fields-placeholder"></div> <div class="form-row">
<label for="node-input-maxweight"><i class="fa fa-balance-scale"></i> Maximum Weight (kg)</label>
<input type="number" id="node-input-maxweight" placeholder="Enter maximum weight in kg" min="0" required>
</div>
<!-- Empty Bucket Weight -->
<div class="form-row">
<label for="node-input-emptyWeightBucket"><i class="fa fa-bucket"></i> Empty Bucket Weight (kg)</label>
<input type="number" id="node-input-emptyWeightBucket" placeholder="Enter empty bucket weight in kg" min="0" required>
</div>
<!-- Aquon Sample Name -->
<div class="form-row">
<label for="node-input-aquon_sample_name"><i class="fa fa-flask"></i> Aquon Sample Name</label>
<input type="text" id="node-input-aquon_sample_name" placeholder="Enter Aquon sample name">
</div>
<!-- Optional Extended Fields: supplier, type, subType, model -->
<hr />
<div class="form-row">
<label for="node-input-supplier"
><i class="fa fa-industry"></i> Supplier</label>
<select id="node-input-supplier" style="width:60%;">
<option value="">(optional)</option>
</select>
</div>
<div class="form-row">
<label for="node-input-subType"
><i class="fa fa-puzzle-piece"></i> SubType</label>
<select id="node-input-subType" style="width:60%;">
<option value="">(optional)</option>
</select>
</div>
<div class="form-row">
<label for="node-input-model"><i class="fa fa-wrench"></i> Model</label>
<select id="node-input-model" style="width:60%;">
<option value="">(optional)</option>
</select>
</div>
<div class="form-row">
<label for="node-input-unit"><i class="fa fa-balance-scale"></i> Unit</label>
<select id="node-input-unit" style="width:60%;"></select>
</div>
<hr />
<h3>Output Formats</h3>
<div class="form-row">
<label for="node-input-processOutputFormat"><i class="fa fa-random"></i> Process Output</label>
<select id="node-input-processOutputFormat" style="width:60%;">
<option value="process">process</option>
<option value="json">json</option>
<option value="csv">csv</option>
</select>
</div>
<div class="form-row">
<label for="node-input-dbaseOutputFormat"><i class="fa fa-database"></i> Database Output</label>
<select id="node-input-dbaseOutputFormat" style="width:60%;">
<option value="influxdb">influxdb</option>
<option value="json">json</option>
<option value="csv">csv</option>
</select>
</div>
<hr />
<!-- loglevel checkbox -->
<div class="form-row">
<label for="node-input-enableLog"
><i class="fa fa-cog"></i> Enable Log</label>
<input
type="checkbox"
id="node-input-enableLog"
style="width:20px; vertical-align:baseline;"
/>
<span>Enable logging</span>
</div>
<div class="form-row" id="row-logLevel">
<label for="node-input-logLevel"><i class="fa fa-cog"></i> Log Level</label>
<select id="node-input-logLevel" style="width:60%;">
<option value="info">Info</option>
<option value="debug">Debug</option>
<option value="warn">Warn</option>
<option value="error">Error</option>
</select>
</div>
</script> </script>
<script type="text/html" data-help-name="monster"> <script type="text/html" data-help-name="monster">
<p><b>Monster node</b>: Configure a monster asset.</p> <p><b>Monster Node</b>: Configures and manages monster measurement data.</p>
<ul> <p>Use this node to configure and manage monster measurement data. The node can be configured to handle various measurement parameters and asset properties.</p>
<li><b>Beta note:</b> values load from specs but remain editable in the editor for testing.</li> <li><b>Supplier:</b> Select a supplier to populate machine options.</li>
</ul> <li><b>SubType:</b> Select a subtype if applicable to further categorize the asset.</li>
<li><b>Model:</b> Define the specific model for more granular asset configuration.</li>
<li><b>Unit:</b> Assign a unit to standardize measurements or operations.</li>
<li><b>Sampling Time:</b> Define the sampling time in hours for measurements.</li>
<li><b>Minimum Volume:</b> Specify the minimum volume in liters.</li>
<li><b>Maximum Weight:</b> Specify the maximum weight in kilograms.</li>
<li><b>Empty Bucket Weight:</b> Define the weight of the empty bucket in kilograms.</li>
<li><b>Aquon Sample Name:</b> Provide the name for the Aquon sample.</li>
<li><b>Enable Log:</b> Enable or disable logging for this node.</li>
<li><b>Log Level:</b> Select the log level (Info, Debug, Warn, Error) for logging messages.</li>
</script> </script>

View File

@@ -1,35 +1,9 @@
const nameOfNode = 'monster'; const nameOfNode = 'monster';
const nodeClass = require('./src/nodeClass.js'); const nodeClass = require('./src/nodeClass.js');
const { MenuManager, configManager } = require('generalFunctions');
module.exports = function(RED) { module.exports = function(RED) {
// 1) Register the node type and delegate to your class
RED.nodes.registerType(nameOfNode, function(config) { RED.nodes.registerType(nameOfNode, function(config) {
RED.nodes.createNode(this, config); RED.nodes.createNode(this, config);
this.nodeClass = new nodeClass(config, RED, this, nameOfNode); this.nodeClass = new nodeClass(config, RED, this, nameOfNode);
}); });
// 2) Setup the dynamic menu & config endpoints
const menuMgr = new MenuManager();
const cfgMgr = new configManager();
// Serve /monster/menu.js
RED.httpAdmin.get(`/${nameOfNode}/menu.js`, (req, res) => {
try {
const script = menuMgr.createEndpoint(nameOfNode, ['logger', 'position', 'aquon']);
res.type('application/javascript').send(script);
} catch (err) {
res.status(500).send(`// Error generating menu: ${err.message}`);
}
});
// Serve /monster/configData.js
RED.httpAdmin.get(`/${nameOfNode}/configData.js`, (req, res) => {
try {
const script = cfgMgr.createEndpoint(nameOfNode);
res.type('application/javascript').send(script);
} catch (err) {
res.status(500).send(`// Error generating configData: ${err.message}`);
}
});
}; };

View File

@@ -4,7 +4,7 @@
"description": "Control module Monsternamekast", "description": "Control module Monsternamekast",
"main": "monster.js", "main": "monster.js",
"scripts": { "scripts": {
"test": "node --test test/basic/*.test.js test/integration/*.test.js test/edge/*.test.js" "test": "node monster.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@@ -1,34 +1,15 @@
/** const { outputUtils, configManager, POSITIONS } = require('generalFunctions');
* node class.js const Specific = require('./specificClass');
*
* Encapsulates all node logic in a reusable class. In future updates we can split this into multiple generic classes and use the config to specifiy which ones to use.
* This allows us to keep the Node-RED node clean and focused on wiring up the UI and event handlers.
*/
const { outputUtils, configManager, convert } = require('generalFunctions');
const Specific = require("./specificClass");
class nodeClass { class nodeClass {
/**
* Create a Node.
* @param {object} uiConfig - Node-RED node configuration.
* @param {object} RED - Node-RED runtime API.
*/
constructor(uiConfig, RED, nodeInstance, nameOfNode) { constructor(uiConfig, RED, nodeInstance, nameOfNode) {
this.node = nodeInstance;
this.RED = RED;
this.name = nameOfNode;
this.source = null;
// Preserve RED reference for HTTP endpoints if needed this._loadConfig(uiConfig);
this.node = nodeInstance; // This is the Node-RED node instance, we can use this to send messages and update status this._setupSpecificClass();
this.RED = RED; // This is the Node-RED runtime API, we can use this to create endpoints if needed
this.name = nameOfNode; // This is the name of the node, it should match the file name and the node type in Node-RED
this.source = null; // Will hold the specific class instance
this.config = null; // Will hold the merged configuration
// Load default & UI config
this._loadConfig(uiConfig,this.node);
// Instantiate core class
this._setupSpecificClass(uiConfig);
// Wire up event and lifecycle handlers
this._bindEvents(); this._bindEvents();
this._registerChild(); this._registerChild();
this._startTickLoop(); this._startTickLoop();
@@ -36,247 +17,138 @@ class nodeClass {
this._attachCloseHandler(); this._attachCloseHandler();
} }
/** _loadConfig(uiConfig) {
* Load and merge default config with user-defined settings.
* @param {object} uiConfig - Raw config from Node-RED UI.
*/
_loadConfig(uiConfig,node) {
const cfgMgr = new configManager(); const cfgMgr = new configManager();
this.defaultConfig = cfgMgr.getConfig(this.name);
// Merge UI config over defaults this.config = cfgMgr.buildConfig(this.name, uiConfig, this.node.id, {
this.config = {
general: {
name: uiConfig.name || uiConfig.category || this.name,
id: node.id, // node.id is for the child registration process
unit: uiConfig.unit, // add converter options later to convert to default units (need like a model that defines this which units we are going to use and then conver to those standards)
logging: {
enabled: uiConfig.enableLog,
logLevel: uiConfig.logLevel
}
},
asset: {
uuid: uiConfig.uuid,
tagCode: uiConfig.assetTagCode,
supplier: uiConfig.supplier,
category: uiConfig.category, //add later to define as the software type
type: uiConfig.assetType,
model: uiConfig.model,
unit: uiConfig.unit,
emptyWeightBucket: Number(uiConfig.emptyWeightBucket)
},
constraints: { constraints: {
samplingtime: Number(uiConfig.samplingtime), samplingtime: Number(uiConfig.samplingtime) || 0,
minVolume: Number(uiConfig.minvolume), minVolume: Number(uiConfig.minvolume ?? uiConfig.minVolume) || 5,
maxWeight: Number(uiConfig.maxweight), maxWeight: Number(uiConfig.maxweight ?? uiConfig.maxWeight) || 23,
nominalFlowMin: Number(uiConfig.nominalFlowMin),
flowMax: Number(uiConfig.flowMax),
maxRainRef: Number(uiConfig.maxRainRef),
minSampleIntervalSec: Number(uiConfig.minSampleIntervalSec),
}, },
functionality: { });
positionVsParent: uiConfig.positionVsParent || 'atEquipment',
distance: uiConfig.hasDistance ? uiConfig.distance : undefined this.config.functionality = {
} ...this.config.functionality,
role: 'samplingCabinet',
aquonSampleName: uiConfig.aquon_sample_name || undefined,
};
this.config.asset = {
uuid: uiConfig.uuid || null,
supplier: uiConfig.supplier || 'Unknown',
type: 'sensor',
subType: uiConfig.subType || 'pressure',
model: uiConfig.model || 'Unknown',
emptyWeightBucket: Number(uiConfig.emptyWeightBucket) || 3,
}; };
// Utility for formatting outputs
this._output = new outputUtils(); this._output = new outputUtils();
} }
/** _setupSpecificClass() {
* Instantiate the core Measurement logic and store as source. this.source = new Specific(this.config);
*/ this.node.source = this.source;
_setupSpecificClass(uiConfig) {
const monsterConfig = this.config;
this.source = new Specific(monsterConfig);
if (uiConfig?.aquon_sample_name) {
this.source.aquonSampleName = uiConfig.aquon_sample_name;
} }
//store in node _bindEvents() {}
this.node.source = this.source; // Store the source in the node instance for easy access
}
/**
* Bind events to Node-RED status updates. Using internal emitter. --> REMOVE LATER WE NEED ONLY COMPLETE CHILDS AND THEN CHECK FOR UPDATES
*/
_bindEvents() {
}
_updateNodeStatus() { _updateNodeStatus() {
const m = this.source;
try { try {
const bucketVol = m.bucketVol; const stateText = this.source.running
const maxVolume = m.maxVolume; ? `${this.source.currentMode}: ON => ${this.source.bucketVol} | ${this.source.maxVolume}`
const state = m.running; : `${this.source.currentMode}: OFF`;
const mode = "AI"; //m.mode;
const flowMin = m.nominalFlowMin;
const flowMax = m.flowMax;
if (m.invalidFlowBounds) {
return { return {
fill: "red", fill: this.source.running ? 'green' : 'red',
shape: "ring", shape: 'dot',
text: `Config error: nominalFlowMin (${flowMin}) >= flowMax (${flowMax})` text: stateText,
}; };
}
if (state) {
const levelText = `${bucketVol}/${maxVolume} L`;
const cooldownMs = typeof m.getSampleCooldownMs === 'function'
? m.getSampleCooldownMs()
: 0;
if (cooldownMs > 0) {
const cooldownSec = Math.ceil(cooldownMs / 1000);
return { fill: "yellow", shape: "ring", text: `SAMPLING (${cooldownSec}s) ${levelText}` };
}
return { fill: "green", shape: "dot", text: `${mode}: RUNNING ${levelText}` };
}
return { fill: "grey", shape: "ring", text: `${mode}: IDLE` };
} catch (error) { } catch (error) {
this.node.error("Error in updateNodeStatus: " + error); this.node.error(`Error in updateNodeStatus: ${error.message}`);
return { fill: "red", shape: "ring", text: "Status Error" }; return { fill: 'red', shape: 'ring', text: 'Status Error' };
} }
} }
/**
* Register this node as a child upstream and downstream.
* Delayed to avoid Node-RED startup race conditions.
*/
_registerChild() { _registerChild() {
setTimeout(() => { setTimeout(() => {
this.node.send([ this.node.send([
null, null,
null, null,
{ topic: 'registerChild', payload: this.config.general.id, positionVsParent: this.config?.functionality?.positionVsParent || 'atEquipment' }, { topic: 'registerChild', payload: this.node.id, positionVsParent: POSITIONS.UPSTREAM },
{ topic: 'registerChild', payload: this.node.id, positionVsParent: POSITIONS.DOWNSTREAM },
]); ]);
}, 100); }, 100);
} }
/**
* Start the periodic tick loop.
*/
_startTickLoop() { _startTickLoop() {
setTimeout(() => { setTimeout(() => {
this._tickInterval = setInterval(() => this._tick(), 1000); this._tickInterval = setInterval(() => this._tick(), 1000);
// Update node status on nodered screen every second ( this is not the best way to do this, but it works for now)
this._statusInterval = setInterval(() => { this._statusInterval = setInterval(() => {
const status = this._updateNodeStatus(); this.node.status(this._updateNodeStatus());
this.node.status(status);
}, 1000); }, 1000);
}, 1000); }, 1000);
} }
/**
* Execute a single tick: update measurement, format and send outputs.
*/
_tick() { _tick() {
this.source.tick(); this.source.tick();
const raw = this.source.getOutput(); const raw = this.source.getOutput();
const processMsg = this._output.formatMsg(raw, this.source.config, 'process'); const processMsg = this._output.formatMsg(raw, this.config, 'process');
const influxMsg = this._output.formatMsg(raw, this.source.config, 'influxdb'); const influxMsg = this._output.formatMsg(raw, this.config, 'influxdb');
// Send only updated outputs on ports 0 & 1 this.node.send([processMsg, influxMsg, null, null]);
this.node.send([processMsg, influxMsg]);
} }
/**
* Attach the node's input handler, routing control messages to the class.
*/
_attachInputHandler() { _attachInputHandler() {
this.node.on('input', (msg, send, done) => { this.node.on('input', (msg, _send, done) => {
/* Update to complete event based node by putting the tick function after an input event */
const m = this.source;
try { try {
switch (msg.topic) { switch (msg.topic) {
case 'input_q': {
const value = Number(msg.payload?.value);
const unit = msg.payload?.unit;
if (!Number.isFinite(value) || !unit) {
this.node.warn('input_q payload must include numeric value and unit.');
break;
}
let converted = value;
try {
converted = convert(value).from(unit).to('m3/h');
} catch (error) {
this.node.warn(`input_q unit conversion failed: ${error.message}`);
break;
}
m.handleInput('input_q', { value: converted, unit: 'm3/h' });
break;
}
case 'i_start':
case 'monsternametijden':
case 'rain_data':
m.handleInput(msg.topic, msg.payload);
break;
case 'registerChild': { case 'registerChild': {
const childId = msg.payload; const childId = msg.payload;
const childObj = this.RED.nodes.getNode(childId); const childObj = this.RED.nodes.getNode(childId);
if (childObj?.source) { if (childObj?.source) {
m.childRegistrationUtils.registerChild(childObj.source, msg.positionVsParent); this.source.childRegistrationUtils.registerChild(childObj.source, msg.positionVsParent);
} }
break; break;
} }
case 'setMode': case 'setMode':
m.setMode(msg.payload); this.source.setMode(msg.payload);
break; break;
case 'execSequence': { case 'start':
const { source, action, parameter } = msg.payload || {}; case 'i_start':
m.handleInput(source, action, parameter); this.source.i_start = true;
break; break;
} case 'i_flow':
case 'execMovement': { this.source.q = Number(msg.payload) || 0;
const { source: mvSource, action: mvAction, setpoint } = msg.payload || {};
m.handleInput(mvSource, mvAction, Number(setpoint));
break; break;
} case 'aquon_monsternametijden':
case 'flowMovement': { this.source.monsternametijden = msg.payload;
const { source: fmSource, action: fmAction, setpoint: fmSetpoint } = msg.payload || {};
m.handleInput(fmSource, fmAction, Number(fmSetpoint));
break; break;
} case 'rain_data':
case 'emergencystop': { this.source.rain_data = msg.payload;
const { source: esSource, action: esAction } = msg.payload || {};
m.handleInput(esSource, esAction);
break; break;
} case 'model_prediction':
case 'showWorkingCurves': this.source.setModelPrediction(msg.payload);
send({ topic : "Showing curve" , payload: m.showWorkingCurves() });
break;
case 'CoG':
send({ topic : "Showing CoG" , payload: m.showCoG() });
break; break;
default: default:
this.source.logger.warn(`Unknown topic: ${msg.topic}`);
break; break;
} }
} catch (error) { } catch (error) {
this.node.error(`Error handling input (${msg?.topic}): ${error?.message || error}`); this.node.error(`Error in input function: ${error.message}`);
} finally { this.node.status({ fill: 'red', shape: 'ring', text: 'Input Error' });
if (typeof done === 'function') done();
} }
done();
}); });
} }
/**
* Clean up timers and intervals when Node-RED stops the node.
*/
_attachCloseHandler() { _attachCloseHandler() {
this.node.on('close', (done) => { this.node.on('close', (done) => {
clearInterval(this._tickInterval); clearInterval(this._tickInterval);
clearInterval(this._statusInterval); clearInterval(this._statusInterval);
if (typeof done === 'function') done(); done();
}); });
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +0,0 @@
# monster Test Suite Layout
Required EVOLV layout:
- basic/
- integration/
- edge/
- helpers/
Baseline structure tests:
- basic/structure-module-load.basic.test.js
- integration/structure-examples.integration.test.js
- edge/structure-examples-node-type.edge.test.js

View File

@@ -1,27 +0,0 @@
const test = require('node:test');
const assert = require('node:assert/strict');
const Monster = require('../../src/specificClass');
const { makeMonsterConfig } = require('../helpers/factories');
test('constructor initializes sampling boundaries and target values', () => {
const monster = new Monster(makeMonsterConfig());
assert.equal(monster.maxVolume, 20);
assert.equal(monster.minPuls, Math.round(monster.minVolume / monster.volume_pulse));
assert.equal(monster.absMaxPuls, Math.round(monster.cap_volume / monster.volume_pulse));
assert.ok(monster.targetPuls > 0);
});
test('output contract contains report tooling fields', () => {
const monster = new Monster(makeMonsterConfig());
const output = monster.getOutput();
assert.ok(Object.prototype.hasOwnProperty.call(output, 'm3PerPuls'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'm3PerPulse'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'm3Total'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'pulse'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'pulsesRemaining'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetDeltaM3'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'predictedRateM3h'));
});

View File

@@ -1,8 +0,0 @@
const test = require('node:test');
const assert = require('node:assert/strict');
test('monster module load smoke', () => {
assert.doesNotThrow(() => {
require('../../monster.js');
});
});

View File

View File

@@ -1,58 +0,0 @@
const test = require('node:test');
const assert = require('node:assert/strict');
const Monster = require('../../src/specificClass');
const { makeMonsterConfig, withMockedDate } = require('../helpers/factories');
test('invalid flow bounds prevent sampling start', () => {
const monster = new Monster(
makeMonsterConfig({
constraints: {
samplingtime: 1,
minVolume: 5,
maxWeight: 23,
nominalFlowMin: 10,
flowMax: 5,
minSampleIntervalSec: 60,
},
})
);
monster.handleInput('i_start', true);
monster.sampling_program();
assert.equal(monster.invalidFlowBounds, true);
assert.equal(monster.running, false);
assert.equal(monster.i_start, false);
});
test('cooldown guard blocks pulses when flow implies oversampling', () => {
withMockedDate('2024-10-15T00:00:00Z', ({ advance }) => {
const monster = new Monster(
makeMonsterConfig({
constraints: {
samplingtime: 1,
minVolume: 5,
maxWeight: 23,
nominalFlowMin: 0,
flowMax: 6000,
maxRainRef: 10,
minSampleIntervalSec: 60,
},
})
);
monster.handleInput('input_q', { value: 200, unit: 'm3/h' });
monster.handleInput('i_start', true);
for (let i = 0; i < 80; i++) {
advance(1000);
monster.tick();
}
assert.ok(monster.sumPuls > 0);
assert.ok(monster.bucketVol > 0);
assert.ok(monster.missedSamples > 0);
assert.ok(monster.getSampleCooldownMs() > 0);
});
});

View File

@@ -1,21 +0,0 @@
const test = require('node:test');
const assert = require('node:assert/strict');
const fs = require('node:fs');
const path = require('node:path');
const dir = path.resolve(__dirname, '../../examples');
const exampleFlows = [
'basic.flow.json',
'integration.flow.json',
'edge.flow.json',
'monster-dashboard.flow.json',
'monster-api-dashboard.flow.json'
];
test('all example flows include node type monster', () => {
for (const file of exampleFlows) {
const flow = JSON.parse(fs.readFileSync(path.join(dir, file), 'utf8'));
const count = flow.filter((n) => n && n.type === 'monster').length;
assert.equal(count >= 1, true, file + ' missing monster node');
}
});

View File

View File

@@ -1,128 +0,0 @@
const fs = require('node:fs');
const path = require('node:path');
const { MeasurementContainer } = require('generalFunctions');
function makeMonsterConfig(overrides = {}) {
return {
general: {
name: 'Monster Test',
logging: { enabled: false, logLevel: 'error' },
},
asset: {
emptyWeightBucket: 3,
},
constraints: {
samplingtime: 1,
minVolume: 5,
maxWeight: 23,
nominalFlowMin: 1000,
flowMax: 6000,
maxRainRef: 10,
minSampleIntervalSec: 60,
},
...overrides,
};
}
function withMockedDate(iso, fn) {
const RealDate = Date;
let now = new RealDate(iso).getTime();
class MockDate extends RealDate {
constructor(...args) {
if (args.length === 0) {
super(now);
} else {
super(...args);
}
}
static now() {
return now;
}
}
global.Date = MockDate;
try {
return fn({
advance(ms) {
now += ms;
},
});
} finally {
global.Date = RealDate;
}
}
function parseMonsternametijdenCsv(filePath) {
const raw = fs.readFileSync(filePath, 'utf8').trim();
const lines = raw.split(/\r?\n/);
const header = lines.shift();
const columns = header.split(',');
return lines
.filter((line) => line && !line.startsWith('-----------'))
.map((line) => {
const parts = [];
let cur = '';
let inQ = false;
for (let i = 0; i < line.length; i++) {
const ch = line[i];
if (ch === '"') {
inQ = !inQ;
continue;
}
if (ch === ',' && !inQ) {
parts.push(cur);
cur = '';
} else {
cur += ch;
}
}
parts.push(cur);
const obj = {};
columns.forEach((col, idx) => {
obj[col] = parts[idx];
});
return obj;
});
}
function makeFlowMeasurementChild({
id = 'flow-child-1',
name = 'FlowSensor',
positionVsParent = 'downstream',
unit = 'm3/h',
} = {}) {
const measurements = new MeasurementContainer({
autoConvert: true,
defaultUnits: { flow: 'm3/h' },
});
return {
config: {
general: { id, name, unit },
functionality: { positionVsParent },
asset: { type: 'flow', unit },
},
measurements,
};
}
function loadRainSeed() {
const rainPath = path.join(__dirname, '..', 'seed_data', 'raindataFormat.json');
return JSON.parse(fs.readFileSync(rainPath, 'utf8'));
}
function loadScheduleSeed() {
const csvPath = path.join(__dirname, '..', 'seed_data', 'monsternametijden.csv');
return parseMonsternametijdenCsv(csvPath);
}
module.exports = {
makeMonsterConfig,
withMockedDate,
makeFlowMeasurementChild,
loadRainSeed,
loadScheduleSeed,
};

View File

@@ -1,49 +0,0 @@
const test = require('node:test');
const assert = require('node:assert/strict');
const Monster = require('../../src/specificClass');
const {
makeMonsterConfig,
withMockedDate,
makeFlowMeasurementChild,
loadRainSeed,
loadScheduleSeed,
} = require('../helpers/factories');
test('effective flow uses average of measured and manual flow', () => {
withMockedDate('2024-10-15T00:00:00Z', ({ advance }) => {
const monster = new Monster(makeMonsterConfig());
const child = makeFlowMeasurementChild({ positionVsParent: 'downstream' });
monster.registerChild(child, 'measurement');
child.measurements
.type('flow')
.variant('measured')
.position('downstream')
.value(60, Date.now(), 'm3/h');
monster.handleInput('input_q', { value: 20, unit: 'm3/h' });
advance(1000);
monster.tick();
assert.equal(monster.q, 40);
});
});
test('rain and schedule payloads update prediction context and next date', () => {
withMockedDate('2024-10-15T00:00:00Z', () => {
const monster = new Monster(makeMonsterConfig());
const rain = loadRainSeed();
const schedule = loadScheduleSeed();
monster.aquonSampleName = '112100';
monster.handleInput('rain_data', rain);
monster.handleInput('monsternametijden', schedule);
assert.ok(monster.avgRain >= 0);
assert.ok(monster.sumRain >= 0);
const nextDate = monster.nextDate instanceof Date ? monster.nextDate.getTime() : Number(monster.nextDate);
assert.ok(Number.isFinite(nextDate));
assert.ok(nextDate > Date.now());
});
});

View File

@@ -1,32 +0,0 @@
const test = require('node:test');
const assert = require('node:assert/strict');
const fs = require('node:fs');
const path = require('node:path');
const dir = path.resolve(__dirname, '../../examples');
const requiredFiles = [
'README.md',
'basic.flow.json',
'integration.flow.json',
'edge.flow.json',
'monster-dashboard.flow.json',
'monster-api-dashboard.flow.json'
];
const flowFiles = requiredFiles.filter((file) => file.endsWith('.flow.json'));
function loadJson(file) {
return JSON.parse(fs.readFileSync(path.join(dir, file), 'utf8'));
}
test('examples package exists for monster', () => {
for (const file of requiredFiles) {
assert.equal(fs.existsSync(path.join(dir, file)), true, file + ' missing');
}
});
test('example flows are parseable arrays for monster', () => {
for (const file of flowFiles) {
const parsed = loadJson(file);
assert.equal(Array.isArray(parsed), true);
}
});

View File

@@ -1,257 +0,0 @@
const assert = require('assert');
const fs = require('fs');
const path = require('path');
const Monster = require('../src/specificClass');
const { MeasurementContainer } = require('generalFunctions');
function test(name, fn) {
try {
fn();
console.log(`ok - ${name}`);
} catch (err) {
console.error(`not ok - ${name}`);
console.error(err);
process.exitCode = 1;
}
}
function withMockedDate(iso, fn) {
const RealDate = Date;
let now = new RealDate(iso).getTime();
class MockDate extends RealDate {
constructor(...args) {
if (args.length === 0) {
super(now);
} else {
super(...args);
}
}
static now() {
return now;
}
}
global.Date = MockDate;
try {
return fn({
advance(ms) {
now += ms;
}
});
} finally {
global.Date = RealDate;
}
}
function buildConfig(overrides = {}) {
return {
general: {
name: 'Monster Test',
logging: { enabled: false, logLevel: 'error' }
},
asset: {
emptyWeightBucket: 3
},
constraints: {
samplingtime: 1,
minVolume: 5,
maxWeight: 23,
nominalFlowMin: 1,
flowMax: 10
},
...overrides
};
}
function parseMonsternametijdenCsv(filePath) {
const raw = fs.readFileSync(filePath, 'utf8').trim();
const lines = raw.split(/\r?\n/);
const header = lines.shift();
const columns = header.split(',');
return lines
.filter((line) => line && !line.startsWith('-----------'))
.map((line) => {
const parts = [];
let cur = '';
let inQ = false;
for (let i = 0; i < line.length; i++) {
const ch = line[i];
if (ch === '"') {
inQ = !inQ;
continue;
}
if (ch === ',' && !inQ) {
parts.push(cur);
cur = '';
} else {
cur += ch;
}
}
parts.push(cur);
const obj = {};
columns.forEach((col, idx) => {
obj[col] = parts[idx];
});
return obj;
});
}
test('measured + manual flow averages into effective flow', () => {
withMockedDate('2024-10-15T00:00:00Z', ({ advance }) => {
const monster = new Monster(buildConfig());
const child = {
config: {
general: { id: 'child-1', name: 'FlowSensor' },
asset: { type: 'flow' }
},
measurements: new MeasurementContainer({
autoConvert: true,
defaultUnits: { flow: 'm3/h' }
})
};
monster.registerChild(child, 'measurement');
child.measurements
.type('flow')
.variant('measured')
.position('downstream')
.value(60, Date.now(), 'm3/h');
monster.handleInput('input_q', { value: 20, unit: 'm3/h' });
advance(1000);
monster.tick();
assert.strictEqual(monster.q, 40);
});
});
test('invalid flow bounds prevent sampling start', () => {
const monster = new Monster(buildConfig({
constraints: {
samplingtime: 1,
minVolume: 5,
maxWeight: 23,
nominalFlowMin: 10,
flowMax: 5
}
}));
monster.handleInput('i_start', true);
monster.sampling_program();
assert.strictEqual(monster.invalidFlowBounds, true);
assert.strictEqual(monster.running, false);
assert.strictEqual(monster.i_start, false);
});
test('flowCalc uses elapsed time to compute m3PerTick', () => {
withMockedDate('2024-10-15T00:00:00Z', ({ advance }) => {
const monster = new Monster(buildConfig());
monster.q = 36; // m3/h
monster.flowCalc();
assert.strictEqual(monster.m3PerTick, 0);
advance(10000);
monster.flowCalc();
const expected = 0.1; // 36 m3/h -> 0.01 m3/s over 10s
assert.ok(Math.abs(monster.m3PerTick - expected) < 1e-6);
});
});
test('prediction fallback uses nominalFlowMin * sampling_time when rain is stale', () => {
const monster = new Monster(buildConfig());
monster.nominalFlowMin = 4;
monster.flowMax = 10;
monster.rainMaxRef = 8;
monster.sampling_time = 24;
monster.lastRainUpdate = 0;
const pred = monster.get_model_prediction();
assert.strictEqual(pred, 96);
});
test('pulses increment when running with manual flow and zero nominalFlowMin', () => {
withMockedDate('2024-10-15T00:00:00Z', ({ advance }) => {
const monster = new Monster(buildConfig({
constraints: {
samplingtime: 1,
minVolume: 5,
maxWeight: 23,
nominalFlowMin: 0,
flowMax: 6000,
minSampleIntervalSec: 60,
maxRainRef: 10
}
}));
monster.handleInput('input_q', { value: 200, unit: 'm3/h' });
monster.handleInput('i_start', true);
for (let i = 0; i < 80; i++) {
advance(1000);
monster.tick();
}
assert.ok(monster.sumPuls > 0);
assert.ok(monster.bucketVol > 0);
assert.ok(monster.missedSamples > 0);
assert.ok(monster.getSampleCooldownMs() > 0);
});
});
test('rain data aggregation produces totals', () => {
const monster = new Monster(buildConfig());
const rainPath = path.join(__dirname, 'seed_data', 'raindataFormat.json');
const rainData = JSON.parse(fs.readFileSync(rainPath, 'utf8'));
monster.updateRainData(rainData);
assert.ok(Object.keys(monster.aggregatedOutput).length > 0);
assert.ok(monster.sumRain >= 0);
assert.ok(monster.avgRain >= 0);
});
test('monsternametijden schedule sets next date', () => {
withMockedDate('2024-10-15T00:00:00Z', () => {
const monster = new Monster(buildConfig());
const csvPath = path.join(__dirname, 'seed_data', 'monsternametijden.csv');
const rows = parseMonsternametijdenCsv(csvPath);
monster.aquonSampleName = '112100';
monster.updateMonsternametijden(rows);
const nextDate = monster.nextDate instanceof Date
? monster.nextDate.getTime()
: Number(monster.nextDate);
assert.ok(Number.isFinite(nextDate));
assert.ok(nextDate > Date.now());
});
});
test('output includes pulse and flow fields', () => {
const monster = new Monster(buildConfig());
const output = monster.getOutput();
assert.ok(Object.prototype.hasOwnProperty.call(output, 'pulse'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'q'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'm3PerPuls'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'm3PerPulse'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'pulsesRemaining'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'pulseFraction'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'flowToNextPulseM3'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'timeToNextPulseSec'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetVolumeM3'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetProgressPct'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetDeltaL'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetDeltaM3'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'predictedRateM3h'));
});

View File

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,95 @@
const Monster = require('../src/specificClass');
describe('monster specificClass', () => {
function createMonster(overrides = {}) {
return new Monster({
general: {
name: 'Monster Test',
unit: 'm3/h',
logging: {
enabled: false,
logLevel: 'error',
},
},
asset: {
emptyWeightBucket: 3,
},
constraints: {
samplingtime: 1,
minVolume: 5,
maxWeight: 23,
},
functionality: {
aquonSampleName: '112100',
},
...overrides,
});
}
test('aggregates rain data and exposes output state', () => {
const monster = createMonster();
monster.rain_data = [
{
latitude: 51.7,
longitude: 4.81,
hourly: {
time: ['2026-03-12T00:00', '2026-03-12T01:00'],
precipitation: [1, 3],
precipitation_probability: [100, 50],
},
},
{
latitude: 51.8,
longitude: 4.91,
hourly: {
time: ['2026-03-12T00:00', '2026-03-12T01:00'],
precipitation: [2, 2],
precipitation_probability: [100, 100],
},
},
];
const output = monster.getOutput();
expect(monster.sumRain).toBe(6.5);
expect(monster.avgRain).toBe(3.25);
expect(output.sumRain).toBe(6.5);
expect(output.avgRain).toBe(3.25);
});
test('supports external prediction input and starts sampling safely', () => {
const monster = createMonster();
monster.setModelPrediction(120);
monster.q = 3600;
monster.i_start = true;
monster.flowTime = Date.now() - 1000;
monster.tick();
const output = monster.getOutput();
expect(output.running).toBe(true);
expect(output.predFlow).toBe(120);
expect(output.predM3PerSec).toBeCloseTo(120 / 3600, 6);
});
test('calculates the next AQUON date from monsternametijden input', () => {
const monster = createMonster();
const nextMonth = new Date();
nextMonth.setMonth(nextMonth.getMonth() + 1);
monster.monsternametijden = [
{
SAMPLE_NAME: '112100',
DESCRIPTION: 'future sample',
SAMPLED_DATE: null,
START_DATE: nextMonth.toISOString(),
END_DATE: nextMonth.toISOString(),
},
];
expect(monster.daysPerYear).toBeGreaterThanOrEqual(0);
expect(monster.nextDate).toBeGreaterThan(Date.now());
});
});