krasnoukhov / homeassistant-smart-maic

Home Assistant Smart MAIC integration
MIT License
15 stars 0 forks source link

Missing entities in D103 G3 #18

Open choseecz opened 6 days ago

choseecz commented 6 days ago

I have a total of three D103 G3 devices integrated. One has 31 entities and the other two only 26 entities. Two devices are missing "total" entities.

krasnoukhov commented 5 days ago

The logic of this integration is quite simple - it adds entities for the keys in the MQTT payload. If there's no key the entity is not added

I'd suggest checking the MQTT payload of every device. You can use MQTT explorer for that, just connect to your broker and look for the devices there, see if you can spot any difference

Feel free to post your findings here