[Price Error, Prime] AWOL Vision LTV-3500 Pro 150" 4K Laser TV $1599 (RRP ~$9,000) Delivered @ AWOL Vision Amazon AU

Moved to Forum: Original Link

tick coupon, rrp seems to be 8-9k I'm too broke for this so don't know if this is usual price

also add 2x of these

https://www.amazon.com.au/dp/B0BPSM69GT

to cart, glasses become free :)

ALSO COMES WITH FREE FIRE TV MAX ACCORDING TO TITLE??

Mod: Deal moved to forums as price error as all orders appear to have been cancelled

Related Stores

AWOL VISION AU Direct
AWOL VISION AU Direct

Comments

  • +1

    missed it :(

    • +5
      • OH did not know this exist. Thanks.
        Question, can the notification be somehow be directed to gotify instead of telegram?

        • Not at the moment sorry

        • +2

          ChatGPT's got you covered

          package main

          import (
          "database/sql"
          "encoding/xml"
          "fmt"
          "io/ioutil"
          "log"
          "net/http"
          "time"

          "github.com/scylladb/go-notify"
          _ "github.com/mattn/go-sqlite3"
          

          )

          // Replace these values with your Gotify server details
          const (
          gotifyAPIURL = "https://your-gotify-server/api/messages"
          gotifyAppToken = "your-gotify-app-token"
          )

          // Ozbargain RSS feed URL
          const ozbargainRSSURL = "https://www.ozbargain.com.au/deals/feed"

          // Deal represents a deal item in the Ozbargain RSS feed
          type Deal struct {
          Title string xml:"title"
          Link string xml:"link"
          Description string xml:"description"
          PubDate string xml:"pubDate"
          }

          // RSS struct represents the structure of the Ozbargain RSS feed
          type RSS struct {
          XMLName xml.Name xml:"rss"
          Channel struct {
          Items []Deal xml:"item"
          } xml:"channel"
          }

          func main() {
          // Open SQLite database
          db, err := sql.Open("sqlite3", "ozbargain.db")
          if err != nil {
          log.Fatal(err)
          }
          defer db.Close()

          // Create Deals table if not exists
          _, err = db.Exec(`
              CREATE TABLE IF NOT EXISTS deals (
                  title TEXT,
                  link TEXT PRIMARY KEY,
                  pubDate TEXT
              );
          `)
          if err != nil {
              log.Fatal(err)
          }
          
          // Run the check for new deals every minute
          for {
              checkForNewDeals(db)
              time.Sleep(1 * time.Minute)
          }
          

          }

          func checkForNewDeals(db *sql.DB) {
          // Fetch the Ozbargain RSS feed
          resp, err := http.Get(ozbargainRSSURL)
          if err != nil {
          log.Println("Error fetching Ozbargain RSS feed:", err)
          return
          }
          defer resp.Body.Close()

          // Read the response body
          body, err := ioutil.ReadAll(resp.Body)
          if err != nil {
              log.Println("Error reading response body:", err)
              return
          }
          
          // Unmarshal the XML content
          var rss RSS
          err = xml.Unmarshal(body, &rss)
          if err != nil {
              log.Println("Error unmarshalling XML:", err)
              return
          }
          
          // Check each deal item for new deals
          for _, deal := range rss.Channel.Items {
              // Check if the deal is already in the database
              isNew, err := isNewDeal(db, deal.Link)
              if err != nil {
                  log.Println("Error checking if deal is new:", err)
                  continue
              }
          
              if isNew {
                  sendNotification(deal.Title, deal.Link)
                  // Insert the new deal into the database
                  err := insertDeal(db, deal.Title, deal.Link, deal.PubDate)
                  if err != nil {
                      log.Println("Error inserting deal into the database:", err)
                  }
              }
          }
          

          }

          func isNewDeal(db sql.DB, link string) (bool, error) {
          // Check if the deal with the given link is already in the database
          var count int
          err := db.QueryRow("SELECT COUNT(
          ) FROM deals WHERE link = ?", link).Scan(&count)
          if err != nil {
          return false, err
          }

          // If count is 0, the deal is new; otherwise, it's not new
          return count == 0, nil
          

          }

          func insertDeal(db *sql.DB, title, link, pubDate string) error {
          _, err := db.Exec("INSERT INTO deals (title, link, pubDate) VALUES (?, ?, ?)", title, link, pubDate)
          return err
          }

          func sendNotification(title, link string) {
          // Create the Gotify notification message
          message := fmt.Sprintf("New Deal: %s\n%s", title, link)

          // Set up the Gotify notification
          cfg := notify.NewConfig()
          cfg.AppName = "Ozbargain Notifier"
          cfg.AppToken = gotifyAppToken
          
          // Send the notification
          err := notify.Send(gotifyAPIURL, message, cfg)
          if err != nil {
              log.Println("Error sending Gotify notification:", err)
              return
          }
          
          log.Println("Notification sent successfully:", message)
          

          }

          • @PainToad: rss feed is 10 min delayed, also super overkill using a sqlite db 🤣

      • Thanks!

      • +1

        Cool feature

        In simple terms how do we use telegram?

        • Its a messaging app with the ability to have channels (one sender, multiple recipients), If you join the channel and download the app you will get instant notifications when there's a new deal.

          • @Leho: I see thanks

            Oh so would require push notifications and have constant connection to internet?

            • @ATTS: You don’t have to enable push notifications, but yeah need internet for notifs

              telegram also keeps a message history (like a normal chat) so can look back at previous deals too

    • +1

      As did I. Too busy looking at reviews on the model.

  • Great find.. excellent deal for a tri laser projector.. will need an ALR screen if watching in a normal room with light instead of a dedicated home theatre ..still a great deal.. thanks for sharing..

  • +6

    Tried to get the deal, but it went AWOL

    • the 3000-pro is still in stock, more expensive for a ?worse? model though

  • and gone before I could post :-D

  • misssed.. 11 mins late!

  • +3

    no thanks, this is a headache factory making machine.

  • +4

    Thanks got 1 even tho not gonna use it

  • +4

    Thanks man got 1

  • op how did u find this deal?

    • +3

      magic ;)

  • What is a laser TV, can it play LaserDisc?

    • +2

      Yup.

    • An ultra short throw laser projector.

      The good ones have the massive size of a projector screen, bigger than the biggest TVs, but (with special ALR screens) better brightness and contrast than normal projectors. Best of both worlds.

      They also don't require installation, since they can sit on a table 20cm from the wall, which is great for renters (though ideally you want an ALR screen for the extra brightness, and they do need to be attached to a wall. But without ALR they are still bright enough for night or good blinds/curtains).

      Never heard of this brand, though, so if you're hoping to get one when it's back in stock, do some research.

  • Great deal op, missed it sadly

  • +1

    arghhhhh i really needed one aswell

    • +1

      I hope you and your family will be ok until the next time one goes on sale

  • +4

    Love your community telegram @Leho! 😉 many thanks!

    • +2

      😘

    • +3

      Never knew @Leho had a Tele Comm, just joined for the ride. Thanks for the heads up @vince89

      • +1

        😘

      • +2

        Certainly all efforts for community for free. Great Lad !!

        He has two telegrams btw (one for the warehouse, and one for all new submitted deals on ozb)
        both are awesome.

        • I pmed him saying that i am his fan, its simp 😌

    • What's that? plz more info

  • -3

    Does anyone have a screenshot of the coupon / deal please? I had it in my cart but the coupon didn’t apply.

    • +3

      Just use your browser’s developer tools to edit the HTML. You can make the price anything you want…I don’t get why people think a screenshot of a webpage means anything.

  • +3

    Damn, seller cancelled my order


    We're very sorry to inform you that we won't be able to fulfill one or more items from the following order(s) due to a technical error. We have canceled items from the Order(s) listed below:

    B0BBZ798Y8

    We sincerely apologize for this inconvenience.

    We value your business and hope that we’ll see you again at Amazon.com.au

    • -5

      I think this should be illegal

      • It's a pricing error

        • +2

          Lets see how much compensation i can get from amazon chat lol

          • @easternculture: Ship from Amazon how can they cancel it?

            • @superforever: Quite simply, because it could be a pricing error.

              • @arsenal1: Because Amazon will ship directly from them, I think seller don't need to initial it, may because of the high price.

            • +2

              @superforever: 3rd party sellers can cancel FBA orders from their "Manage orders" page at any time before an order enters the shipping process.

          • -1

            @easternculture: If Amazon fcked up, I think compensation would be more than fair!

          • @easternculture: How much they did honor ?? $20 ? nothing ??

      • I think this should be illegal

        Death penalty. No trial

        • Now you're talking

    • -4

      So when the error is discovered by the seller, correct the price. But the sale should be honoured at the lower price to buyers who have already taken time and effort to order (& possibly research product).

      Whoever made the mistake should bear the consequences.

      The price displayed should be legally binding.

      • Whoever made the mistake should bear the consequences.

        Wow you’re a tough customer and I wouldn’t even want to even sell my products to you if I was in a business

        Hence most retailers have set up a T&C for price error policy for these type of situations where customers are being unhappy

        • I work in a field that requires very strict quality control.

          Perhaps that's reflected in my attitude.

  • Has all the orders been cancelled?

    • +1

      I ordered before it was posted here and still got cancelled.

      Seller was on the ball.

      • +2

        You might have had a tiny chance if it wasnt posted on ozb lol

  • Most certainly a price error, Amazon chat gonna get a real busy before xmas

  • $3200 for LTV-2500, is that a good deal?

    • +1

      Formovie Theatre would be a better option and comes with three years warranty if you buy it locally.

      It has been voted in as the best overall UST projector at project central for both 2022 and 2023.

      https://www.projectorcentral.com/ProjectorCentral-2023-UST-L…

      There is also a detailed review from highly regarded professional calibrator who contributes a lot on the avsforums.

      https://www.mondoprojos.fr/2022/08/12/test-formovie-theater/

      Nothing Projectors are doing a reasonable deal on the Formovie Theatre at the moment with a free 100 inch ALR/UST screen.

      • I already have the ALR screen and $4500 is a bit too much for me.

        • Can recommend the Hisense PL1H if you're on a budget (should be able to pick one up for around $2k). For mine would have to be the best bang for buck laser projector out there. It's not a triple laser but the PQ is right up there once you adjust the settings a bit. Plus minimum 3 year warranty from a brick and mortar store.

  • The LTV-3500 is showing as $3199 w/ two 3D glasses
    https://imgur.com/a/LjHXlfB

    • +2

      Shows unavailable

Login or Join to leave a comment