Search found 2 matches
- Sat Feb 25, 2012 10:56 pm
- Forum: Energycontrol & Home Automation Forum
- Topic: YouLess LS110 Energy Monitor
- Replies: 28
- Views: 74728
Re: YouLess LS110 Energy Monitor
Hi Yellowbird, Thnx for your script. My counter have 3 digits behind the komma. The youless counter is on 29661,544 kWh. In Homeseer I see the value 296615. Your script have the komma 1 place too far to the right? Do you have the same experience? I assumed a fixed length for the total energy usage ...
- Sat Feb 25, 2012 7:17 pm
- Forum: Energycontrol & Home Automation Forum
- Topic: YouLess LS110 Energy Monitor
- Replies: 28
- Views: 74728
Re: YouLess LS110 Energy Monitor
How can it measure actual usage? I'm curious if you can get the data into homeseer. I use a simple script to get it into homeseer. Imports System.Net Sub Main(parm as object) Dim strUrl As String = "http://192.168.1.230/a?f=" Dim devIdCurrent As String = "A8" Dim devIdTotal A...