Search found 7 matches
- Thursday 16 January 2020 9:55
- Forum: Utility
- Topic: Electric (instant+counter) - Domoticz doesn't compute Energy
- Replies: 10
- Views: 5886
Re: Electric (instant+counter) - Domoticz doesn't compute Energy
I have the same problem... I'm getting strange data/graphs with both calculated and energy from device. Power seems OK, but energy isn't correct. No warnings from the script, and there should be no reason to have zero energies appearing like this: 2020-01-16 09_51_23-Domoticz.png Version: 4.10717
- Wednesday 15 August 2018 23:33
- Forum: LUA
- Topic: Lua scripts from Pi to win - not working
- Replies: 2
- Views: 728
Lua scripts from Pi to win - not working
My pi crashed, so I installed a backup of the db on a Windows machine I had running. It seems there is some pb with the curl command, is this expected? I tried executing it in a Lua interpreter, and then it works, but not in Domoticz, in the log I just see LUA: The code that's failing in the LUA ...
- Wednesday 31 January 2018 21:32
- Forum: Other questions and discussions
- Topic: Question re Electricity (instant and counter)
- Replies: 1
- Views: 995
Question re Electricity (instant and counter)
I'm linking my power meter to Domoticz. I found the combined sensor Electricity (instant and counter) here. In the wiki I read IDX = id of your device (This number can be found in the devices tab in the column "IDX") POWER = current power ENERGY = cumulative energy in Watt-hours (Wh) This is an ...
- Sunday 28 January 2018 20:35
- Forum: Show your projects
- Topic: Add non self learning Nexa switch
- Replies: 1
- Views: 2563
Add non self learning Nexa switch
I didn't find this info in the wiki, so I though I'd share my experience. I tried adding the switch by looking for the "device" when pressing the remote, but it dosn't show up. Instead, to add a non self learning Nexa switch, I did: - go to switches - click manual Light/Switch' Enter as below ...
- Friday 26 January 2018 15:06
- Forum: Suggestions
- Topic: Dummy Thermostat
- Replies: 14
- Views: 9249
Re: Dummy Thermostat
Mikkel, thanks for sharing the code. Also having a Roth device, I'd like to be able to plot the temperature data. I can pull the data using curl -s -k -X "POST" -H "Content-Type: text/xml" -H "User-Agent: SpiderControl/1.0 (iniNet-Solutions GmbH)" --data-binary $"<body><item_list><i><n>G0.RaumTemp ...
- Thursday 25 January 2018 23:44
- Forum: Other questions and discussions
- Topic: Control 433 Mhz switched without learning - normal?
- Replies: 1
- Views: 520
Control 433 Mhz switched without learning - normal?
Having had a Tellstick ZNet Lite for some time to control my 433 Mhz plugs, I installed Domoticz on an old Raspbery Pi, got an RFXtrx433e USB-controller to see what it does. I can see some thermometers and love the tool. But to my surprise I see a bunch of "433transciever" plugs under Settings ...
- Wednesday 24 January 2018 22:30
- Forum: PHP and all others
- Topic: Help with script for collect sensor data and create graphs
- Replies: 2
- Views: 1575
Re: Help with script for collect sensor data and create graphs
Also being a beginner, can you share what the solution was?