Search found 13 matches

by red73390
Sunday 03 January 2021 23:23
Forum: Feature requests
Topic: Public Transport - Stib-Mvib - Brussels company.
Replies: 11
Views: 4526

Re: Public Transport - Stib-Mvib - Brussels company.


Hi, @red73390,

A node to refornat the time is "bigtimer".
You can load it through the palette of Node Red.
With this node you can create more or less any format, you want.

Regards


Sorry I didn't explain very well. I was looking for an object to shrink the string "2021-01-03T21:00:00+01:00" to ...
by red73390
Sunday 03 January 2021 20:58
Forum: Feature requests
Topic: Public Transport - Stib-Mvib - Brussels company.
Replies: 11
Views: 4526

Re: Public Transport - Stib-Mvib - Brussels company.


Hi,

Yes, I see you are on the way.
Have you already installed Mosquitto as well?

If you need support, please publish the contents of the Debug node, connected to the http request node.

Regards


Yes not far away!

step 1 : Make the node red running with the stib api -> Done.
step 2 : Make ...
by red73390
Sunday 03 January 2021 18:21
Forum: Feature requests
Topic: Public Transport - Stib-Mvib - Brussels company.
Replies: 11
Views: 4526

Re: Public Transport - Stib-Mvib - Brussels company.

Thanks.

i've just finished to install node red on the pi.
I'm watching some tutos, and I find this example which looks like what I should achieve.
https://discourse.nodered.org/t/best-wa ... nd/29594/7
by red73390
Sunday 03 January 2021 16:36
Forum: Feature requests
Topic: Public Transport - Stib-Mvib - Brussels company.
Replies: 11
Views: 4526

Re: Public Transport - Stib-Mvib - Brussels company.

Hello,
I'm using for test the "OperationMonitoring" api, and the sub function "PassingTimeByPoint".

There's a test console on the stib website:

When you choose what you want, it make this function :
CURL:
curl -X GET --header "Accept: application/json" --header "Authorization: Bearer ...
by red73390
Saturday 02 January 2021 12:29
Forum: Feature requests
Topic: Public Transport - Stib-Mvib - Brussels company.
Replies: 11
Views: 4526

Public Transport - Stib-Mvib - Brussels company.

Hello,
Do you think it's possible to add the company Stib-Mvib, the transport company of Brussels (Belgium)?
I see there's already the delijn (Belgium) company.

There's an api function provide by the stib company
https://opendata.stib-mivb.be/store/data

There's already some python plugin:
https ...
by red73390
Friday 01 January 2021 23:08
Forum: Dashticz
Topic: batterylevel contacts
Replies: 32
Views: 3592

Re: batterylevel contacts

Here also, after the update I have all the batery item. :)
by red73390
Thursday 31 December 2020 20:06
Forum: Dashticz
Topic: batterylevel contacts
Replies: 32
Views: 3592

Re: batterylevel contacts


That all looks fine.
Can you open Devtools in Chrome by pressing F12. Refresh Dashticz. Do you see any error in the Devtools console tab?

Sent from my SM-A320FL using Tapatalk



bundle.js?t=9:349 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on ...
by red73390
Thursday 31 December 2020 19:36
Forum: Dashticz
Topic: batterylevel contacts
Replies: 32
Views: 3592

Re: batterylevel contacts


and can you post the output of:


git log --oneline



Extract of the config.js
var config = {}

config['language'] = 'fr_FR'; //or: en_US, de_DE, fr_FR, hu_HU, it_IT, pt_PT, sv_SE
config['domoticz_ip'] = 'https://192.168.0.54:443';
config['app_title'] = 'Domotique';
config['domoticz_refresh ...
by red73390
Thursday 31 December 2020 18:48
Forum: Dashticz
Topic: batterylevel contacts
Replies: 32
Views: 3592

Re: batterylevel contacts


Can you post the output of:


http://domoticz ip:port/json.htm?type=devices&rid=11



{
"ActTime" : 1609436787,
"AstrTwilightEnd" : "18:48",
"AstrTwilightStart" : "06:44",
"CivTwilightEnd" : "17:26",
"CivTwilightStart" : "08:06",
"DayLength" : "08:02",
"NautTwilightEnd" : "18:08 ...
by red73390
Thursday 31 December 2020 14:40
Forum: Dashticz
Topic: batterylevel contacts
Replies: 32
Views: 3592

Re: batterylevel contacts


Device 11 and 12 seem to have battery level info.

Double check that you run the latest Dashticz beta version. Update with 'git pull' in the Dashticz folder. There should be no errors reported.


Yes device 11 and 12 have battery info, in fact it's 1 equipment with many devices.

I tried it again ...
by red73390
Thursday 31 December 2020 13:32
Forum: Dashticz
Topic: batterylevel contacts
Replies: 32
Views: 3592

Re: batterylevel contacts

@madpatrick : Then i have to check again, with config['batteryThreshold'] = 100; or config['batteryThreshold'] = 256; nothing appear
@Lokonli : Yes the plugin battery ask the zwave master, and create a new equipment for each equipment with a battery status. As it works for madpatrick I need to check ...
by red73390
Thursday 31 December 2020 11:24
Forum: Dashticz
Topic: batterylevel contacts
Replies: 32
Views: 3592

Re: batterylevel contacts

Hello,
I try to implement it also (i swithed to the beta branch). I think there's a difference because I use zwave module with 2 or more informations and domoticz didn't manage the battery as he does with a simple battery object (433 for example).
I'm using this plugin in domoticz to have a battery ...
by red73390
Wednesday 30 December 2020 14:12
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1005
Views: 345655

Re: Dashticz - Show your dashboard and how-to's!

Hello,
I'm a fresh user of dashticz (few hours), but a more older user of domoticz.
Here's my actual version, i think you can find a lot of your example here.

https://i.ibb.co/1MSgN96/dashboard1.png

https://i.ibb.co/rZcd1jx/dashboard2.png

I still didn't implement it on a tablet in permanent ...