top of page

Free shipping Australia wide

Free 2 year warranty

Developed in Australia

14 day money back guarantee

TED is developed in Australia by Together Energy Pty Ltd

Tel: +61 494 138 135

  • Facebook
  • Instagram
  • LinkedIn
  • YouTube
  • Twitter
  • TikTok

© 2023-2026 Together Energy Pty Ltd
ABN 77 672 414 327

43 Middle Head Road, Mosman NSW 2088

Apple App Store logo
Google Play Store logo
bottom of page
const utmKeys = ["utm_source", "utm_medium", "utm_campaign", "utm_content"]; utmKeys.forEach(key => { const field = document.querySelector(`input[name="${key}"]`); if (field) { const val = sessionStorage.getItem(key); if (val) field.value = val; } }); });