Simon W

Results 8 comments of Simon W

Ich hab einen TRV heute montiert bei mir zu Hause. Falls du Hilfe beim Testen brauchst sag Bescheid.

EDIT: sehe gerade die Logzeilen stimmen nicht mit denen überein die du erwartest. Ich schau nochmal. Für die Adapterinstanz hab cih DEBUG-Meldungen aktiviert, allerdings erscheinen diese noch nicht. Muss ich...

Diese Meldungen kommen beim Neustart des Adapters: 2022-09-15 20:17:48.930 - info: shelly.0 (24980) Starting in CoAP mode. 2022-09-15 20:17:48.992 - info: shelly.0 (24980) [CoAP Server] Listening for packets in the...

Beispielhafter Aufbau: ![image](https://user-images.githubusercontent.com/6639017/28461598-9dc5f9a2-6e17-11e7-8787-d058b8c559aa.png)

I am having the same issue. ``` GeofenceModel homeFence = new GeofenceModel.Builder(SettingsActivity.FENCE_HOMELOCATION) .setTransition(Geofence.GEOFENCE_TRANSITION_ENTER | Geofence.GEOFENCE_TRANSITION_EXIT |Geofence.GEOFENCE_TRANSITION_DWELL) .setLatitude(48.341786) .setLongitude(10.905211) .setRadius(100) .build(); SmartLocation.with(this).geofencing() .add(homeFence) .start(new OnGeofencingTransitionListener() { @Override public void onGeofenceTransition(TransitionGeofence transitionGeofence)...

Sorry for the delayed reply. I enabled debug logging. Attached is the output. What I also discovered today: in a diff view the history does show correctly for the previous...

@rhys-vdw you are my hero! Thank you, this checkbox solved my issue as well