I’m looking for a way to an event monitor “FritzDect200” Power. Specifically, the switch should switch off only if it measures a certain time at a certain value.
Example:
$home-switch.power <2.8 for 5 minutes
So 5 minutes below the stated value.
-
Rules- Spelling for FritzDect200
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
@Thrusty You can add a rule similar to the following
Rule
{ "id": "fritz1", "name": "Fritz", "rule": "if power of home-switch is less than 2.8 for 5 minutes then switch home-switch off", "active": true, "logging": true }
Device
{ "id": "home-switch", "name": "Fritz Outlet", "class": "FritzOutlet", "ain": "087471147118", "interval": 60 },
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
@mwittig Thanks for your answer.
I have now tried the following:$home-switch.power less than 2.6 for 5 minutes then switch $home-switch off
He turned, but not how I want it.
It would be good if he the power measurement does not begin until after 5 minutes.
He switched on a washing machine. When the machine starts, the consumption for a certain amount of time equal to zero.
How to bridge this time?A second problem is that I do not know exactly when and how long which power is required by the machine. Where Pimatic stores the measured values?
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
@Thrusty said:
Have a look at the Events / Ereignisse page. Use the drop down list box in the top-left corner to select the device and attribute which should be displayed in the filtered view.Generally, I think the rule should work. May be its enough to increase the time from 5 mins to 10 mins.
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
@mwittig I’m afraid I have expressed myself wrong.
Seeking the log file in which all data is stored. Be able to determine data from temperature sensors, weather, switches, etc. I hope more precisely by means of this data when and under what circumstances the FritzDect goes out."Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
Hallo
wie kann ich auch die Raumtemperatur auslesen?
MFG Ronny
Hello
How can I read the room temperature?
Ronny -
As far as i remember this feature has been disabled, isn’t it?
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
Hello, my AVM Fritz Dect 200 does not have this function.
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
Firmware update
-
Hello
Give News? Can I read the room temperature?
Ronny -
@rowoy Sorry for my late reply. I’ve made an update and still no temperature FritzDect. But I still use a Fritz box 7270. By this it could be.
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
Hello
I have a 7330 and the Firmware is 6.30… I view the temperature.
The FritzDect200 have the Firmware 3.36Ronny
-
You can read the temp with the base library already. Please open an issue for me to add temp to the published properties.
-
Sorry, I not Understand?
Sorry, versteh ich nicht genau.
-
@Andreas-Goetz I would also be interested in the temperature property. Can you please explain how to open an issue to add temp.
Cheers,
Frank -
@Frank not sure what you’re asking. You probably just want to define a FritzTemperatureSensor with the AIN of your outlet or thermostat.
-
Guys, as @Andreas-Goetz said, the feature has already been implemented (device class
FritzTemperatureSensor
, see README for details."It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
@mwittig said:
Guys, as @Andreas-Goetz said, the feature has already been implemented (device class
FritzTemperatureSensor
, see README for details.@Andreas-Goetz said:
@Frank not sure what you’re asking. You probably just want to define a FritzTemperatureSensor with the AIN of your outlet or thermostat.
Now I got it. Temperature Device defined and restarting the whole installation did the trick. Thanks for bearing with me.
Cheers,
Frank