Chris Byrne

Results 16 comments of Chris Byrne

Yeah, basics are there. Relay is toggleable via a web interface. Power monitoring is hooked up as a proof of concept, but requires some further tweaking + calibration before being...

Voltage seems reasonable. Wattage values are pretty random.

Honestly these have ended up in the bottom of my drawer. It was one of those projects where after overcoming the main challenges it turned into a project too similar...

Yep, I just spent some time updating the dependencies and ensuring it does all build on Ubuntu. But please keep in mind that this has been more of a proof...

Ah, right. vesync-hijack only supports automatic retrieval of the WiFi BSSID on Mac. (I wasn't able to find a decent cross-platform node_module to do this). However, you should still be...

I've been using the system default 2.7 (both Ubuntu + Mac). commit 96bc95178ce899e8b51d45b70c630d7947cdc51e fixes up the scripts for Python 3.6.8.

Hmmmm that's not right... Looks like those additional targets were being silently ignored, so c3c905ffe43daa91044e100338dc385e65c2c61c adds user1 & user2 as explicit targets. You should now get: ``` $ ls -al...

Yep, SSID/BSSID is the wireless network that the device needs to join so we can communicate with it. Everything needs to be on the same broadcast domain. It's not really...

That all sounds good. Although if you're seeing the MAC address appear on your network, it should also then be grabbing a DHCP lease. Assuming you have a DHCP server...

I believe that means that it is listening for both ipv4 + ipv6 connections. -- Managed to upgrade my plug to the latest firmware 2.123 and the onboarding connection process...