Hi,
I can´t get the callmonitor feature to work …
I enabled TR064: In the webui goto “Heimnetz” - “Netzwerkeinstellungen”: enable option “Zugriff für Anwendungen zulassen” (enabled by default)
And I enabled the interface by dialing #965
My Items:
# only when using call monitor
Switch fboxRinging "Phone ringing [%s]" {fritzboxtr064="callmonitor_ringing"}
//Switch fboxRinging_Out "Phone ringing [%s]" {fritzboxtr064="callmonitor_outgoing"}
Call fboxIncomingCall "Incoming call: [%1$s]" {fritzboxtr064="callmonitor_ringing"}
Call fboxOutgoingCall "Outgoing call: [%1$s to %2$s]" {fritzboxtr064="callmonitor_outgoing"}
# resolve numbers to names according phonebook
Call fboxIncomingCallResolved "Incoming call: [%1$s]" {fritzboxtr064="callmonitor_ringing:resolveName"}
My sitemap:
Text item=fboxName {
Text item=fboxWanIP
Switch item=fboxWifi24
Switch item=fboxWifi50
Switch item=fboxGuestWifi
Text item=fboxRinging
//Switch item=fboxRinging_Out
Text item=fboxIncomingCall
Text item=fboxOutgoingCall
Text item=fboxIncomingCallResolved
//Switch item=fboxTAM0Switch
//Text item=fboxTAM0NewMsg
Text fboxMissedCalls
}
Log:
2017-03-19 21:06:04.272 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxRinging' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.273 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.273 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxRinging' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.273 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxRinging' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.273 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxIncomingCall' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.274 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.274 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxIncomingCall' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.275 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxIncomingCall' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.275 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxOutgoingCall' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.275 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.276 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxOutgoingCall' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.276 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxOutgoingCall' for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.276 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxIncomingCallResolved' for widget org.eclipse.smarthome.model.sitemap$
2017-03-19 21:06:04.277 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.Text
2017-03-19 21:06:04.277 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxIncomingCallResolved' for widget org.eclipse.smarthome.model.sitemap$
2017-03-19 21:06:04.277 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'fboxIncomingCallResolved' for widget org.eclipse.smarthome.model.sitemap$
2017-03-19 21:06:59.563 [DEBUG] [ing.fritzboxtr064.internal.Tr064Comm] - Releasing connection
2017-03-19 21:06:59.814 [DEBUG] [ing.fritzboxtr064.internal.Tr064Comm] - Releasing connection
2017-03-19 21:07:00.373 [DEBUG] [ing.fritzboxtr064.internal.Tr064Comm] - Releasing connection
2017-03-19 21:07:00.672 [DEBUG] [ing.fritzboxtr064.internal.Tr064Comm] - Releasing connection
The items without the Callmoniter work ok.
Can somebody help me ?
Regards
Kobelka