Gabriel Wieskamp
Gabriel Wieskamp
i6 Support
Hey Mike, Not sure if you remember me, but I'm glad you added it to HACS. I finally have my i6 installed and cannot get it to be detected. Interested...
ISSUE: Trigger logic seems to flawed for keymaster_<lock>_locked and keymaster_turn_off_retry_<lock>
**Describe the bug** Is there any reason the following would not need to run if `timer.keymaster__autolock` was not running. ``` - alias: keymaster__locked id: keymaster__locked trigger: entity_id: lock. platform: state...
I'm running samsungctl 0.8.0b and have a mu7000. Both 8001 and 8002 ports just hang on any samsunngctl command I give. I wondering if it should work?
Add module: `pip3 install python-dateutil` Simply added/modified the following to plantgw.py: Added import: `from dateutil.tz import tzlocal` Modified `now()` to include `tzlocal()`: `MQTTAttributes.TIMESTAMP.value: datetime.now(tzlocal()).isoformat(),` `data['timestamp'] = datetime.now(tzlocal()).strftime(self.config.mqtt_timestamp_format)`