Hey guys
Like to share my configuration with a dark and light theme. Theme can be changed based on a input boolean. Themes are fully Material Icon based.
Still working on the dark/light theme thing on the MAP. You have to set dark-theme option manually to true/false.
I’ve used several integrations like: HUE, Zigbee2MQTT, Garmin, Brother, IOS and DSMR-Reader
I’ve setup the infrastructure on a Raspberry PI with Ubuntu and an Azure VM with also Ubuntu. Both are installed with Docker. On the Rapsberry PI i’ve installed DSMR-Reader, Hassio and Portainer. On the Azure site i’ve installed also Docker with Postgress.
Im using StrongSwan for the IPSEC connection between home and Azure. The whole config and setup is explained on my repo.
The automation part is filled in with Node-Red.
Short roadmap:
Automatic change the MAP card theme based on the selected theme;
Adding cards with Brother and Garmin info.
thanks, managed to get it working using a docker_compose file in portainer(add stack) and manually created 2 volumes which i attached to both containers. Then the containers started up!
I want to get the same layout as your power overview! i guess its done using MQTT, but after setting it up i still dont receive messages in the MQTT broker although it works using MQTT explorer. Next problem
i never got the MQTT readout in hassio to work with dsmr-reader. dsmr reader is sending, i can send to the mosquito server using the MQTT explorer tool, but in mosquitto i dont see any input from the dsmr-reader. I tried using the Pi’s IP and the internal (portainer) IP, but there is no connection
yess, i could see the output in DSRM itself, but i finally found out i had to change the DSMR-reader MQTT hostname to the internal docker name of Mosquitto: addon_core_mosquitto. Then it started working. Using the external IP of raspberry, or the internal IP of mosquitto didnt work for me.
Soo solved! Now checking what parts of your setup i could also implement thanks for helping!