News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - hamster

#1
Users / Energy Monitor configuration?
March 16, 2014, 10:15:42 AM
I have a Aeon 2 clamp zwave energy monitor.  It's working well, I can graph data in the data logger section of the web interface no problem, but I can't seem to get the energy monitor to show anything other than a missing image.

I'm seeing some errors in the apache log:

[Sun Mar 16 03:05:08 2014] [error] [client 192.168.2.162] PHP Notice:  Undefined variable: Dataset in /var/www/lmce-admin/operations/datalog/energyGraph.php on line 128, referer:
[Sun Mar 16 03:05:08 2014] [error] [client 192.168.2.162] PHP Fatal error:  Call to a member function count() on a non-object in /usr/share/php/Image/Graph/Plotarea.php on line 341, referer:

Digging around looking at the energyGraph code, I see it is doing a select from the database, and it seems the select is coming back with an empty set.

I'm seeing this in my DECRouter.log:

07      03/16/14 3:08:41.676            Received Message from 32 (Multilevel Sensor / Family Room) to -1001 (unknown / ), type 2 id 85 Event:Power Usage Changed, retry none, parameters: <0xb41fdb40>
07      03/16/14 3:08:41.676              Parameter 69(Watts):  <0xb41fdb40>
07      03/16/14 3:08:41.676              Parameter 71(WattsMTD): 39.184 <0xb41fdb40>
07      03/16/14 3:08:41.690            Event #85 has no handlers <0xb41fdb40>

I'm obviously missing some step somewhere, any clues?

Thanks!
#2
Howdy,

I couldn't find anything with a forum search, so hopefully I didn't overlook anything.

I have setup LinuxMCE 1204 (I couldn't get 1004 to work on my hardware).  I'm using a Aeon Z Stick v2 as the interface, and a Radio Thermostat / 2gig CT100 thermostat.

The system sees the thermostat, and I can set heat/cool/off no problem, and I can set a cooling setpoint, but not a heating setpoint.  It just ignores it.  I get this error in the logs when trying to request a set point:

No such setpoint 'Heating 1' found!

When adding the thermostat, it tells me (in part):

2014-02-12 23:53:17.109 Node002, Received manufacturer specific report from node 2: Manufacturer=2GIG Technologies, Product=Unknown: type=6401, id=0107

2014-02-12 23:53:26.587 Node002, Received supported thermostat setpoints
2014-02-12 23:53:26.588 Node002,     Added setpoint: Cooling 1
2014-02-12 23:53:26.588 Node002,     Added setpoint: Unused 3

In addition, setting the fan mode has no effect

2014-02-12 23:53:27.770 Node002, Received supported thermostat fan modes
2014-02-12 23:53:27.770 Node002,     Added fan mode: Auto Low
2014-02-12 23:53:27.770 Node002,     Added fan mode: On Low


Any hints?