Search found 36 matches
- Friday 25 August 2017 12:58
- Forum: Other questions and discussions
- Topic: D. does not start
- Replies: 0
- Views: 709
D. does not start
Hi, I was trying out a few things: installed "MyDomoAtHome" for "ImperiHome". Worked. Then I tried to add a call monitor for the fritz box (not even sure if I have that kind of thing but nevermind ;) ). After that I tried to search for devices and got the error message that devices were not to be ...
- Friday 04 August 2017 13:50
- Forum: MySensors
- Topic: How many children?
- Replies: 1
- Views: 1697
Re: How many children?
Sorry for bothering You. Case solved: lost line of code ;)
Christoph
Christoph
- Thursday 03 August 2017 23:19
- Forum: MySensors
- Topic: How many children?
- Replies: 1
- Views: 1697
How many children?
Hi, I'm trying to send data from a MySensors node to Domoticz. Each value is sent periodically as one child. In total there are so far 35 children. Unfortunately only 25 of these are recognized by Domoticz during presentation. I have been looking all day but can't find the error in my code. So, is ...
- Thursday 23 March 2017 17:27
- Forum: Others
- Topic: KEBA Wallbox and Domoticz
- Replies: 1
- Views: 1149
KEBA Wallbox and Domoticz
Hi, next week I'm getting a KEBA wallbox installed. There's an Ethernet connector and it is possible to talk to the box using UDP. A link to the programming manual: http://www.keba.com/web/downloads/e-mobility/KeContact_P20_P30_UDP_ProgrGuide_en.pdf Of course I'd like to integrate this into Domoticz ...
- Tuesday 28 June 2016 13:08
- Forum: Other questions and discussions
- Topic: Prowl with more than one API
- Replies: 3
- Views: 1245
Prowl with more than one API
Hi, maybe I'm getting this wrong anyway: I'd like to send PROWL messages to more than one API. Like, put an alarm message on both my wife's and my own phone. Can that be done? I've experimented with various ways of adding another API in the Setup/Settings/Notifications/Prowl API Key form, but that ...
- Friday 27 May 2016 23:04
- Forum: Z-Wave
- Topic: Z-Wave ZME_UZB1 "hangs"
- Replies: 4
- Views: 1998
Re: Z-Wave ZME_UZB1 "hangs"
Yep, two separate power supplies ...
Christoph
Christoph
- Friday 27 May 2016 11:27
- Forum: MySensors
- Topic: Problem with voltage display
- Replies: 5
- Views: 1731
Problem with voltage display
Hi, not quite sure if this is the right place for my question ... I'm using Domoticz 3.5176 and MySensors 1.5. In order to have a display of the voltages of my various sensors I am sending those values like this: (heavily shortened:) MyMessage battMsg(CHILD_ID_BATT, V_VOLTAGE); void setup ...
- Friday 27 May 2016 10:27
- Forum: Z-Wave
- Topic: Z-Wave ZME_UZB1 "hangs"
- Replies: 4
- Views: 1998
Z-Wave ZME_UZB1 "hangs"
Hi, I'm using a Z-Wave ZME_UZB1 Me USB Stick and a Fibaro wall switch. Every now and then I lose connection to the ZWave devices and have to reset my RaspberryPi. The USB stick is powered via a USB hub. Domoticz version is 3.5176. Is there a solution to this? Like a cyclic reboot of the Z-Wave ...
- Friday 01 April 2016 23:42
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Hi, I was somehow a bit reluctant to use a library, whose makers warn You: "should only be used if you like living on the edge and are prepared to update sensor/gateway code frequently" ;) Anyhow. So now I swapped V1.5 with V2.0 beta of MySensors. I am using the "MockMySensor" sketch which ...
- Tuesday 29 March 2016 19:18
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
That's set correctly, I think. The resulting numbers are plausible ...gizmocuz wrote:Take a note of the gas divider in the domoticz settings page
Chris
- Tuesday 29 March 2016 19:16
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
As I wrote, all I can change when registering my meter as "S_WATER" is the type for the "usage". "Flow" has got no editable features...gizmocuz wrote:But changing it to gas is also an option
Chris
- Tuesday 29 March 2016 19:13
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Using Arduino 1.6.5 and mySensors 1.5 ...gizmocuz wrote:How do you mean there is no S_Gas ? There is...
Christoph
- Tuesday 29 March 2016 18:15
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Hi, these are the devices: Gas_Devices.jpg And this is the relevant part of my Mysensors code: MyMessage flowMsg(CHILD_ID, V_FLOW); // message for usage MyMessage volumeMsg(CHILD_ID, V_VOLUME); // message for volume MyMessage pcMsg(CHILD_ID, V_VAR1); // message for sending pulse count [...] gw ...
- Sunday 27 March 2016 22:10
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Please note, that you are not using the sensors in a normal way, and i do not give any support for this Understood. And understandable. Of course, I'll go on using these sensors, it's the right thing to do. I was just looking into a way to work around some flaws, won't do it again, promised :) What ...
- Sunday 27 March 2016 21:39
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
You can delete all you want, just shift-click with your mouse on the month/year graph No. That's exactly what does not work. I can shift-click the whole day long. The value won't be erased, reason somehow being (again. Just supposing) that the value is insanely huge (did You look at the number? 20 ...
- Saturday 26 March 2016 22:30
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Okay, I see. Right now I'm using an "RFXMeter" for water and gas (which I think should be alright). When presenting these sensors to Domoticz they are presented as a "watermeter" ... gw.present(CHILD_ID, S_WATER); ... and in Domoticz one has to change that to the appropriate type (energy, gas, water ...
- Friday 25 March 2016 22:49
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Ah, get it. Yes, of course. Because that's what usually happens in the real world: I'm using gas up , not actually producing it. :) Well, okay. You know what I mean :) Seriously. Imagine the following. I'm having a sensor which for reasons I have no influence on produces a value, i.e. a count, that ...
- Friday 25 March 2016 20:42
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Can You elaborate?
Chris
Chris
- Friday 25 March 2016 19:41
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Re: Problem with huge value for "usage"
Yeah, well. Only, in this case the REAL value IS smaller than before. That's the problem. And this fact is misinterpreted by the controller by introducing an incedibly large number. Which can't be deleted anymore.
Chris
Chris
- Friday 25 March 2016 18:42
- Forum: MySensors
- Topic: Problem with huge value for "usage"
- Replies: 22
- Views: 4821
Problem with huge value for "usage"
MySensors 1.5, Domoticz 3.5010 Hi, I've started to implement the gas meter and came across a practical problem I've seen with energy meter and water meter too: Unfortunately I have not succeeded in retrieving the start value for the pulse count / gase usage from the controller. So what I do is to ...