news.volyx.in

What's that touchscreen in my room? (laplab.me)

1890 points by todsacerdoti · 943 days ago · 560 comments on HN

Article summary

The author discovers a mysterious touchscreen in their apartment and investigates its purpose, finding it to be part of an energy monitoring system. The system consists of two devices, one gathering data and the other displaying it, communicating via WiFi. The author explores the system's inner workings, including its use of Android, Node.js, and Socket.IO. The author eventually gains root access to the system, allowing for further exploration and potential customization.

Main themes

  • energy monitoring
  • IoT security
  • WiFi vs wired communication
  • urban archeology
  • Java and Android
  • system customization
  • energy efficiency measurement

What commenters say

  • Some commenters defend the use of WiFi in the energy monitoring system, citing its convenience and flexibility.
  • Others argue that WiFi is overkill for this application and that a simpler communication method would be sufficient.
  • The system's use of outdated technologies, such as Android 5 and Socket.IO, is seen as unnecessary and potentially insecure by some commenters.
  • The author's exploration of the system is praised by some as a fascinating example of 'urban archeology', while others criticize the system's design and implementation.
  • The use of Java and Java-related technologies in the system is discussed, with some commenters expressing nostalgia and others criticizing the choice.
  • Some commenters suggest alternative methods for measuring energy usage, such as using a clamp meter.
  • The system's potential for customization and improvement is noted by some commenters, who suggest that the author's exploration could lead to useful modifications.