It would enable us to have control over another audio system.
Search found 21 matches
- Monday 19 December 2016 23:35
- Forum: Suggestions
- Topic: Fronter Silicion Radio (Aka Pinell-DAB-Radio)
- Replies: 1
- Views: 1152
Fronter Silicion Radio (Aka Pinell-DAB-Radio)
OpenHAB already has support: https://github.com/openhab/openhab/wiki ... io-Binding
It would enable us to have control over another audio system.
It would enable us to have control over another audio system.
- Sunday 02 October 2016 11:23
- Forum: Other questions and discussions
- Topic: Limitless lamp goes up to 255%?
- Replies: 2
- Views: 569
Re: Limitless lamp goes up to 255%?
Yeah, I know that - but why isn't it converted to 100% like the rest?
- Sunday 25 September 2016 10:48
- Forum: Other questions and discussions
- Topic: Limitless lamp goes up to 255%?
- Replies: 2
- Views: 569
Limitless lamp goes up to 255%?
All my limitless-lamps goes up to 255% - is this a feature I'm not getting, or is it a bug?
- Tuesday 02 February 2016 19:22
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
I'm seeing the same here, not much to do if they changed the API - pitty, I had a nice integration with my Pebble going on here....
We will see if someone hacks the protocol and a new library appears because of this, that might be for the best - pycarwings isn't... great. :)
I guess you know but ...
We will see if someone hacks the protocol and a new library appears because of this, that might be for the best - pycarwings isn't... great. :)
I guess you know but ...
- Thursday 07 January 2016 23:05
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
Just posting back after using this for awhile, finalized script for getting status is posted here:
http://pastebin.com/qDTJTCQV
This allows you to skip certain status-updates, if you don't want/need them.
I have not implemented anything for starting ac now, but I'm testing a solution using cron at ...
http://pastebin.com/qDTJTCQV
This allows you to skip certain status-updates, if you don't want/need them.
I have not implemented anything for starting ac now, but I'm testing a solution using cron at ...
- Monday 28 December 2015 12:12
- Forum: Python
- Topic: Python script for Netatmo weather station
- Replies: 144
- Views: 55893
Re: Python script for Netatmo weather station
Netatmo is built-in to Domoticz now, so there is no need to use this script anymore.
- Friday 18 December 2015 14:20
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
cancel_ac_now 
- Friday 18 December 2015 0:54
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
Actually... yeah.
I just managed to do this.... I have to refine it some, but I did make it work.
If you copy test.py, and edit the new one - edit the line containing:
v.request_status(vin)
to:
v.start_ac_now(vin)
When you run the new test.py it will start ac now.
Haven't looked that much on ...
I just managed to do this.... I have to refine it some, but I did make it work.
If you copy test.py, and edit the new one - edit the line containing:
v.request_status(vin)
to:
v.start_ac_now(vin)
When you run the new test.py it will start ac now.
Haven't looked that much on ...
- Sunday 13 December 2015 23:01
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
The problem is that there is no sensor/switch which supports everything I need!
I have three sensors now, one percentage-sensor which accepts the charge %, one text-sensor which accepts the status (Normal Charging, Connected - Not Charging, etc.), and one distance-sensor which attempts to give out ...
I have three sensors now, one percentage-sensor which accepts the charge %, one text-sensor which accepts the status (Normal Charging, Connected - Not Charging, etc.), and one distance-sensor which attempts to give out ...
- Friday 11 December 2015 14:34
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
I'm a little busy at the moment, I'll post something updated later.
I noticed the insane amount of numbers myself and have fixed it, I'll try to integrate remaning km too, good idea.
I noticed the insane amount of numbers myself and have fixed it, I'll try to integrate remaning km too, good idea.
- Tuesday 08 December 2015 19:35
- Forum: Suggestions
- Topic: Battery support in Netatmo outdoor module
- Replies: 4
- Views: 4528
Re: Battery support in Netatmo outdoor module
Mine is almost full so I haven't gotten a warning yet.
But theres no value listed under battery level under devices?
But theres no value listed under battery level under devices?
- Tuesday 08 December 2015 19:34
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
You need to install bc, apt-get install bc.
GNU bc is a commandline calculator, I'm using it to calculate percent of your battery which is charged.
Leaf only has 12 "levels" of charge though, where 100% is 12 and 6 is 50%.
pycarwings returns total capacity and remaining capacity, I'm calculating ...
GNU bc is a commandline calculator, I'm using it to calculate percent of your battery which is charged.
Leaf only has 12 "levels" of charge though, where 100% is 12 and 6 is 50%.
pycarwings returns total capacity and remaining capacity, I'm calculating ...
- Tuesday 08 December 2015 12:41
- Forum: Suggestions
- Topic: Battery level on USer interface?
- Replies: 4
- Views: 1129
Re: Battery level on USer interface?
I think there already is, when the battery gets low the color of the "device box" will change.
- Tuesday 08 December 2015 11:49
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
Congratulations! :)
I git cloned the pycarwings-repo, and made the adjustments needed above.
I then used the following script: http://pastebin.com/gPnPLz8B
I used that against a dummy Counter/Counter in Domoticz. (no, I use a percentage-counter now - see edit2 below)
I copied it together during ...
I git cloned the pycarwings-repo, and made the adjustments needed above.
I then used the following script: http://pastebin.com/gPnPLz8B
I used that against a dummy Counter/Counter in Domoticz. (no, I use a percentage-counter now - see edit2 below)
I copied it together during ...
- Tuesday 08 December 2015 2:52
- Forum: Suggestions
- Topic: Battery support in Netatmo outdoor module
- Replies: 4
- Views: 4528
Battery support in Netatmo outdoor module
Hi,
I just noticed that the outdoor-module in Netatmo does not list the current battery-status.
Can that be added?
I just noticed that the outdoor-module in Netatmo does not list the current battery-status.
Can that be added?
- Tuesday 08 December 2015 2:40
- Forum: Suggestions
- Topic: Numbers after decimals in power meter
- Replies: 2
- Views: 859
Re: Numbers after decimals in power meter
Forgot to make a reply here myself, I'm currently seeing the following values:
12304.561 kWh, Today: 10.233 kWh
Why is there three decimals? Is so much level of detail really necessary? Easier for the eyes with fewer numbers...
12304.561 kWh, Today: 10.233 kWh
Why is there three decimals? Is so much level of detail really necessary? Easier for the eyes with fewer numbers...
- Tuesday 08 December 2015 2:35
- Forum: Suggestions
- Topic: [609] Nissan Leaf
- Replies: 38
- Views: 10311
Re: [609] Nissan Leaf
Did any of you norwegians do anything with this?
I hacked it up and post the number to a dummy Counter-switch, but its not optimal.
Any better dummy-switches to use?
I hacked it up and post the number to a dummy Counter-switch, but its not optimal.
Any better dummy-switches to use?
- Tuesday 10 November 2015 7:46
- Forum: Suggestions
- Topic: Numbers after decimals in power meter
- Replies: 2
- Views: 859
Numbers after decimals in power meter
Hi,
I keep getting confused with my power reports, they are showing fex 81.769.
Is there a reason for there being three digits behind the dot?
Does someone need that level of info, or can it be hidden somewhere in the reports?
I keep getting confused with my power reports, they are showing fex 81.769.
Is there a reason for there being three digits behind the dot?
Does someone need that level of info, or can it be hidden somewhere in the reports?
- Friday 05 June 2015 22:53
- Forum: Python
- Topic: Python script for Netatmo weather station
- Replies: 144
- Views: 55893
Re: Python script for Netatmo weather station
Just for the "fun" of it, I updated to latest SVN (2.2525) and it still doesn't work.
Nothing in the log from domoticz either...
I'm thinking that a debug-log/option somewhere would have helped?
Nothing in the log from domoticz either...
I'm thinking that a debug-log/option somewhere would have helped?
- Thursday 04 June 2015 22:06
- Forum: Python
- Topic: Python script for Netatmo weather station
- Replies: 144
- Views: 55893
Re: Python script for Netatmo weather station
Probably the netatmo api. I'll check it. Thank you
Can it be that though, since it works for others?
Check your netatmo_settings.xml file. Is it also missing your credentials?
The same "gibberish" there now that was there before! ;)
I tried deleting token.xml, and re-ran the script - token is ...
Can it be that though, since it works for others?
Check your netatmo_settings.xml file. Is it also missing your credentials?
The same "gibberish" there now that was there before! ;)
I tried deleting token.xml, and re-ran the script - token is ...