Rickerdo

Results 6 comments of Rickerdo

I am running v8.1.4 in a container on Docker as well. I too see the logs are not time stamped correctly. The timezone seems to be ignored... ![image](https://user-images.githubusercontent.com/6199259/182614157-fb1af048-9d62-413d-8962-6ad919fdaae2.png) docker-compose.yml volumes:...

> I am not that good with Docker so not sure how to get this to work. Will check it out with my docker setup once and post here. If...

I honestly don't know why, but this morning the timestamps in the log were correct. Any chance of the date change causing a re-eval of time? FWIW - I never...

My HomeAssistant-MQTT.ino file now looks like: ``` // Arm night else if (payload[payloadIndex] == 'N' && !dsc.armed[partition] && !dsc.exitDelay[partition]) { dsc.writePartition = partition + 1; // Sets writes to the...

The following snippet works on the HA side as a hackish way to solve the issue I mentioned above: ``` mqtt: alarm_control_panel: - name: Alarm Partition 1 state_topic: dsc/Get/Partition1 command_topic:...

@Dilbert66 I saw your ESPHome implementation before I built my Arduino shield. Nice work there, especially with the example PCBs. The only thing that stopped me, aside from not having...