Fixed the "tesla meter check" to check from a fixed list of Tesla meters (given that we do not expect any new Tesla meters to be added), instead of checking for first letter "M"
Issue was that Merryfield Hall (not Tesla) has a meter name starts with "M", triggering the Tesla logic by accident
Future Considerations
A better long term fix (maybe for another PR) is to figure out how to get the Tesla meter IFrames to display correctly without having to send an API call to Energy Dashboard Database
Setting meter_group ID to null causes the Tesla meter Iframes to disappear currently, so I assume that the "card" component (src\components\view\card.vue), which wraps around the charts on the building / map pages, checks meter group API call
Screenshots
Verifying that both Merryfield and Tesla meters (example of 35th St. Array) load correctly on frontend (showing API calls succeeded)
Fix Merryfield SQL Error
Changes
Future Considerations
null
causes the Tesla meter Iframes to disappear currently, so I assume that the "card" component (src\components\view\card.vue
), which wraps around the charts on the building / map pages, checks meter group API callScreenshots
Verifying that both Merryfield and Tesla meters (example of 35th St. Array) load correctly on frontend (showing API calls succeeded)
