Add the following to your configuration.yaml
sensor:
platform: tellstick
--
You received this message because you are subscribed to the Google Groups "Home Assistant Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-...@googlegroups.com.
To post to this group, send email to home-assi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/home-assistant-dev/974c2670-02f7-4968-b505-b21a61a71cd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Add the following to your configuration.yaml
sensor:
platform: tellstick
--
You received this message because you are subscribed to the Google Groups "Home Assistant Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-...@googlegroups.com.
To post to this group, send email to home-assi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/home-assistant-dev/c1a53acc-f8dc-430a-9a5d-9e6d8b80d5f1%40googlegroups.com.
Ah, looking at the tellstick sensor source, it looks like you have to add a datatype_mask too.sensor:platform: tellstickdatatype_mask: 127I've just pushed a commit to the dev branch to add a default datatype mask to show all.
sensor:
platform: tellstick
datatype_mask: 127
only_named: 1
11: freezer
186: fridge--
You received this message because you are subscribed to the Google Groups "Home Assistant Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-...@googlegroups.com.
To post to this group, send email to home-assi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/home-assistant-dev/7ed4af95-94eb-4525-8c1f-0a16f8e86fbc%40googlegroups.com.
There was a small bug that expected the IDs to be string. Just pushed a fix to the dev branch to fix it. It should work now.Paulus
On Sat, Mar 21, 2015 at 2:33 AM, Torfinn Ingolfsen <tin...@gmail.com> wrote:
One more question: how do I name tellstick sensors?
I havesensor:
platform: tellstick
datatype_mask: 127
only_named: 1in my configuration.yamlI try to name sensors like this:11: freezer
186: fridgebut that is not working.What is the correct way?
--
You received this message because you are subscribed to the Google Groups "Home Assistant Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to home-assistant-dev+unsub...@googlegroups.com.
To post to this group, send email to home-assi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/home-assistant-dev/7ed4af95-94eb-4525-8c1f-0a16f8e86fbc%40googlegroups.com.